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.
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:
A helper macro simply defined as the following:
#define OMNI_RAD_TO_DEG(rad) (rad) * OMNI_180_PI