API Reference > OdGe Classes > OdGeVector3d Class > OdGeVector3d Methods > set Method > OdGeVector3d::set Method (double, double, double)
OdGeVector3d::set Method (double, double, double)
Syntax
C++
OdGeVector3d& set(double xx, double yy, double zz);
Parameters 
Description 
double xx 
[in] X-coordinate.  
double yy 
[in] Y-coordinate.  
double zz 
[in] Z-coordinate. 

Sets this vector to the specified arguments, and returns a reference to this vector. 

 

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