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

Constructor for the OdGeVector3d class. 

 

Constructs a 3D vector with specified X, Y and Z coordinates.

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