Available on crate feature
rand
only.Expand description
Functionality related to random sampling from triangle meshes.
Structsยง
- Uniform
Mesh Sampler - A distribution that caches data to allow fast sampling from a collection of triangles.
Generally used through
sample
orsample_iter
.