Property Normal
Normal
Get/set the normal vector of the plane.
Declaration
public float3 Normal { get; set; }
Property Value
Type | Description |
---|---|
float3 |
Remarks
It is assumed that the normal is unit length. If you set a new plane such that Ax + By + Cz + Dw = 0 but (A, B, C) is not unit length, then you must normalize the plane by calling Normalize(Plane).