Matrix PropertiesBespoke Osc Library
The Matrix type exposes the following members.
Properties

  NameDescription
Public propertycols
Gets the number of columns in the matrix.
Public propertyStatic memberIdentity
Gets a 4x4 identity matrix.
Public propertyIsSingular
Indicates whether the matrix is singular.
Public propertyIsSquare
Indicates whether the matrix is square.
Public propertyItem
Gets or sets an entry in the matrix.
Public propertyrows
Gets the number of rows in the matrix.
Back to Top
See Also