#include <adj.h>
Public Member Functions | |
hashableVector3d (const vector3d &v) | |
Static Public Member Functions | |
static void | checkVector (const vector3d &v) |
Static Public Attributes | |
static double | scale =1.0/initNodeQuant |
static double | offset =originMapsTo+0.5*initNodeQuant |
Private Attributes | |
int | x |
int | y |
int | z |
hashableVector3d | ( | const vector3d & | v | ) |
Definition at line 220 of file adj.cpp.
References offset, scale, vector3d::x, x, vector3d::y, y, vector3d::z, and z.
|
static |
Definition at line 209 of file adj.cpp.
References vector3d::mag(), offset, originMapsTo, and scale.
Referenced by block::block().
|
static |
Definition at line 181 of file adj.h.
Referenced by checkVector(), and hashableVector3d().
|
static |
Definition at line 181 of file adj.h.
Referenced by checkVector(), and hashableVector3d().
|
private |
Definition at line 179 of file adj.h.
Referenced by hashableVector3d().
|
private |
Definition at line 179 of file adj.h.
Referenced by hashableVector3d().
|
private |
Definition at line 179 of file adj.h.
Referenced by hashableVector3d().