Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGePoint2d::OdGePoint2d Constructor (double, double)
Syntax
C++
OdGePoint2d(double xx, double yy);

Constructor for the OdGePoint2d class. 

 

Parameters
Description
xx
[in] The X-coordinate of this point.
yy
[in] The Y-coordinate of this point.

Constructs a 2D point with specified coordinates.

Copyright © 2002-2022. Open Design Alliance All rights reserved.