Matrix3x3 Struct Reference

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...
 

Detailed Description

Structure representing a generic 3*3 matrix.

Functions

◆ multiply()

float3 multiply ( float3  a)
inline

Gives the result of the multiplication between a sl.Matrix3x3 and a specified scalar value.

Parameters
aScalar value to multiple the sl.Matrix3x3 with.
Returns
The result of the multiplication with the scalar given as input.

Variables

◆ m

float [] m

Array containing the values fo the 3*3 matrix.

Referenced by Matrix3x3.multiply().