omni::math::transformation
NAME

omni::math::transformation

A class of omni::math

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

MEMBERS

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top