Structure representing a generic 3*3 matrix. More...
Functions | |
float3 | multiply (float3 a) |
Gives the result of the multiplication between a sl.Matrix3x3 and a specified scalar value. More... | |
Attributes | |
float[] | m |
Array containing the values fo the 3*3 matrix. More... | |
Structure representing a generic 3*3 matrix.
Gives the result of the multiplication between a sl.Matrix3x3 and a specified scalar value.
a | Scalar value to multiple the sl.Matrix3x3 with. |
float [] m |
Array containing the values fo the 3*3 matrix.
Referenced by Matrix3x3.multiply().