Module mesh_sampling

Source
Expand description

Functionality related to random sampling from triangle meshes.

Structsยง

UniformMeshSampler
A distribution that caches data to allow fast sampling from a collection of triangles. Generally used through sample or sample_iter.