API Reference > OdGe Classes > OdGeMatrix3d Class > OdGeMatrix3d Methods > OdGeMatrix3d::projection Method
OdGeMatrix3d::projection Method
Syntax
C++
static OdGeMatrix3d projection(const OdGePlane& projectionPlane, const OdGeVector3d& projectDir);
Parameters 
Description 
const OdGePlane& projectionPlane 
[in] Projection plane.  
const OdGeVector3d& projectDir 
[in] Projection direction.
 

Projection matrix.

Returns the matrix that parallely projects entities onto the specified plane in the specified direction. 

 

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