Classes | |
class | Vector3d |
Functions | |
static double | angle (Vector3d vec1, Vector3d vec2) |
static void | changeCoordinate (Vector3d &point, Vector3d coord[3]) |
static void | changeCoordinate (Vector3d &point, Vector3d coord[3], Vector3d origin) |
static Vector3d | cross (Vector3d vec1, Vector3d vec2) |
static double | dot (Vector3d vec1, Vector3d vec2) |
Variables | |
static double | inf = 10000000 |
static double | ninf = -10000000 |
Definition at line 158 of file Geometry.h.
Definition at line 178 of file Geometry.h.
|
static |
Definition at line 191 of file Geometry.h.
Definition at line 143 of file Geometry.h.
Definition at line 151 of file Geometry.h.
|
static |
Definition at line 58 of file Geometry.h.
|
static |
Definition at line 61 of file Geometry.h.