| 72 | } |
| 73 | |
| 74 | static void TearDown() |
| 75 | { |
| 76 | if (homogenMatrix) |
| 77 | homogenMatrix->Delete(); |
| 78 | if (expectedHomogenousMatrix) |
| 79 | expectedHomogenousMatrix->Delete(); |
| 80 | } |
| 81 | |
| 82 | /** |
| 83 | * This first test basically assures that we understand the usage of AffineTransform3D correct. |
no test coverage detected