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

Returns true if and only the columns vectors of the linear part of this matrix are of equal length and perpendicular to each other within the specified tolerance. 

 

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