OMNI_RAD_TO_DEG
MACRO

OMNI_RAD_TO_DEG - A helper macro that converts radians to degrees.

SYNOPSIS top

Defines a helper macro that can be utilized in user code that converts radians to degrees.

DESCRIPTION top

A helper macro simply defined as the following:
#define OMNI_RAD_TO_DEG(rad) (rad) * OMNI_180_PI

CONSIDERATIONS top

No special considerations.

PLATFORM SPECIFIC top

No platform specific notes.

NOTES top

None.