//===========================================================================// // File: matrix.cc // // Contents: Implementation details for the matrix class // //---------------------------------------------------------------------------// // Copyright (C) Microsoft Corporation. All rights reserved. // //===========================================================================// #include "StuffHeaders.hpp" bool Matrix4D::TestClass() { SPEW((GROUP_STUFF_TEST, "Starting Matrix4D test...\n")); SPEW((GROUP_STUFF_TEST, " Matrix4D::TestClass() is stubbed out!")); return false; }