Holds a 3x3 matrix that can be marshaled between the wrapper and C# scripts. More...
Functions | |
float3 | multiply (float3 a) |
Gives the result of the addition between a Matrix3x3 and a specified scalar value. More... | |
Attributes | |
float[] | m |
3x3 matrix as the float array. More... | |
Holds a 3x3 matrix that can be marshaled between the wrapper and C# scripts.
Gives the result of the addition between a Matrix3x3 and a specified scalar value.
a | The scalar value |
float [] m |
3x3 matrix as the float array.
Referenced by Matrix3x3.multiply().