rattle-parent
0.1.1-SNAPSHOT
jvm
rattle-api
/
io.github.aecsocket.rattle
/
Sphere
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.
Members
Constructors
Sphere
Link copied to clipboard
constructor
(
radius
:
Double
)
Properties
radius
Link copied to clipboard
val
radius
:
Double