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

Subtraction operator for the OdGePoint3d class. 

 

Returns a point that is translated in the opposite direction and length of the specified input vector.

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