Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeMatrix3d::isPerspective Method
Syntax
C++
bool isPerspective(const OdGeTol& tol = OdGeContext::gTol) const;

Indicates whether the matrix can be used for perspective projections. 

 

Parameters
Description
tol
[in] Geomentric tolerance.

true if the matrix can be used for perspective projections; false otherwise.

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

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