Uses of Class
squidpony.squidmath.IPointHash.LongImpl

Packages that use IPointHash.LongImpl 
Package Description
squidpony.squidmath
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
  • Uses of IPointHash.LongImpl in squidpony.squidmath

    Subclasses of IPointHash.LongImpl in squidpony.squidmath 
    Modifier and Type Class Description
    static class  FlawedPointHash.CubeHash
    Very similar to FlawedPointHash.QuiltHash, but this doesn't change the pattern in different large squares, and instead repeats a square or cube of symmetric and patterned results over and over (so it can be tiled).
    static class  FlawedPointHash.QuiltHash
    Extremely flawed if you're using this as a point hash, but meant to be aesthetically interesting, this produces different symmetrical patterns in squares, as if on a quilt.
    static class  FlawedPointHash.RugHash
    Produces hashes that show strong bias on one axis (usually the later axes matter more) and have nice-looking patterns of dots.
    class  HastyPointHash
    A group of similar methods for getting hashes of points based on long coordinates in 2, 3, 4, or 6 dimensions and a long for state; like PointHash but faster and maybe not as high-quality.
    class  PointHash
    A group of similar methods for getting hashes of points based on long coordinates in 2, 3, 4, or 6 dimensions and a long for state.