MATRIX_f (3) - Linux Manuals
MATRIX_f: Floating point matrix structure. Allegro game programming library.
Command to display MATRIX_f
manual in Linux: $ man 3 MATRIX_f
NAME
MATRIX_f - Floating point matrix structure. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
typedef struct MATRIX_f
DESCRIPTION
float v[3][3]; - 3x3 scaling and rotation component
float t[3]; - x/y/z translation component
Floating point matrix structure. Read chapter "3D math routines" for a
description on how to obtain/use this structure.
Pages related to MATRIX_f
- MATRIX (3) - Fixed 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.