Math::Vector3d pointInShape(std::shared_ptr< Math::Shape > shape) override
Generates one point inside the given shape.
Definition: RandomMeshPointGenerator.cpp:29
Math::Vector3d pointOnShape(std::shared_ptr< Math::Shape > shape) override
Generates one point on the surface of the given shape.
Definition: RandomMeshPointGenerator.cpp:37
PointGenerator is used to generate points inside or on the surface of a given shape.
Definition: PointGenerator.h:38
Class to generate points on the surface of a mesh.
Definition: RandomMeshPointGenerator.h:38
DataStructures::Vertices< ParticleData > Particles
Definition: Particles.h:53