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

Constructor for the OdGePoint2d class. 

 

Constructs a 2D point with specified coordinates.

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