Definition of the Transformation class and free functions directly associated with it. More...
Classes | |
struct | playrho::d2::Transformation |
Describes a geometric transformation. More... | |
Namespaces | |
playrho | |
playrho::d2 | |
Functions | |
constexpr UnitVec | playrho::d2::GetDirection (const Transformation &value) noexcept |
Gets the directional information from the given transformation. | |
constexpr Length2 | playrho::d2::GetLocation (const Transformation &value) noexcept |
Gets the location information from the given transformation. | |
constexpr auto | playrho::IsValid (const d2::Transformation &value) noexcept -> bool |
Determines if the given value is valid. | |
constexpr bool | playrho::d2::operator!= (const Transformation &lhs, const Transformation &rhs) noexcept |
Inequality operator. | |
constexpr bool | playrho::d2::operator== (const Transformation &lhs, const Transformation &rhs) noexcept |
Equality operator. | |
Variables | |
constexpr auto | playrho::d2::Transform_identity |
Identity transformation value. More... | |
Definition of the Transformation class and free functions directly associated with it.