Struct Plane
This is a dummy Plane type for platforms where System.Numerics.Vectors is not supported or available
public struct Plane
- Inherited Members
Constructors
Plane(Vector3, float)
public Plane(Vector3 normal, float d)
Parameters
Plane(float, float, float, float)
public Plane(float x, float y, float z, float d)
Parameters
Fields
D
public float D
Field Value
Normal
public Vector3 Normal