2 references to AsPlane
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\Plane.cs (2)
71public static Plane Create(float x, float y, float z, float d) => Vector128.Create(x, y, z, d).AsPlane(); 137).AsPlane();