API Reference > OdGe Classes > OdGeMatrix3d Class > OdGeMatrix3d Methods > OdGeMatrix3d::isScaledOrtho Method
OdGeMatrix3d::isScaledOrtho Method
Syntax
C++
bool isScaledOrtho(const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGeTol& tol = OdGeContext::gTol 
[in] Geomentric tolerance.
 

true if the columns vectors of the linear part of this matrix are mutually perpendicular; false otherwise.

Checks whether the column vectors of the linear part of this matrix are mutually perpendicular within the specified tolerance. 

 

Copyright © 2002–2022. Open Design Alliance. All rights reserved.