UFO: Alien Invasion
Loading...
Searching...
No Matches
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>
Include dependency graph for aabb.h:
This graph shows which files directly or indirectly include this file:

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.

Macro Definition Documentation

◆ AABB_STRING

#define AABB_STRING   64

Definition at line 40 of file aabb.h.

Referenced by LoadMapFile(), and SP_func_breakable().

Variable Documentation

◆ MWW

const float MWW = MAX_WORLD_WIDTH

Axis-aligned bounding box.

Definition at line 39 of file aabb.h.

Referenced by AABB::clipToWorld().