API Reference > OdGe Classes > OdGePoint3d Class > OdGePoint3d Operators > - Operator > OdGePoint3d::- Operator (OdGePoint3d&)
OdGePoint3d::- Operator (OdGePoint3d&)
Syntax
C++
OdGeVector3d operator -(const OdGePoint3d& point) const;
Parameters 
Description 
const OdGePoint3d& point 
[in] Input 3D point, coordinates of which are subtracted from the coordinates of this point. 

Subtraction operator for the OdGePoint3d class. 

 

Returns a vector formed as a result of this point's coordinates - coordinates of the specified point.

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