CellexalVR
1.1.0
A virtual reality platform for the exploration and analysis of single-cell gene expression data
|
Helper struct that defines a 3 by 3 matrix More...
Public Member Functions | |
Matrix3x3 (float m1_1, float m1_2, float m1_3, float m2_1, float m2_2, float m2_3, float m3_1, float m3_2, float m3_3) | |
void | Invert () |
Static Public Member Functions | |
static Vector3 | operator* (Matrix3x3 m, Vector3 v) |
Public Attributes | |
float | m1_1 |
float | m1_2 |
float | m1_3 |
float | m2_1 |
float | m2_2 |
float | m2_3 |
float | m3_1 |
float | m3_2 |
float | m3_3 |
Helper struct that defines a 3 by 3 matrix