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 classFlawedPointHash.FNVHashFNV32a 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).classGoldPointHashA relatively simpleIPointHashthat multiplies each of the x, y, etc.classIntPointHashA 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 toHastyPointHashbut will be much faster on GWT.