HashUtilities.QuantisedMatrixHash

Cambiar al Manual
public static void QuantisedMatrixHash (ref Matrix4x4 value, ref Hash128 hash);

Parámetros

valueThe Matrix4x4 to hash.
hashThe computed hash.

Descripción

Compute a Hash128 of a Matrix4x4.

The Matrix4x4 is quantized before the hashing with a step of 0.0005.