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