| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/container/spacetree.h>
Public Member Functions | |
| Point () | |
| Point (double x) | |
| Point (double x, double y) | |
| Point (double x, double y, double z) | |
| double & | operator[] (UINT index) |
| const double & | operator[] (UINT index) const |
| const Point & | operator/ (double d) |
| Point | operator+ (const Point p) const |
| bool | isContainedIn (const Cell< DIM > &cell) const |
| bool | intersects (const Cell< DIM > &cell) const |
| VRS::Point< DIM >::Point | ( | ) |
| VRS::Point< DIM >::Point | ( | double | x | ) |
| VRS::Point< DIM >::Point | ( | double | x, | |
| double | y | |||
| ) |
| VRS::Point< DIM >::Point | ( | double | x, | |
| double | y, | |||
| double | z | |||
| ) |
| double& VRS::Point< DIM >::operator[] | ( | UINT | index | ) |
| const double& VRS::Point< DIM >::operator[] | ( | UINT | index | ) | const |
| const Point& VRS::Point< DIM >::operator/ | ( | double | d | ) |
| Point VRS::Point< DIM >::operator+ | ( | const Point< DIM > | p | ) | const |
| bool VRS::Point< DIM >::isContainedIn | ( | const Cell< DIM > & | cell | ) | const |
| bool VRS::Point< DIM >::intersects | ( | const Cell< DIM > & | cell | ) | const |