The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)

HowTo:Convert radians to degrees?

From DocR19

Jump to: navigation, search

Call the function radians_to_degrees in geom_utl.hxx.

Contents

Signature

double radians_to_degrees(double ang);

Header Files

#include "geom_utl.hxx"

Example

double angle_rad = some_angle_in_radians;
double angle_deg = radians_to_degrees( angle_rad );

Scheme Commands

No Scheme command.

Notes

Related content

See also: :Category:FAQs and HowTo:Convert degrees to radians?
Personal tools