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