#include <fack.hpp>
Public Member Functions | |
vector2 (int w, int h) | |
vector2 () | |
T | get (int x, int y) const |
void | set (int x, int y, const T &val) |
void | fill_with (const T &val) |
Public Attributes | |
vector< T > | v |
int | w |
int | h |
|
|
|
|
|
Definition at line 4887 of file fack.cc. References vector2< T >::h, vector2< T >::v, and vector2< T >::w. Referenced by path_finding::best_route(). |
|
Definition at line 320 of file fack.hpp. Referenced by path_finding::best_route(). |
|
Definition at line 326 of file fack.hpp. Referenced by path_finding::best_route(). |
|
Definition at line 308 of file fack.hpp. Referenced by vector2< T >::fill_with(). |
|
Definition at line 306 of file fack.hpp. Referenced by vector2< T >::fill_with(). |
|
Definition at line 308 of file fack.hpp. Referenced by vector2< T >::fill_with(). |