MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / testExtractSHRT

Function testExtractSHRT

src/ImathTest/testExtractSHRT.cpp:398–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396} // namespace
397
398void
399testExtractSHRT ()
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}

Callers

nothing calls this directly

Calls 1

testFunction · 0.70

Tested by

no test coverage detected