Class Ellipsoid
Defined in File geometric_shapes.h
Inheritance Relationships
Base Type
public hpp::fcl::ShapeBase
(Class ShapeBase)
Class Documentation
-
class Ellipsoid : public hpp::fcl::ShapeBase
Ellipsoid centered at point zero.
Public Functions
-
inline Ellipsoid()
Default constructor.
-
inline virtual Matrix3f computeMomentofInertia() const
compute the inertia matrix, related to the origin
-
inline std::pair<Ellipsoid, Transform3f> inflated(const FCL_REAL value) const
Inflate the ellipsoid by an amount given by value.
- Parameters:
value – [in] of the shape inflation.
- Returns:
a new inflated ellipsoid and the related transform to account for the change of shape frame
-
inline Ellipsoid()