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.
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:
A helper macro simply defined as the following:
#define OMNI_DEG_TO_RAD(deg) (deg) * OMNI_PI_180