AI for Games 1.1.1
Loading...
Searching...
No Matches
game2dai.maths.Matrix2D.Matrix Class Reference

Public Member Functions

 Matrix ()
 
void identity ()
 

Private Attributes

double _11
 
double _12
 
double _13
 
double _21
 
double _22
 
double _23
 
double _31
 
double _32
 
double _33
 

Detailed Description

Handy inner class to hold the intermediate transformation matrices.

Constructor & Destructor Documentation

◆ Matrix()

game2dai.maths.Matrix2D.Matrix.Matrix ( )

Ctor initialises to the zero matrix

Member Function Documentation

◆ identity()

void game2dai.maths.Matrix2D.Matrix.identity ( )

Set to the identity matrix. Erases previous matrix data.


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