Uses of Class
squidpony.squidmath.IPointHash.IntImpl
Package | Description |
---|---|
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of IPointHash.IntImpl in squidpony.squidmath
Subclasses of IPointHash.IntImpl in squidpony.squidmath Modifier and Type Class Description static class
FlawedPointHash.FNVHash
FNV32a is OK as a hash for bytes when used in some hash tables, but it has major issues on its low-order bits when used as a point hash (the high bits aren't much better).class
GoldPointHash
A relatively simpleIPointHash
that multiplies each of the x, y, etc.class
IntPointHash
A group of similar methods for getting hashes of points based on int coordinates in 2, 3, 4, or 6 dimensions and an int for state; the code is similar toHastyPointHash
but will be much faster on GWT.