Matrix3x3 Struct Reference

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

Detailed Description

Holds a 3x3 matrix that can be marshaled between the wrapper and C# scripts.

Functions

◆ multiply()

float3 multiply ( float3  a)
inline

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

Parameters
aThe scalar value
Returns

Variables

◆ m

float [] m

3x3 matrix as the float array.

Referenced by Matrix3x3.multiply().