Module mesh_sampling

Source
Available on crate feature rand only.
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.