Sphere
Sphere
- radius : f32
Description
A sphere primitive, representing the set of all points some distance from the origin
Functions
Function | Summary |
---|---|
clone(_self) | No Documentation 🚧 |
closest_point(_self, point) | Finds the point on the sphere that is closest to the given `point`. If the point is outside the sp |
diameter(_self) | Get the diameter of the sphere |
eq(_self, other) | No Documentation 🚧 |
new(radius) | Create a new [`Sphere`] from a `radius` |