API Reference > OdGe Classes > OdGeVector3d Class > OdGeVector3d Methods > OdGeVector3d::setToSum Method
OdGeVector3d::setToSum Method
Syntax
C++
OdGeVector3d& setToSum(const OdGeVector3d& vector1, const OdGeVector3d& vector2);
Parameters 
Description 
const OdGeVector3d& vector1 
[in] Any 3D vector.  
const OdGeVector3d& vector2 
[in] Any 3D vector. 

Sets this vector to vector1 + vector1, and returns a reference to this vector. 

 

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