Public Member Functions | Public Attributes
TomGine::tgMatrix3 Class Reference

Class tgMatrix3. More...

#include <tgMatrix3.h>

List of all members.

Public Member Functions

tgMatrix3 operator* (tgMatrix3 v)
tgMatrix3 operator* (float m)
tgVector3 operator* (tgVector3 v)
tgMatrix3 operator+ (tgMatrix3 v)
tgMatrix3 operator- (tgMatrix3 v)
 tgMatrix3 ()
 tgMatrix3 (const tgMatrix3 &m)
 tgMatrix3 (tgVector3 x, tgVector3 y, tgVector3 z)
 tgMatrix3 (float m0, float m1, float m2, float m3, float m4, float m5, float m6, float m7, float m8)
void transpose ()

Public Attributes

float m [9]

Detailed Description

Class tgMatrix3.

Definition at line 25 of file tgMatrix3.h.


Constructor & Destructor Documentation

Definition at line 14 of file tgMatrix3.cpp.

Definition at line 25 of file tgMatrix3.cpp.

Definition at line 19 of file tgMatrix3.cpp.

tgMatrix3::tgMatrix3 ( float  m0,
float  m1,
float  m2,
float  m3,
float  m4,
float  m5,
float  m6,
float  m7,
float  m8 
)

Definition at line 31 of file tgMatrix3.cpp.


Member Function Documentation

tgMatrix3 tgMatrix3::operator* ( tgMatrix3  v)

Definition at line 50 of file tgMatrix3.cpp.

tgMatrix3 tgMatrix3::operator* ( float  m)

Definition at line 68 of file tgMatrix3.cpp.

tgVector3 tgMatrix3::operator* ( tgVector3  v)

Definition at line 73 of file tgMatrix3.cpp.

tgMatrix3 tgMatrix3::operator+ ( tgMatrix3  v)

Definition at line 40 of file tgMatrix3.cpp.

tgMatrix3 tgMatrix3::operator- ( tgMatrix3  v)

Definition at line 45 of file tgMatrix3.cpp.

Definition at line 83 of file tgMatrix3.cpp.


Member Data Documentation

Definition at line 30 of file tgMatrix3.h.


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


blort
Author(s): Thomas Mörwald , Michael Zillich , Andreas Richtsfeld , Johann Prankl , Markus Vincze , Bence Magyar
autogenerated on Wed Aug 26 2015 15:24:13