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

Subtraction operator for the OdGePoint2d class. 

 

Returns a reference to the point equal to this point translated by the vector opposite to the specified vector.

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