HalfSpace.Normal

HalfSpace.Normal property

The normal of the split plane, the plane is defined as N * P + D = 0 where N is Normal and P is any point on the plane.

public Vector3 Normal { get; set; }

See Also