VR-Forces 4.0.4 Class Documentation
include/geometry/boundingVolumeFace.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2005 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: boundingVolumeFace.h,v $ $Revision: 1.2 $ $State: Exp $
00007 ******************************************************************************/
00008 
00009 // Placed in a separate file, so it can be included in multiple
00010 // headers.  Using a forward declaration in all but one place
00011 // does not seem to work for all compilers.
00012 //
00013 #ifndef boundingVolumeFace_H_
00014 #define boundingVolumeFace_H_
00015 
00016 enum DtBoundingVolumeFace
00017 {
00018    DtFrontFace,
00019    DtBackFace,
00020    DtLeftFace,
00021    DtRightFace,
00022    DtTopFace,
00023    DtBottomFace,
00024    DtInvalidFace
00025 };
00026 
00027 #endif
00028 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)