MPMA Framework 0.4
Public Member Functions
GEO::Matrix3 Struct Reference

A 3x3 matrix. More...

#include <Geo.h>

Inheritance diagram for GEO::Matrix3:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Matrix3 ()
 ctor
 Matrix3 (const float *array)
 ctor
 Matrix3 (float e0, float e1, float e2, float e3, float e4, float e5, float e6, float e7, float e8)
 ctor
 Matrix3 (float c)
 ctor
 Matrix3 (int c)
 ctor
 Matrix3 (const Matrix3 &o)
 ctor
 Matrix3 (const MatrixN< 3 > &o)
 ctor
 Matrix3 (const struct Matrix4 &o)
 ctor
 Matrix3 (const struct Matrix2 &o)
 ctor

Detailed Description

A 3x3 matrix.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends