Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
IceBoundingSphere.h File Reference

Go to the source code of this file.

Classes

class  Sphere
 

Macros

#define __ICEBOUNDINGSPHERE_H__
 

Enumerations

enum  BSphereMethod { BS_NONE, BS_GEMS, BS_MINIBALL, BS_FORCE_DWORD = 0x7fffffff }
 

Detailed Description

Contains code to compute the minimal bounding sphere.

Author
Pierre Terdiman
Date
January, 29, 2000

Definition in file IceBoundingSphere.h.

Macro Definition Documentation

#define __ICEBOUNDINGSPHERE_H__

Definition at line 14 of file Opcode.h.

Enumeration Type Documentation

Enumerator
BS_NONE 
BS_GEMS 
BS_MINIBALL 
BS_FORCE_DWORD 

Definition at line 15 of file IceBoundingSphere.h.

16  {
17  BS_NONE,
18  BS_GEMS,
20 
21  BS_FORCE_DWORD = 0x7fffffff
22  };