#include <Point.h>
Definition at line 42 of file Point.h.
Public Types | |
| typedef P | point_type |
| The type of the point. | |
| typedef point_type::coordinate_type | coordinate_type |
| The type of coordinates stored in the point. | |
Static Public Member Functions | |
| static const coordinate_type | max_coordinate () |
| Returns the maximum value a coordinate may assume. | |
| static const coordinate_type | min_coordinate () |
| Returns the minimum value a coordinate may assume. | |
| static const unsigned int | dimensions () |
| Returns the number of dimensions in the point. | |
|
|||||
|
The type of coordinates stored in the point.
|
|
|||||
|
The type of the point.
|
|
|||||||||
|
Returns the number of dimensions in the point.
|
|
|||||||||
|
Returns the maximum value a coordinate may assume.
|
|
|||||||||
|
Returns the minimum value a coordinate may assume.
|