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
.
Functionality related to random sampling from triangle meshes.
sample
or sample_iter
.