![]() # Objective The `ConicalFrustum` primitive should support meshing. ## Solution Implement meshing for the `ConicalFrustum` primitive. The implementation is nearly identical to `Cylinder` meshing, but supports two radii. The default conical frustum is equivalent to a cone with a height of 1 and a radius of 0.5, truncated at half-height.  |
||
---|---|---|
.. | ||
bounding | ||
primitives | ||
rects | ||
sampling | ||
affine3.rs | ||
aspect_ratio.rs | ||
common_traits.rs | ||
cubic_splines.rs | ||
direction.rs | ||
float_ord.rs | ||
lib.rs | ||
ray.rs | ||
rotation2d.rs |