Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Matrix3 Struct Reference

#include <math3d.h>

List of all members.

Public Methods

Vector3DbaseRow (int i)
float operator() (int i, int j) const
float& operator() (int i, int j)

Public Attributes

float s11
float s12
float s13
float s21
float s22
float s23
float s31
float s32
float s33
   struct {
      float   s11
      float   s12
      float   s13
      float   s21
      float   s22
      float   s23
      float   s31
      float   s32
      float   s33
   } sclr
float m [3][3]

Static Public Attributes

const Matrix3 Identity


Member Function Documentation

Vector3D & Matrix3::baseRow ( int i ) [inline]
 

float & Matrix3::operator() ( int i,
int j ) [inline]
 

float Matrix3::operator() ( int i,
int j ) const [inline]
 


Member Data Documentation

const Matrix3 Matrix3::Identity [static]
 

float Matrix3::m[3][3]
 

float Matrix3::s11
 

float Matrix3::s12
 

float Matrix3::s13
 

float Matrix3::s21
 

float Matrix3::s22
 

float Matrix3::s23
 

float Matrix3::s31
 

float Matrix3::s32
 

float Matrix3::s33
 

struct { ... } Matrix3::sclr
 


The documentation for this struct was generated from the following file:
Generated at Sat Nov 18 00:15:14 2000 for coldet by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000