Plane Struct

Representation of planes.

A plane is defined by a normal vector and distance from the origin to the plane.

Variables
normal

Normal vector of the plane.

distance

Distance from the origin to the plane.

Constructors
Plane

Functions
SetNormalAndPosition

Set3Points

GetDistanceToPoint

GetSide

SameSide

Raycast