Synopsis

(macro) double step_STEPAngleToRadians(double angle)

Purpose

Converts an angle value from current STEP plane angle units to radians.

Description

Converts an angle value from current STEP plane angle units to radians. This function assumes that the current STEP plane angle unit has been specified by calling step_SetPlaneAngleUnit (the default is STEP_DEGREES) and conversions are done accordingly.

Input

angle

Angle value in current STEP plane angle units

Return

Angle value in radians.