API Reference > OdGe Classes > OdGeVector3d Class > OdGeVector3d Methods > orthoProject Method > OdGeVector3d::orthoProject Method (OdGeVector3d&)
OdGeVector3d::orthoProject Method (OdGeVector3d&)
Syntax
C++
OdGeVector3d orthoProject(const OdGeVector3d& planeNormal) const;
Parameters 
Description 
const OdGeVector3d& planeNormal 
[in] A 3D vector which is a normal vector of a plane on which this vector is projected. 

Returns a 3D vector which is the result of the orthogonal projection of this vector into the plane with normal planeNormal passing through the origin. 

 

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