| Functions | |
| Point2 | b1 (0, 0) | 
| Point2 | b2 (10, 0) | 
| Point2 | b3 (10, 10) | 
| Point2 | t (10, 10) | 
| Variables | |
| Point2 | a1 = expected.transformFrom(b1) | 
| Point2 | a2 = expected.transformFrom(b2) | 
| Point2 | a3 = expected.transformFrom(b3) | 
| Pose2 | expected (Rot2::fromAngle(2 *M_PI/3), t) | 
| Point2 align_3::b1 | ( | 0 | , | 
| 0 | |||
| ) | 
| Point2 align_3::b2 | ( | 10 | , | 
| 0 | |||
| ) | 
| Point2 align_3::b3 | ( | 10 | , | 
| 10 | |||
| ) | 
| Point2 align_3::t | ( | 10 | , | 
| 10 | |||
| ) | 
Definition at line 789 of file testPose2.cpp.
Definition at line 790 of file testPose2.cpp.
Definition at line 791 of file testPose2.cpp.