Torus
Torus
- minor_radius : f32
- major_radius : f32
Description
A torus primitive, often representing a ring or donut shape The set of points some distance from a circle centered at the origin
Functions
Function | Summary |
---|---|
clone(_self) | No Documentation 🚧 |
eq(_self, other) | No Documentation 🚧 |
inner_radius(_self) | Get the inner radius of the torus. For a ring torus, this corresponds to the radius of the hole, |
new(inner_radius, outer_radius) | Create a new `Torus` from an inner and outer radius. The inner radius is the radius of the hole, a |
outer_radius(_self) | Get the outer radius of the torus. This corresponds to the overall radius of the entire object, o |