record TPlane

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPlane = record

Description

Three-Dimensional Plane.
Equals irr::core::plane3df.

Overview

Fields

Normal: TVector3D;
Distance: Single;

Description

Fields

Normal: TVector3D;

The plane's normal vector; orthogonal to the plane itself.

Distance: Single;

The plane's distance to the origin.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22