|
NLGENERATOR_API | Icosphere (const Eigen::Vector3f ¢er_=Eigen::Vector3f(0.0f, 0.0f, 0.0f), float radius_=1.0f, unsigned int subdivisionlevel_=3) |
| Default constructor.
|
|
NLGENERATOR_API | ~Icosphere () |
| Default destructor.
|
|
NLGENERATOR_API nlgeometry::Facets | compute (const std::vector< JointNodePtr > &joints_) |
| Method that computes the final icospehere shape. More...
|
|
NLGENERATOR_API nlgeometry::Facets | surface (void) |
| Method that return the final icoshepre shape as facets. More...
|
|
NLGENERATOR_API nlgeometry::Facets | structure (void) |
| Method that return the final icoshepre structure as facets. More...
|
|
Definition at line 141 of file Icosphere.h.
NLGENERATOR_API nlgeometry::Facets nlgenerator::Icosphere::compute |
( |
const std::vector< JointNodePtr > & |
joints_ | ) |
|
Method that computes the final icospehere shape.
- Parameters
-
joints_ | joint nodes that conects to the icospehere |
NLGENERATOR_API nlgeometry::Facets nlgenerator::Icosphere::structure |
( |
void |
| ) |
|
Method that return the final icoshepre structure as facets.
- Returns
- the final icospehere structure as facets
NLGENERATOR_API nlgeometry::Facets nlgenerator::Icosphere::surface |
( |
void |
| ) |
|
Method that return the final icoshepre shape as facets.
- Returns
- the final icospehere shape as facets
The documentation for this class was generated from the following file: