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