Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Examples, tools and demo game
al3D
type AL_MATRIX_F = record
Floating point matrix structure.
v: ARRAY [0..2, 0..2] OF AL_FLOAT;
t: ARRAY [0..2] OF AL_FLOAT;
Scaling and rotation.
Translation.