altEngine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
matrix3 Class Reference

#include <matrix.h>

Public Member Functions

matrix3operator= (const matrix3 &q)
 
matrix3 operator+ (const matrix3 &q)
 
matrix3 operator- (const matrix3 &q)
 
matrix3 operator* (const float scalar)
 
vec3 operator* (const vec3 &vec)
 
matrix3 operator* (const matrix3 &q)
 
void star (vec3 &vector)
 
void normalize ()
 
matrix3 transpose ()
 

Public Attributes

float m [9]
 

Member Function Documentation

void matrix3::normalize ( )

Here is the call graph for this function:

Here is the caller graph for this function:

matrix3 matrix3::operator* ( const float  scalar)
vec3 matrix3::operator* ( const vec3 vec)
matrix3 matrix3::operator* ( const matrix3 q)
matrix3 matrix3::operator+ ( const matrix3 q)
matrix3 matrix3::operator- ( const matrix3 q)
matrix3 & matrix3::operator= ( const matrix3 q)
void matrix3::star ( vec3 vector)

Here is the caller graph for this function:

matrix3 matrix3::transpose ( )

Here is the caller graph for this function:

Member Data Documentation

float matrix3::m[9]

The documentation for this class was generated from the following files: