Struct Sphere

Struct Documentation

struct Sphere

Temporary wrapper struct to represent a sphere geometry.

Public Functions

inline Sphere(double radius)

Construct a Sphere object wrapper.

Parameters:

radius – The radius of the sphere.

Public Members

std::shared_ptr<hpp::fcl::Sphere> geom_ptr

The underlying Coal sphere geometry.