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

Sets this point to the specified X and Y coordinates. Returns a reference to this point. 

 

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