Irrlicht
type TPlane = record
Three-Dimensional Plane. Equals irr::core::plane3df.
Normal: TVector3D;
Distance: Single;
The plane's normal vector; orthogonal to the plane itself.
normal
The plane's distance to the origin.
distance