Cytopia  0.3
A city building simulation game
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PointFunctions.cxx File Reference
#include "PointFunctions.hxx"
#include <cassert>
+ Include dependency graph for PointFunctions.cxx:

Go to the source code of this file.

Variables

static std::vector< PointgetLine
 
static std::vector< PointgetStraightLine
 
static std::vector< PointgetArea
 
static std::vector< PointgetNeighbors
 

Variable Documentation

◆ getArea

std::vector<Point> getArea
static

Definition at line 7 of file PointFunctions.cxx.

◆ getLine

std::vector<Point> getLine
static

Definition at line 5 of file PointFunctions.cxx.

◆ getNeighbors

std::vector<Point> getNeighbors
static

Definition at line 8 of file PointFunctions.cxx.

◆ getStraightLine

std::vector<Point> getStraightLine
static

Definition at line 6 of file PointFunctions.cxx.