Matrix33.h File Reference

#include "Vector2.h"
#include "FileCons.h"

Include dependency graph for Matrix33.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Matrix33

Defines

#define __MATRIX33_H

Functions

Matrix33 XRotate33 (float angle)
Matrix33 YRotate33 (float angle)
Matrix33 ZRotate33 (float angle)
Matrix33 YXRotate33 (float yangle, float xangle)
Matrix33 ZXRotate33 (float zangle, float xangle)
Matrix33 YXZRotate33 (float yangle, float xangle, float zangle)
Matrix33 ZXZRotate33 (float zangl1, float xangle, float zangl2)
Matrix33 RotateV33 (float angle, const Vector &axis)
Matrix33 XRotateRadians33 (float anglerad)
Matrix33 YRotateRadians33 (float anglerad)
Matrix33 ZRotateRadians33 (float anglerad)
Matrix33 VectorsToStandard33 (const Vector &becomezdir, const Vector &becomeydir)
MATRIXEXPORT Matrix33 Identity33 (void)


Define Documentation

#define __MATRIX33_H
 

Definition at line 3 of file Matrix33.h.


Function Documentation

MATRIXEXPORT Matrix33 Identity33 void   )  [inline]
 

Definition at line 261 of file Matrix33.h.

Matrix33 RotateV33 float  angle,
const Vector axis
[inline]
 

Definition at line 127 of file Matrix33.h.

References RADIANS.

Matrix33 VectorsToStandard33 const Vector becomezdir,
const Vector becomeydir
[inline]
 

Definition at line 155 of file Matrix33.h.

References float(), Vector::x, Vector::y, and ZRotateRadians33().

Here is the call graph for this function:

Matrix33 XRotate33 float  angle  )  [inline]
 

Definition at line 120 of file Matrix33.h.

References RADIANS, and XRotateRadians33().

Here is the call graph for this function:

Matrix33 XRotateRadians33 float  anglerad  )  [inline]
 

Definition at line 129 of file Matrix33.h.

References float().

Referenced by XRotate33().

Here is the call graph for this function:

Matrix33 YRotate33 float  angle  )  [inline]
 

Definition at line 121 of file Matrix33.h.

References RADIANS, and YRotateRadians33().

Here is the call graph for this function:

Matrix33 YRotateRadians33 float  anglerad  )  [inline]
 

Definition at line 138 of file Matrix33.h.

References float().

Referenced by YRotate33().

Here is the call graph for this function:

Matrix33 YXRotate33 float  yangle,
float  xangle
[inline]
 

Definition at line 123 of file Matrix33.h.

References RADIANS.

Matrix33 YXZRotate33 float  yangle,
float  xangle,
float  zangle
[inline]
 

Definition at line 125 of file Matrix33.h.

References RADIANS.

Matrix33 ZRotate33 float  angle  )  [inline]
 

Definition at line 122 of file Matrix33.h.

References RADIANS, and ZRotateRadians33().

Here is the call graph for this function:

Matrix33 ZRotateRadians33 float  anglerad  )  [inline]
 

Definition at line 147 of file Matrix33.h.

References float().

Referenced by VectorsToStandard33(), and ZRotate33().

Here is the call graph for this function:

Matrix33 ZXRotate33 float  zangle,
float  xangle
[inline]
 

Definition at line 124 of file Matrix33.h.

References RADIANS.

Matrix33 ZXZRotate33 float  zangl1,
float  xangle,
float  zangl2
[inline]
 

Definition at line 126 of file Matrix33.h.

References RADIANS.


This A:M SDK v12.0 documentation is maintained by Hash Inc. Please address any comments concerning this documentation to AMReports. If you have any information, knowledge, or documentation to share with the A:M developer community, please post them on the Hash SDK forum.

Generated on Thu Oct 27 11:46:48 2005 with doxygen 1.4.5 written by Dimitri van Heesch, © 1997-2001