Mathter
A configurable 3D math library for game developers.
Public Member Functions | List of all members
mathter::Rotation3DTriAxisBuilder< T > Class Template Reference

#include <Rotation3DBuilder.hpp>

Public Member Functions

 Rotation3DTriAxisBuilder (const std::array< T, 3 > &angles, std::array< int, 3 > axes)
 
Rotation3DTriAxisBuilderoperator= (const Rotation3DTriAxisBuilder &)=delete
 
template<class U , eMatrixOrder Order, eMatrixLayout Layout, bool MPacked>
 operator Matrix< U, 4, 4, Order, Layout, MPacked > () const
 
template<class U , eMatrixOrder Order, eMatrixLayout Layout, bool MPacked>
 operator Matrix< U, 3, 3, Order, Layout, MPacked > () const
 
template<class U , eMatrixLayout Layout, bool MPacked>
 operator Matrix< U, 3, 4, eMatrixOrder::PRECEDE_VECTOR, Layout, MPacked > () const
 
template<class U , eMatrixLayout Layout, bool MPacked>
 operator Matrix< U, 4, 3, eMatrixOrder::FOLLOW_VECTOR, Layout, MPacked > () const
 
template<class U , bool QPacked>
 operator Quaternion< U, QPacked > () const
 

Constructor & Destructor Documentation

◆ Rotation3DTriAxisBuilder()

template<class T >
mathter::Rotation3DTriAxisBuilder< T >::Rotation3DTriAxisBuilder ( const std::array< T, 3 > &  angles,
std::array< int, 3 >  axes 
)
inline

Member Function Documentation

◆ operator Matrix< U, 3, 3, Order, Layout, MPacked >()

template<class T >
template<class U , eMatrixOrder Order, eMatrixLayout Layout, bool MPacked>
mathter::Rotation3DTriAxisBuilder< T >::operator Matrix< U, 3, 3, Order, Layout, MPacked > ( ) const
inline

◆ operator Matrix< U, 3, 4, eMatrixOrder::PRECEDE_VECTOR, Layout, MPacked >()

template<class T >
template<class U , eMatrixLayout Layout, bool MPacked>
mathter::Rotation3DTriAxisBuilder< T >::operator Matrix< U, 3, 4, eMatrixOrder::PRECEDE_VECTOR, Layout, MPacked > ( ) const
inline

◆ operator Matrix< U, 4, 3, eMatrixOrder::FOLLOW_VECTOR, Layout, MPacked >()

template<class T >
template<class U , eMatrixLayout Layout, bool MPacked>
mathter::Rotation3DTriAxisBuilder< T >::operator Matrix< U, 4, 3, eMatrixOrder::FOLLOW_VECTOR, Layout, MPacked > ( ) const
inline

◆ operator Matrix< U, 4, 4, Order, Layout, MPacked >()

template<class T >
template<class U , eMatrixOrder Order, eMatrixLayout Layout, bool MPacked>
mathter::Rotation3DTriAxisBuilder< T >::operator Matrix< U, 4, 4, Order, Layout, MPacked > ( ) const
inline

◆ operator Quaternion< U, QPacked >()

template<class T >
template<class U , bool QPacked>
mathter::Rotation3DTriAxisBuilder< T >::operator Quaternion< U, QPacked > ( ) const

◆ operator=()

template<class T >
Rotation3DTriAxisBuilder& mathter::Rotation3DTriAxisBuilder< T >::operator= ( const Rotation3DTriAxisBuilder< T > &  )
delete

The documentation for this class was generated from the following file: