Properties_T_Rhino_Geometry_Matrix - mcneel/rhinocommon-api-docs GitHub Wiki

Matrix Properties

The Matrix type exposes the following members.

Properties

 

Name Description
Public property ColumnCount Gets the amount of columns.
Public property IsColumnOrthogonal Gets a value indicating whether the matrix is column orthogonal.
Public property IsColumnOrthoNormal Gets a value indicating whether the matrix is column orthonormal.
Public property IsRowOrthogonal Gets a value indicating whether the matrix is row orthogonal.
Public property IsRowOrthoNormal Gets a value indicating whether the matrix is row orthonormal.
Public property IsSquare Gets a value indicating whether this matrix has the same number of rows and columns. 0x0 matrices are not considered square.
Public property IsValid Gets a value indicating whether this matrix is valid.
Public property Item Gets or sets the matrix value at the given row and column indixes.
Public property RowCount Gets the amount of rows.
  Back to Top

See Also

Reference

Matrix Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️