double CircleForm::distHToPoint |
( |
p3d_point |
p | ) |
|
|
virtual |
- Returns
- : return the distance between the form and p, in the direction of the norm TODO: for now it is just the z dist.
Implements GeometricForm.
double CircleForm::getDistanceFromPoint |
( |
p3d_point |
p | ) |
|
|
virtual |
- Returns
- : smallest dist between the form and p
Implements GeometricForm.
vector< p3d_point > CircleForm::getFormGrid |
( |
double |
sampleRate | ) |
|
|
virtual |
- Returns
- : create a grid inside the form and return its points
Implements GeometricForm.
double CircleForm::getPlannarDistanceFromPoint |
( |
p3d_point |
p | ) |
|
|
virtual |
- Returns
- : smallest distance between the form and p in 2D
Implements GeometricForm.
p3d_point CircleForm::getRandomPointInForm |
( |
| ) |
|
|
virtual |
bool CircleForm::isPointInForm |
( |
p3d_point |
p | ) |
|
|
virtual |
The documentation for this class was generated from the following files:
- src/GTP/GTPTools/geometricTools/circleForm.hpp
- src/GTP/GTPTools/geometricTools/circleForm.cpp