Close

Relief for ODA Team in Ukraine

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

Constructor for the OdGeVector3d class. 

 

Parameters
Description
xx
[in] X-coordinate.
yy
[in] Y-coordinate.
zz
[in] Z-coordinate.

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

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