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

Sets this vector to the specified X and Y coordinates, and returns a reference to this vector. 

 

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