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

Indicates whether a matrix can be used for perspective projections. 

 

Returns true if [3][0] or [3][1] or [3][2] elements have non-zero values considering passed tolerance.

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