Record ALLEGRO_TRANSFORM

Hierarchy
Methods
Properties

Unit

Declaration

type ALLEGRO_TRANSFORM = record

Description

Defines the generic transformation type, a 4x4 matrix. 2D transforms use only a small subsection of this matrix, namely the top left 2x2 matrix, and the right most 2x1 matrix, for a total of 6 values.

Overview

Fields

m: array [0..3] of array [0..3] of AL_FLOAT;

Description

Fields

m: array [0..3] of array [0..3] of AL_FLOAT;

A 4x4 float matrix.


Generated by PasDoc 0.15.0. Generated on 2024-11-10 15:15:06.