SurgSim::Math::Vector3d pointInShape(std::shared_ptr< SurgSim::Math::Shape > shape) override
Generates one point inside the given shape.
Definition: DefaultPointGenerator.cpp:31
DefaultPointGenerator, methods of this class will always return (0.0, 0.0, 0.0) and output a severe l...
Definition: DefaultPointGenerator.h:37
PointGenerator is used to generate points inside or on the surface of a given shape.
Definition: PointGenerator.h:38
SurgSim::Math::Vector3d pointOnShape(std::shared_ptr< SurgSim::Math::Shape > shape) override
Generates one point on the surface of the given shape.
Definition: DefaultPointGenerator.cpp:39
DataStructures::Vertices< ParticleData > Particles
Definition: Particles.h:53
virtual ~DefaultPointGenerator()
Destructor.
Definition: DefaultPointGenerator.cpp:27