Capsule3d
Capsule3d
- radius : f32
- half_length : f32
Description
A 3D capsule primitive centered on the origin A three-dimensional capsule is defined as a surface at a distance (radius) from a line
Functions
Function | Summary |
---|---|
clone(_self) | No Documentation 🚧 |
eq(_self, other) | No Documentation 🚧 |
new(radius, length) | Create a new `Capsule3d` from a radius and length |
to_cylinder(_self) | Get the part connecting the hemispherical ends of the capsule as a [`Cylinder`] |