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

Constructor for the OdGeVector2d class. 

 

Constructs a 2D vector with specified X and Y coordinates.

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