| 396 | } // namespace |
| 397 | |
| 398 | void |
| 399 | testExtractSHRT () |
| 400 | { |
| 401 | try |
| 402 | { |
| 403 | cout << "Testing extraction of scale, shear, rotation, translation " |
| 404 | << "from matrices" << endl; |
| 405 | |
| 406 | cout << "Imath::extractSHRT()" << endl; |
| 407 | test (); |
| 408 | |
| 409 | cout << "ok\n" << endl; |
| 410 | } |
| 411 | catch (std::exception& e) |
| 412 | { |
| 413 | cerr << " Caught exception: " << e.what () << endl; |
| 414 | } |
| 415 | } |