API Reference > OdGe Classes > OdGeVector3d Class > OdGeVector3d Operators > - Operator > OdGeVector3d::- Operator (OdGeVector3d&)
OdGeVector3d::- Operator (OdGeVector3d&)
Syntax
C++
OdGeVector3d operator -(const OdGeVector3d& vect) const;
Parameters 
Description 
const OdGeVector3d& vect 
[in] A 3D vector to be subtracted. 

Subtraction operator for the OdGeVector3d class. 

 

Returns a vector that is created by subtracting coordinates of the passed vector from the coordinates of this vector.

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