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

HowTo:Convert degrees to radians?

From DocR19

Jump to: navigation, search

Call the function degrees_to_radians in geom_utl.hxx.

Contents

Signature

double degrees_to_radians(double ang);

Header Files

#include "geom_utl.hxx"

Example

double angle_deg = some_angle_in_degrees;
double angle_rad = degrees_to_radians( angle_deg );

Scheme Commands

No Scheme command.

Notes

Related content

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