Sphere

@ConfigSerializable
data class Sphere(val radius: Double) : Geometry

A ball centered around zero with a defined radius.

Parameters

radius

The radius of the shape. Must be greater than 0.

Constructors

Link copied to clipboard
constructor(radius: Double)

Properties

Link copied to clipboard