Jagguar Game Engine
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Matrix3D Struct Reference

Public Member Functions

 Matrix3D (float n00, float n01, float n02, float n10, float n11, float n12, float n20, float n21, float n22)
 
 Matrix3D (const Vec2D &a, const Vec2D &b, const Vec2D &c)
 
float & operator() (int i, int j)
 
const float & operator() (int i, int j) const
 
Vec2Doperator[] (int j)
 
const Vec2Doperator[] (int j) const
 

Private Attributes

float n [3][3]
 

The documentation for this struct was generated from the following file: