Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
CastleTriangles
type TTriangle4 = record
Triangle in 4D (or 3D homogeneous) space.
Data: packed [0..2] of TVector4;
function ToString: string;
Multiline triangle description.