Transformation.hpp File Reference

Go to the source code of this file.

Classes

struct  playrho::d2::Transformation
 Describes a geometric transformation. More...
 

Namespaces

 playrho
 
 playrho::d2
 

Functions

PLAYRHO_CONSTEXPR bool playrho::d2::operator== (Transformation lhs, Transformation rhs) noexcept
 Equality operator. More...
 
PLAYRHO_CONSTEXPR bool playrho::d2::operator!= (Transformation lhs, Transformation rhs) noexcept
 Inequality operator. More...
 
template<>
PLAYRHO_CONSTEXPR bool playrho::IsValid (const d2::Transformation &value) noexcept
 Determines if the given value is valid. More...
 

Variables

const PLAYRHO_CONSTEXPR auto playrho::d2::Transform_identity
 Identity transformation value. More...
 

Detailed Description

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

Definition in file Transformation.hpp.