MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript /

Class

Geometry/Sphere.js:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 * @see https://en.wikipedia.org/wiki/Sphere
6 */
7export default class Sphere {
8 constructor(radius) {
9 this.radius = radius
10 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected