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

#include <Rotation3DBuilder.hpp>

Public Member Functions

 Rotation3DAxisBuilder (const T &angle, int axis)
 
Rotation3DAxisBuilderoperator= (const Rotation3DAxisBuilder &)=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

◆ Rotation3DAxisBuilder()

template<class T >
mathter::Rotation3DAxisBuilder< T >::Rotation3DAxisBuilder ( const T &  angle,
int  axis 
)
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::Rotation3DAxisBuilder< 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::Rotation3DAxisBuilder< 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::Rotation3DAxisBuilder< 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::Rotation3DAxisBuilder< T >::operator Matrix< U, 4, 4, Order, Layout, MPacked > ( ) const
inline

◆ operator Quaternion< U, QPacked >()

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

◆ operator=()

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

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