Namespace SadRogue.Primitives.PointHashers
Classes
KnownRangeHasher
NON-GENERALIZED hashing algorithm for Point instances that calculates a hash, assuming a known minimum and maximum extent of the Points being hashed.
KnownSizeHasher
NON-GENERALIZED hashing algorithm for Point instances that calculates a hash, assuming points will fall between (0, 0) and some known maximum width.