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