FlukyEngine
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
glm::tdualquat< T, Q > Struct Template Reference

Public Types

typedef T value_type
 
typedef qua< T, Q > part_type
 
typedef length_t length_type
 

Public Member Functions

GLM_FUNC_DECL part_typeoperator[] (length_type i)
 
GLM_FUNC_DECL part_type const & operator[] (length_type i) const
 
GLM_FUNC_DECL GLM_CONSTEXPR tdualquat (tdualquat< T, Q > const &d) GLM_DEFAULT
 
template<qualifier P>
GLM_FUNC_DECL GLM_CONSTEXPR tdualquat (tdualquat< T, P > const &d)
 
GLM_FUNC_DECL GLM_CONSTEXPR tdualquat (qua< T, Q > const &real)
 
GLM_FUNC_DECL GLM_CONSTEXPR tdualquat (qua< T, Q > const &orientation, vec< 3, T, Q > const &translation)
 
GLM_FUNC_DECL GLM_CONSTEXPR tdualquat (qua< T, Q > const &real, qua< T, Q > const &dual)
 
template<typename U , qualifier P>
GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tdualquat (tdualquat< U, P > const &q)
 
GLM_FUNC_DECL GLM_EXPLICIT GLM_CONSTEXPR tdualquat (mat< 2, 4, T, Q > const &holder_mat)
 
GLM_FUNC_DECL GLM_EXPLICIT GLM_CONSTEXPR tdualquat (mat< 3, 4, T, Q > const &aug_mat)
 
GLM_FUNC_DECL tdualquat< T, Q > & operator= (tdualquat< T, Q > const &m) GLM_DEFAULT
 
template<typename U >
GLM_FUNC_DECL tdualquat< T, Q > & operator= (tdualquat< U, Q > const &m)
 
template<typename U >
GLM_FUNC_DECL tdualquat< T, Q > & operator*= (U s)
 
template<typename U >
GLM_FUNC_DECL tdualquat< T, Q > & operator/= (U s)
 
template<qualifier P>
GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat (tdualquat< T, P > const &d)
 
template<typename U, qualifier P>
GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat (tdualquat< U, P > const &q)
 
template<typename U >
GLM_FUNC_QUALIFIER tdualquat< T, Q > & operator= (tdualquat< U, Q > const &q)
 
template<typename U >
GLM_FUNC_QUALIFIER tdualquat< T, Q > & operator*= (U s)
 
template<typename U >
GLM_FUNC_QUALIFIER tdualquat< T, Q > & operator/= (U s)
 

Static Public Member Functions

static GLM_FUNC_DECL GLM_CONSTEXPR length_type length ()
 Return the count of components of a dual quaternion.
 

Public Attributes

qua< T, Q > real
 
qua< T, Q > dual
 

The documentation for this struct was generated from the following files: