OMNI_DEG_TO_RAD
MACRO

OMNI_DEG_TO_RAD - A helper macro that converts degrees to radians.

SYNOPSIS top

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

DESCRIPTION top

A helper macro simply defined as the following:
#define OMNI_DEG_TO_RAD(deg) (deg) * OMNI_PI_180

CONSIDERATIONS top

No special considerations.

PLATFORM SPECIFIC top

No platform specific notes.

NOTES top

None.