@groovy.transform.EqualsAndHashCode @groovy.transform.CompileStatic class Sphere extends Shape
Represents a Sphere with the radius calculated in radians
The center of there sphere
The distance used to calculate the radius in radians
The sphere coordinate list with the radius in radians
Constructs a Sphere for the given coordinate list and optional metric
coords
- The coordinate listmetric
- The metric to use to calculate radians (defaults to Metric.NEUTRALGroovy Documentation