#include "Config/compiler-config.h"
#include <iostream.h>
#include <stdlib.h>
#include "Utility/pre-post-conditions.h"
#include "Geometry/point-traits.h"
#include "Geometry/algebraic-primitives.h"
Include dependency graph for point.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | point |
struct | point_traits< point > |
struct | dimension_dependent_primitives< point > |
Functions | |
bool | IsNullvector (const point &p) |
point | unitvector (int dim, int i) |
point | origin (int dim) |
|
Definition at line 93 of file point.h. References point::dim. |
|
Definition at line 103 of file point.h. References point::zero_init. |
|
Definition at line 111 of file point.h. References point::zero_init. |