Public Attributes

Burger::FixedMatrix4D_t Struct Reference

4x4 Fixed32 matrix. More...

#include <fxfixed.h>

Collaboration diagram for Burger::FixedMatrix4D_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

FixedVector4D_t x
 X row for the 4x4 Matrix.
FixedVector4D_t y
 Y row for the 4x4 Matrix.
FixedVector4D_t z
 Z row for the 4x4 Matrix.
FixedVector4D_t w
 W row for the 4x4 Matrix.

Detailed Description

4x4 Fixed32 matrix.

This 64 byte structure contains 16 32-bit Fixed point values arranged as a 4x4 matrix.

Note:
This structure assumes 4 byte alignment. Manually align this structure if vector instructions are to be applied to this data.
Since this is a structure, there is no constructor or destructor, so assume the data is uninitialized when creating this data type.

Member Data Documentation

W row for the 4x4 Matrix.

X row for the 4x4 Matrix.

Y row for the 4x4 Matrix.

Z row for the 4x4 Matrix.