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

#include <ScaleBuilder.hpp>

Public Member Functions

 ScaleBuilder (const Vector< T, Dim, Packed > &scale)
 
ScaleBuilderoperator= (const ScaleBuilder &)=delete
 
template<class U , eMatrixOrder Order, eMatrixLayout Layout, bool MPacked>
 operator Matrix< U, Dim+1, Dim+1, Order, Layout, MPacked > () const
 
template<class U , eMatrixOrder Order, eMatrixLayout Layout, bool MPacked>
 operator Matrix< U, Dim, Dim, Order, Layout, MPacked > () const
 
template<class U , eMatrixLayout Layout, bool MPacked>
 operator Matrix< U, Dim, Dim+1, eMatrixOrder::PRECEDE_VECTOR, Layout, MPacked > () const
 
template<class U , eMatrixLayout Layout, bool MPacked>
 operator Matrix< U, Dim+1, Dim, eMatrixOrder::FOLLOW_VECTOR, Layout, MPacked > () const
 

Constructor & Destructor Documentation

◆ ScaleBuilder()

template<class T , int Dim, bool Packed>
mathter::ScaleBuilder< T, Dim, Packed >::ScaleBuilder ( const Vector< T, Dim, Packed > &  scale)
inline

Member Function Documentation

◆ operator Matrix< U, Dim+1, Dim+1, Order, Layout, MPacked >()

template<class T , int Dim, bool Packed>
template<class U , eMatrixOrder Order, eMatrixLayout Layout, bool MPacked>
mathter::ScaleBuilder< T, Dim, Packed >::operator Matrix< U, Dim+1, Dim+1, Order, Layout, MPacked > ( ) const
inline

◆ operator Matrix< U, Dim+1, Dim, eMatrixOrder::FOLLOW_VECTOR, Layout, MPacked >()

template<class T , int Dim, bool Packed>
template<class U , eMatrixLayout Layout, bool MPacked>
mathter::ScaleBuilder< T, Dim, Packed >::operator Matrix< U, Dim+1, Dim, eMatrixOrder::FOLLOW_VECTOR, Layout, MPacked > ( ) const
inline

◆ operator Matrix< U, Dim, Dim+1, eMatrixOrder::PRECEDE_VECTOR, Layout, MPacked >()

template<class T , int Dim, bool Packed>
template<class U , eMatrixLayout Layout, bool MPacked>
mathter::ScaleBuilder< T, Dim, Packed >::operator Matrix< U, Dim, Dim+1, eMatrixOrder::PRECEDE_VECTOR, Layout, MPacked > ( ) const
inline

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

template<class T , int Dim, bool Packed>
template<class U , eMatrixOrder Order, eMatrixLayout Layout, bool MPacked>
mathter::ScaleBuilder< T, Dim, Packed >::operator Matrix< U, Dim, Dim, Order, Layout, MPacked > ( ) const
inline

◆ operator=()

template<class T , int Dim, bool Packed>
ScaleBuilder& mathter::ScaleBuilder< T, Dim, Packed >::operator= ( const ScaleBuilder< T, Dim, Packed > &  )
delete

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