API Reference > OdGe Classes > OdGeCone Class > OdGeCone Methods > OdGeCone::getHalfAngleSigned Method
OdGeCone::getHalfAngleSigned Method
Syntax
C++
void getHalfAngleSigned(double& cosineAngle, double& sineAngle) const;
Parameters 
Description 
double& cosineAngle 
[out] Receives the cosine of the angle.  
double& sineAngle 
[out] Receives the sine of the angle. 

Retrieves the cosine and the sine of the angle between the generating line and the axis of symmetry.

The angle is returned "as is", the signs are preserved. 

 

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