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