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. 

Returns the matrix which parallel projects onto the specified plane in the specified direction. 

 

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