
Go to the source code of this file.
Classes | |
| class | Point3Test |
Functions | |
| int | main (int argc, char **argv) |
| TEST_F (Point3Test, testSimpleConstructors) | |
| TEST_F (Point3Test, testConstCorrectness) | |
| TEST_F (Point3Test, testCross) | |
| TEST_F (Point3Test, testDistanceSquared) | |
| TEST_F (Point3Test, testDistance) | |
| TEST_F (Point3Test, testDistanceL1) | |
| TEST_F (Point3Test, testDistanceLInf) | |
| TEST_F (Point3Test, testSubtract1) | |
| TEST_F (Point3Test, pointPlusMinusVector) | |
| TEST_F (Point3Test, testScale1) | |
| TEST_F (Point3Test, testAbsoluteValue1) | |
| TEST_F (Point3Test, testClampMinMax1) | |
| TEST_F (Point3Test, testClampMinMax2) | |
| TEST_F (Point3Test, testClampMinMax3) | |
| TEST_F (Point3Test, testClampMin) | |
| TEST_F (Point3Test, testClampMax) | |
| TEST_F (Point3Test, testEqualsEquals) | |
| TEST_F (Point3Test, testTemplateTypeInference) | |
| TEST_F (Point3Test, SpatialTransformApplyOnPoint3) | |
| TEST_F (Point3Test, transform) | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 543 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| testSimpleConstructors | |||
| ) |
Definition at line 23 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| testConstCorrectness | |||
| ) |
Definition at line 33 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| testCross | |||
| ) |
Definition at line 56 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| testDistanceSquared | |||
| ) |
Definition at line 65 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| testDistance | |||
| ) |
Definition at line 111 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| testDistanceL1 | |||
| ) |
Definition at line 157 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| testDistanceLInf | |||
| ) |
Definition at line 198 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| testSubtract1 | |||
| ) |
Definition at line 241 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| pointPlusMinusVector | |||
| ) |
Definition at line 251 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| testScale1 | |||
| ) |
Definition at line 267 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| testAbsoluteValue1 | |||
| ) |
Definition at line 287 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| testClampMinMax1 | |||
| ) |
Definition at line 312 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| testClampMinMax2 | |||
| ) |
Definition at line 335 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| testClampMinMax3 | |||
| ) |
Definition at line 358 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| testClampMin | |||
| ) |
Definition at line 381 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| testClampMax | |||
| ) |
Definition at line 414 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| testEqualsEquals | |||
| ) |
Definition at line 437 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| testTemplateTypeInference | |||
| ) |
Definition at line 465 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| SpatialTransformApplyOnPoint3 | |||
| ) |
Definition at line 493 of file Point3Test.cpp.
| TEST_F | ( | Point3Test | , |
| transform | |||
| ) |
Definition at line 524 of file Point3Test.cpp.