Struct Plane
public struct Plane
- Inherited Members
Constructors
Plane(Vector3, float)
public Plane(Vector3 normal, float d)
Parameters
Plane(float, float, float, float)
public Plane(float a, float b, float c, float d)
Parameters
Fields
D
public float D
Field Value
Normal
public Vector3 Normal
Field Value
Methods
DistanceToPoint(Vector3)
public float DistanceToPoint(Vector3 point)
Parameters
pointVector3