Class: oMatrix

$. oMatrix

The $.oMatrix is a subclass of the native Matrix4x4 object from Harmony. It has the same methods and properties plus the ones listed here.

new $.oMatrix(matrixObject)

openHarmony/openHarmony_math.js, line 486
The $.oMatrix constructor.
Name Type Description
matrixObject Matrix4x4 a matrix object to initialize the instance from

Members

valuesArray

A 2D array that contains the values from the matrix, rows by rows.