Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
PathGoal.cpp File Reference
#include "precompiled.h"
#include "PathGoal.h"
#include "graphics/Terrain.h"
#include "Pathfinding.h"
#include "Geometry.h"
Include dependency graph for PathGoal.cpp:

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)
 

Function Documentation

◆ NavcellContainsCircle()

static bool NavcellContainsCircle ( int  i,
int  j,
fixed  x,
fixed  z,
fixed  r,
bool  inside 
)
static

◆ NavcellContainsSquare()

static bool NavcellContainsSquare ( int  i,
int  j,
fixed  x,
fixed  z,
CFixedVector2D  u,
CFixedVector2D  v,
fixed  hw,
fixed  hh,
bool  inside 
)
static