omni::math::rotation_direction
NAME

omni::math::rotation_direction

A class of omni::math

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

MEMBERS

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top