SurgSim::Math::Vector3d pointOnShape(std::shared_ptr< SurgSim::Math::Shape > shape) override
Generates one point on the surface of the given shape.
Definition: RandomSpherePointGenerator.cpp:40
virtual ~RandomSpherePointGenerator()
Destructor.
Definition: RandomSpherePointGenerator.cpp:26
PointGenerator is used to generate points inside or on the surface of a given shape.
Definition: PointGenerator.h:37
SurgSim::Math::Vector3d pointInShape(std::shared_ptr< SurgSim::Math::Shape > shape) override
Generates one point inside the given shape.
Definition: RandomSpherePointGenerator.cpp:30
DataStructures::Vertices< ParticleData > Particles
Definition: Particles.h:53
Class to generate points inside or on the surface of a sphere.
Definition: RandomSpherePointGenerator.h:34