omni::math::rotation
NAME

omni::math::rotation

A class of omni::math

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

MEMBERS

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top