omni::math::angle_measure
NAME

omni::math::angle_measure

A class of omni::math

#include <omni/types/math_t.hpp>
class omni::math::angle_measure

MEMBERS

omni::math::angle_measure::<

SYNOPSIS

The mathematical constant e (Euler's number) as a float.

top

DESCRIPTION

This is the mathematical constant e, also known as Euler's number. If OMNI_USE_M_E or OMNI_USE_MATH_DEFS are defined, and if the system has M_E defined, then this constant is set to M_E casted to a float. Otherwise this constant is defined as 2.7182818F

top