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