Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include "precompiled.h"
#include "PathGoal.h"
#include "graphics/Terrain.h"
#include "Pathfinding.h"
#include "Geometry.h"
Functions | |
static bool | NavcellContainsCircle (int i, int j, fixed x, fixed z, fixed r, bool inside) |
static bool | NavcellContainsSquare (int i, int j, fixed x, fixed z, CFixedVector2D u, CFixedVector2D v, fixed hw, fixed hh, bool inside) |
|
static |