Class ConvexBase

Nested Relationships

Nested Types

Inheritance Relationships

Base Type

Derived Types

Class Documentation

class ConvexBase : public coal::ShapeBase

Base for convex polytope.

Note

Inherited classes are responsible for filling ConvexBase::neighbors;

Subclassed by boost::serialization::internal::ConvexBaseAccessor, coal::Convex< PolygonT >

struct Neighbors
struct SupportWarmStartPolytope

The support warm start polytope contains certain points of this which are support points in specific directions of space. This struct is used to warm start the support function computation for large meshes (num_points > 32).