Matrix.IsRowOrthoNormal Property

MatrixIsRowOrthoNormal Property

Gets a value indicating whether the matrix is row orthonormal.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool IsRowOrthoNormal { get; }
Public ReadOnly Property IsRowOrthoNormal As Boolean
	Get

Property Value

Type: Boolean
See Also