Header menu logo Nu

Matrix3x2 Module

Functions and values

Function or value Description

m3x2 r0 r1 r2

Full Usage: m3x2 r0 r1 r2

Parameters:
Returns: Matrix3x2
Modifiers: inline
r0 : Vector2
r1 : Vector2
r2 : Vector2
Returns: Matrix3x2

m3x2Eq x y

Full Usage: m3x2Eq x y

Parameters:
Returns: bool
Modifiers: inline
x : Matrix3x2
y : Matrix3x2
Returns: bool

m3x2Identity

Full Usage: m3x2Identity

Returns: Matrix3x2
Returns: Matrix3x2

m3x2Neq x y

Full Usage: m3x2Neq x y

Parameters:
Returns: bool
Modifiers: inline
x : Matrix3x2
y : Matrix3x2
Returns: bool

m3x2Zero

Full Usage: m3x2Zero

Returns: Matrix3x2
Returns: Matrix3x2

Type extensions

Type extension Description

Matrix3x2.CreateFromArray(arr)

Full Usage: Matrix3x2.CreateFromArray(arr)

Parameters:
    arr : single array

Returns: Matrix3x2

Create a matrix from an array of 16 single values.

Extended Type: Matrix3x2

arr : single array
Returns: Matrix3x2

this.IsZero

Full Usage: this.IsZero

Parameters:
    () : unit

Returns: bool
Modifiers: inline

Extended Type: Matrix3x2

() : unit
Returns: bool

this.IsZero

Full Usage: this.IsZero

Returns: bool
Modifiers: inline

Extended Type: Matrix3x2

Returns: bool

this.ToArray

Full Usage: this.ToArray

Parameters:
    () : unit

Returns: float32 array

Convert a Matrix3x2 to an array.

Extended Type: Matrix3x2

() : unit
Returns: float32 array

this.ToArray

Full Usage: this.ToArray

Parameters:
    value : single array
    offset : int

Convert a Matrix3x2 to an array.

Extended Type: Matrix3x2

value : single array
offset : int

Type something to start searching.