MATRIX (3) - Linux Manuals
MATRIX: Fixed point matrix structure. Allegro game programming library.
Command to display MATRIX
manual in Linux: $ man 3 MATRIX
NAME
MATRIX - Fixed point matrix structure. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
typedef struct MATRIX
DESCRIPTION
fixed v[3][3]; - 3x3 scaling and rotation component
fixed t[3]; - x/y/z translation component
Fixed point matrix structure. Read chapter "3D math routines" for a
description on how to obtain/use this structure.
Pages related to MATRIX
- MATRIX_f (3) - Floating point matrix structure. Allegro game programming library.
- MAKE_VERSION (3) - Create a 32 bit integer from the Allegro version
- MASK_COLOR_8 (3) - Constant representing the mask value in sprites. Allegro game programming library.
- MASK_COLOR_15 (3) - Constant representing the mask value in sprites. Allegro game programming library.
- MASK_COLOR_16 (3) - Constant representing the mask value in sprites. Allegro game programming library.
- MASK_COLOR_24 (3) - Constant representing the mask value in sprites. Allegro game programming library.
- MASK_COLOR_32 (3) - Constant representing the mask value in sprites. Allegro game programming library.