PlayRho  2.0.0
An interactive physics engine & library.
Transformation.hpp File Reference

Definition of the Transformation class and free functions directly associated with it. More...

Include dependency graph for Transformation.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Definition of the Transformation class and free functions directly associated with it.