|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | TwoDCell () |
| Constructor of cell. More...
|
|
| TwoDCell (int i, Eigen::Vector2d corner, TwoDGrid *grid) |
|
virtual | ~TwoDCell () |
| Constructor of cell. More...
|
|
bool | isInsideCell (Eigen::Vector2d point) |
| Function is inside cell. More...
|
|
Eigen::Vector2d | getCenter () |
| Function to get the center of the cell. More...
|
|
Eigen::Vector2d | getCorner () |
|
Eigen::Vector2d | getRandomPoint () |
| Random Point In ThreeDCell.
|
|
Eigen::Vector2d | getCellSize () |
| Gets the cell size.
|
|
int | getIndex () |
|
virtual void | draw () |
|
bool | operator== (TwoDCell otherCell) |
|
virtual bool | writeToXml (xmlNodePtr cur) |
|
virtual bool | readCellFromXml (xmlNodePtr cur) |
|
|
int | _index |
|
Eigen::Vector2d | _corner |
|
TwoDGrid * | _grid |
|
Constructor of cell.
- Parameters
-
Constructor of cell.
- Parameters
-
Vector2d TwoDCell::getCenter |
( |
| ) |
|
Function to get the center of the cell.
- Parameters
-
bool TwoDCell::isInsideCell |
( |
Eigen::Vector2d |
point | ) |
|
Function is inside cell.
- Parameters
-
The documentation for this class was generated from the following files: