1 reference to TransformNormal
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.cs (1)
1000
public static Vector3 TransformNormal(Vector3 normal, Matrix4x4 matrix) =>
TransformNormal
(normal.AsVector128Unsafe(), in matrix.AsROImpl()).AsVector3();