Go to the source code of this file.
Functions | |
template<typename MatrixType > | |
void | check_stddeque_matrix (const MatrixType &m) |
template<typename QuaternionType > | |
void | check_stddeque_quaternion (const QuaternionType &) |
template<typename TransformType > | |
void | check_stddeque_transform (const TransformType &) |
void | test_stddeque () |
void check_stddeque_matrix | ( | const MatrixType & | m | ) |
Definition at line 31 of file stddeque.cpp.
void check_stddeque_quaternion | ( | const QuaternionType & | ) |
Definition at line 92 of file stddeque.cpp.
void check_stddeque_transform | ( | const TransformType & | ) |
Definition at line 63 of file stddeque.cpp.
void test_stddeque | ( | ) |
Definition at line 120 of file stddeque.cpp.