vtdata library
Public Member Functions | Protected Attributes | List of all members
DMatrix4 Class Reference

Public Member Functions

void Set (int i, int j, double v)
 
double Get (int i, int j) const
 
double operator() (int i, int j) const
 
void Identity ()
 
void AxisAngle (const DPoint3 &vec, double theta)
 
void Invert (const DMatrix4 &src)
 

Protected Attributes

double data [4][4]
 

Detailed Description

A 4x4 matrix class, double-precision.