Go to the source code of this file.
Functions | |
template<typename MatrixType > | |
void | check_stdvector_matrix (const MatrixType &m) |
template<typename QuaternionType > | |
void | check_stdvector_quaternion (const QuaternionType &) |
template<typename TransformType > | |
void | check_stdvector_transform (const TransformType &) |
void | test_stdvector () |
void check_stdvector_matrix | ( | const MatrixType & | m | ) |
Definition at line 30 of file stdvector.cpp.
void check_stdvector_quaternion | ( | const QuaternionType & | ) |
Definition at line 101 of file stdvector.cpp.
void check_stdvector_transform | ( | const TransformType & | ) |
Definition at line 66 of file stdvector.cpp.
void test_stdvector | ( | ) |
Definition at line 135 of file stdvector.cpp.