API Reference > OdGe Classes > OdGePoint3d Class > OdGePoint3d Operators > OdGePoint3d::+= Operator
OdGePoint3d::+= Operator
Syntax
C++
OdGePoint3d& operator +=(const OdGeVector3d& vect);
Parameters 
Description 
const OdGeVector3d& vect 
[in] Input vector by which a point is translated. 

Addition operator for the OdGePoint3d class. 

 

Returns a reference to a point that is translated by the specified input vector.

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