UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
aabb.h File Reference
#include "cxx.h"
#include "ufotypes.h"
#include "vector.h"
#include "line.h"
#include "byte.h"
#include "defines.h"
#include <algorithm>
#include <stdio.h>

Go to the source code of this file.

Data Structures

class  AABB
 

Macros

#define AABB_STRING   64
 

Variables

const float MWW = MAX_WORLD_WIDTH
 Axis-aligned bounding box. More...
 

Macro Definition Documentation

#define AABB_STRING   64

Definition at line 40 of file aabb.h.

Referenced by LoadMapFile(), and SP_func_breakable().

Variable Documentation

const float MWW = MAX_WORLD_WIDTH

Axis-aligned bounding box.

Definition at line 39 of file aabb.h.

Referenced by AABB::clipToWorld().