geMatrix.h
From GriffinEngine
Usage
Header for matrix2, matrix3, and matrix4.
- matrix2 is a 2*2 matrix, arranged:
- 0 2
- 1 3
- matrix3 is a 3*3 matrix, arranged:
- 0 3 6
- 1 4 7
- 2 5 8
- matrix4 is a 4*4 matrix, arranged:
- 0 4 8 12
- 1 5 9 13
- 2 6 10 14
- 3 7 11 15
Inheritance
(Global)
Base classes
Derived classes
Reference
For each matrix type (2/3/4), see that matrix's page for reference.
Global |
---|
geColor · geRandom · geMath.h |
geVector.h(float2 · float3 · float4) · geMatrix.h(matrix2 · matrix3 · matrix4) |