
Functions | |
| std::ostream & | operator<< (std::ostream &os, const nv::vec3f &v) |
| ::testing::AssertionResult | Vec3Equal (const nv::vec3f &a, const nv::vec3f &b) |
| TEST (QuaternionTest, Rotation) | |
| TEST (QuaternionTest, ToMatrix) | |
| TEST (QuaternionTest, FromMatrix) | |
| TEST (DualQuaternionTest, Translation) | |
| TEST (DualQuaternionTest, Rotation) | |
| TEST (DualQuaternionTest, RotationAndTranslation) | |
| TEST (DualQuaternionTest, ToMatrix) | |
| TEST (DualQuaternionTest, FromMatrix) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const nv::vec3f & | v | ||
| ) |
Compiled with clang DualQuaternionTests.cpp -o DualQuaternionTests -g3 -Wall -std=c++11 -I. -I../../extensions/include/ -L./gtest/ -lgtest -lstdc++ -lpthread -lm
| TEST | ( | QuaternionTest | , |
| Rotation | |||
| ) |
| TEST | ( | QuaternionTest | , |
| ToMatrix | |||
| ) |
| TEST | ( | QuaternionTest | , |
| FromMatrix | |||
| ) |
| TEST | ( | DualQuaternionTest | , |
| Translation | |||
| ) |
| TEST | ( | DualQuaternionTest | , |
| Rotation | |||
| ) |
| TEST | ( | DualQuaternionTest | , |
| RotationAndTranslation | |||
| ) |
| TEST | ( | DualQuaternionTest | , |
| ToMatrix | |||
| ) |
| TEST | ( | DualQuaternionTest | , |
| FromMatrix | |||
| ) |
| ::testing::AssertionResult Vec3Equal | ( | const nv::vec3f & | a, |
| const nv::vec3f & | b | ||
| ) |
1.8.7