VR-Link API Documentation for HLA 1516
hypNorm.h
Go to the documentation of this file.
00001 //********************************************************************
00002 // Copyright (c) 2005 MaK Technologies, Inc.
00003 // All rights reserved.
00004 //********************************************************************
00005 #pragma once
00006 
00007 class DtHyperspaceNormalizer
00008 {
00009 public:
00010    DtHyperspaceNormalizer();
00011 
00012    virtual ~DtHyperspaceNormalizer();
00013 
00014    virtual unsigned long normalize() = 0;
00015 };
00016 
00017 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)