Version: 2022.2
언어: 한국어

HashUtilities.QuantisedMatrixHash

매뉴얼로 전환
public static void QuantisedMatrixHash (ref Matrix4x4 value, ref Hash128 hash);

파라미터

value The Matrix4x4 to hash.
hash The computed hash.

설명

Compute a Hash128 of a Matrix4x4.

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