Uses of Class
system.numerics.Plane
-
Packages that use Plane Package Description system.numerics -
-
Uses of Plane in system.numerics
Methods in system.numerics that return Plane Modifier and Type Method Description static Plane
Plane. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoPlane
, a cast assert is made to check if types are compatible.static Plane
Plane. CreateFromVertices(Vector3 point1, Vector3 point2, Vector3 point3)
static Plane
Plane. Normalize(Plane value)
static Plane
Plane. Transform(Plane plane, Matrix4x4 matrix)
static Plane
Plane. Transform(Plane plane, Quaternion rotation)
Methods in system.numerics with parameters of type Plane Modifier and Type Method Description static Matrix4x4
Matrix4x4. CreateReflection(Plane value)
static Matrix4x4
Matrix4x4. CreateShadow(Vector3 lightDirection, Plane plane)
static Single
Plane. Dot(Plane plane, Vector4 value)
static Single
Plane. DotCoordinate(Plane plane, Vector3 value)
static Single
Plane. DotNormal(Plane plane, Vector3 value)
boolean
Plane. Equals(Plane other)
static Plane
Plane. Normalize(Plane value)
static Plane
Plane. Transform(Plane plane, Matrix4x4 matrix)
static Plane
Plane. Transform(Plane plane, Quaternion rotation)
-