Vector3.hpp File Reference

Go to the source code of this file.

Namespaces

 playrho
 

Typedefs

template<typename T >
using playrho::Vector3 = Vector< T, 3 >
 Vector with 3-elements. More...
 
using playrho::Vec3 = Vector3< Real >
 
using playrho::Mass3 = Vector3< Mass >
 3-element vector of Mass quantities. More...
 
using playrho::InvMass3 = Vector3< InvMass >
 3-element vector of inverse mass (InvMass) quantities. More...
 

Functions

template<>
PLAYRHO_CONSTEXPR d2::AABB playrho::GetInvalid () noexcept
 Gets an invalid AABB value. More...
 
template<>
PLAYRHO_CONSTEXPR bool playrho::IsValid (const Mat22 &value) noexcept
 Determines if the given value is valid. More...