API Reference > OdGe Classes > OdGePoint3d Class > OdGePoint3d Methods > OdGePoint3d::setToSum Method
OdGePoint3d::setToSum Method
Syntax
C++
OdGePoint3d& setToSum(const OdGePoint3d& point, const OdGeVector3d& vect);
Parameters 
Description 
const OdGePoint3d& point 
[in] Any 3D point.  
const OdGeVector3d& vect 
[in] Any 3D vector. 

Sets this point to point + vect, and returns a reference to this point. 

 

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