Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
CastleTriangles
type T3DTriangleGeometry = record
Triangle expressed in particular coordinate system, for T3DTriangle.
Triangle: TTriangle3Single;
Area: Single;
Plane: TVector4Single;
Normal: TVector3Single;
Area of the triangle.
Triangle normal, a 3D plane containing our Triangle, with normalized direction vector.