[src]

Module ncollide2df64::util::hash

Trait for hash functions.

Structs

StdHash

Hash function for everything implementing the Hash trait.

UintPairTWHash

Hash function for pairs of uint, using the Tomas Wang hash.

UintTWHash

Hash function for uint.

Traits

HashFun

Hash function.

Functions

key_from_pair

Combines two uint on a single one.

tomas_wang_hash

Tomas Wang integer hash function.