#include <IdentityBuilder.hpp>
|
| IdentityBuilder ()=default |
|
IdentityBuilder & | operator= (const IdentityBuilder &)=delete |
|
template<class T , int Rows, int Columns, eMatrixOrder Order, eMatrixLayout Layout, bool Packed> |
| operator Matrix< T, Rows, Columns, Order, Layout, Packed > () const |
|
template<class T , bool Packed> |
| operator Quaternion< T, Packed > () const |
|
◆ IdentityBuilder()
mathter::IdentityBuilder::IdentityBuilder |
( |
| ) |
|
|
default |
◆ operator Matrix< T, Rows, Columns, Order, Layout, Packed >()
template<class T , int Rows, int Columns, eMatrixOrder Order, eMatrixLayout Layout, bool Packed>
mathter::IdentityBuilder::operator Matrix< T, Rows, Columns, Order, Layout, Packed > |
( |
| ) |
const |
|
inline |
◆ operator Quaternion< T, Packed >()
template<class T , bool Packed>
mathter::IdentityBuilder::operator Quaternion< T, Packed > |
( |
| ) |
const |
|
inline |
◆ operator=()
The documentation for this class was generated from the following file: