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 = record
Fixed point matrix structure.
v: ARRAY [0..2, 0..2] OF AL_FIXED;
t: ARRAY [0..2] OF AL_FIXED;
Scaling and rotation.
Translation.