
Go to the source code of this file.
Functions | |
| double | checkIdentity (vcg::Matrix44d M) |
| double | dist2 (vcg::Point2d p1, vcg::Point2d p2) |
| double | dist3 (vcg::Point3d p1, vcg::Point3d p2) |
| int | main () |
| bool | test1 (vcg::Shotd shot1, vcg::Shotd shot2, vcg::Point3d p1, vcg::Point3d p2) |
| bool | test10 (vcg::Shotd shot1, vcg::Shotd shot2, vcg::Point3d p1, vcg::Point3d p2) |
| bool | test2 (vcg::Shotd shot1, vcg::Shotd shot2, vcg::Point3d p1, vcg::Point3d p2) |
| bool | test3 (vcg::Shotd shot1, vcg::Shotd shot2, vcg::Point3d p1, vcg::Point3d p2) |
| bool | test4 (vcg::Shotd shot, vcg::Point3d p1) |
| bool | test5 (vcg::Shotd shot, vcg::Point3d p1, vcg::Point3d p2) |
| bool | test6 (vcg::Shotd shot1, vcg::Shotd shot2, vcg::Point3d p1, vcg::Point3d p2) |
| bool | test7 (vcg::Shotd shot1, vcg::Point3d p1, vcg::Point3d p2) |
| bool | test8 (vcg::Shotd shot1, vcg::Shotd shot2, vcg::Point3d p1, vcg::Point3d p2) |
| bool | test9 (vcg::Shotd shot1, vcg::Shotd shot2, vcg::Point3d p1, vcg::Point3d p2) |
Variables | |
| static double | precision = 0.000000001 |
| double checkIdentity | ( | vcg::Matrix44d | M | ) |
Definition at line 24 of file camerashot_test.cpp.
| double dist2 | ( | vcg::Point2d | p1, |
| vcg::Point2d | p2 | ||
| ) |
Definition at line 12 of file camerashot_test.cpp.
| double dist3 | ( | vcg::Point3d | p1, |
| vcg::Point3d | p2 | ||
| ) |
Definition at line 18 of file camerashot_test.cpp.
| int main | ( | ) |
Definition at line 421 of file camerashot_test.cpp.
| bool test1 | ( | vcg::Shotd | shot1, |
| vcg::Shotd | shot2, | ||
| vcg::Point3d | p1, | ||
| vcg::Point3d | p2 | ||
| ) |
Definition at line 38 of file camerashot_test.cpp.
| bool test10 | ( | vcg::Shotd | shot1, |
| vcg::Shotd | shot2, | ||
| vcg::Point3d | p1, | ||
| vcg::Point3d | p2 | ||
| ) |
Definition at line 358 of file camerashot_test.cpp.
| bool test2 | ( | vcg::Shotd | shot1, |
| vcg::Shotd | shot2, | ||
| vcg::Point3d | p1, | ||
| vcg::Point3d | p2 | ||
| ) |
Definition at line 59 of file camerashot_test.cpp.
| bool test3 | ( | vcg::Shotd | shot1, |
| vcg::Shotd | shot2, | ||
| vcg::Point3d | p1, | ||
| vcg::Point3d | p2 | ||
| ) |
Definition at line 85 of file camerashot_test.cpp.
| bool test4 | ( | vcg::Shotd | shot, |
| vcg::Point3d | p1 | ||
| ) |
Definition at line 111 of file camerashot_test.cpp.
| bool test5 | ( | vcg::Shotd | shot, |
| vcg::Point3d | p1, | ||
| vcg::Point3d | p2 | ||
| ) |
Definition at line 142 of file camerashot_test.cpp.
| bool test6 | ( | vcg::Shotd | shot1, |
| vcg::Shotd | shot2, | ||
| vcg::Point3d | p1, | ||
| vcg::Point3d | p2 | ||
| ) |
Definition at line 183 of file camerashot_test.cpp.
| bool test7 | ( | vcg::Shotd | shot1, |
| vcg::Point3d | p1, | ||
| vcg::Point3d | p2 | ||
| ) |
Definition at line 230 of file camerashot_test.cpp.
| bool test8 | ( | vcg::Shotd | shot1, |
| vcg::Shotd | shot2, | ||
| vcg::Point3d | p1, | ||
| vcg::Point3d | p2 | ||
| ) |
Definition at line 292 of file camerashot_test.cpp.
| bool test9 | ( | vcg::Shotd | shot1, |
| vcg::Shotd | shot2, | ||
| vcg::Point3d | p1, | ||
| vcg::Point3d | p2 | ||
| ) |
Definition at line 325 of file camerashot_test.cpp.
double precision = 0.000000001 [static] |
Definition at line 10 of file camerashot_test.cpp.