Matrix.IsColumnOrthoNormal Property

MatrixIsColumnOrthoNormal Property

Gets a value indicating whether the matrix is column orthonormal.

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

Property Value

Type: Boolean
See Also