Version: 2023.1

HashUtilities.QuantisedMatrixHash

切换到手册
public static void QuantisedMatrixHash (ref Matrix4x4 value, ref Hash128 hash);

参数

value 要计算哈希的 Matrix4x4。
hash 计算出的哈希。

描述

计算 Matrix4x4 的 Hash128。

在计算哈希之前会使用 0.0005 步长量化 Matrix4x4。