API Reference > OdGe Classes > OdGeQuaternion Class > OdGeQuaternion Constructor > OdGeQuaternion::OdGeQuaternion Constructor (double, double, double, double)
OdGeQuaternion::OdGeQuaternion Constructor (double, double, double, double)
Syntax
C++
OdGeQuaternion(double ww, double xx, double yy, double zz);
Parameters 
Description 
double ww 
[in] The W-component of this quaternion object.  
double xx 
[in] The X-component of this quaternion object.  
double yy 
[in] The Y-component of this quaternion object.  
double zz 
[in] The Z-component of this quaternion object. 

Constructor for the OdGeQuaternion class. 

 

Constructs a quaternion with specified components.

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