omni::math::rotation_angle
NAME

omni::math::rotation_angle

A class of omni::math

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

MEMBERS

omni::math::rotation_angle::enum_t
omni::math::rotation_angle::rotation_angle()
omni::math::rotation_angle::~rotation_angle()
static inline unsigned short omni::math::rotation_angle::COUNT()
static inline enum_t omni::math::rotation_angle::DEFAULT_VALUE()
unsigned short omni::math::rotation_angle::count()
uint64_t omni::math::rotation_angle::hash()
static bool omni::math::rotation_angle::is_valid(int32_t val)
static enum_t omni::math::rotation_angle::parse(const std::string& val)
static std::string omni::math::rotation_angle::to_string(enum_t v)
static std::wstring omni::math::rotation_angle::to_wstring(enum_t v)
static bool omni::math::rotation_angle::try_parse(const std::string& val, enum_t& out)
uint64_t omni::math::rotation_angle::type()
enum_t omni::math::rotation_angle::value()
omni::math::rotation_angle::operator enum_t()
omni::math::rotation_angle::operator std::string()
omni::math::rotation_angle::operator std::wstring()
bool omni::math::rotation_angle::operator!=(const rotation_angle& val)
bool omni::math::rotation_angle::operator<(const rotation_angle& val)
friend std::ostream& omni::math::rotation_angle::operator<<(std::ostream& s, const omni::math::rotation_angle& c)
rotation_angle& omni::math::rotation_angle::operator=(const rotation_angle& val)
bool omni::math::rotation_angle::operator==(const rotation_angle& val)
bool omni::math::rotation_angle::operator>(const rotation_angle& val)
omni::math::rotation_angle::NINETY
omni::math::rotation_angle::ONE_EIGHTY
omni::math::rotation_angle::TWO_SEVENTY
omni::math::rotation_angle::ZERO
omni::math::rotation_angle::disposing
omni::math::rotation_angle::name

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top