The SGADE Documentation

the SGADE The Socrates Gameboy Advance Development Engine

The SGADE is a development library for the Nintendo Gameboy Advance. It's free for all uses and is distributed without guarantees. For more information visit the SGADE page.


Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

SoMatrix Struct Reference
[SoMatrix]

Matrix definition. More...

#include <SoMatrix.h>


Data Fields

sofixedpoint m_C [12]
 Array of cells of the matrix.


Detailed Description

Matrix definition.

This structure represents a 3 by 4 matrix consisting of fixed point elements.

See the SoMatrix module for more information.


Field Documentation

sofixedpoint SoMatrix::m_C[ 12 ]
 

Array of cells of the matrix.

For internal use only.


The documentation for this struct was generated from the following file:
Copyright 2002 by the SGADE authors. See SoLicense.h or Visit the SGADE page for more information.