Represents a Sphere with the radius calculated in radians
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.List<? extends java.lang.Object> |
asList() The sphere coordinate list with the radius in radians |
|
static Sphere |
valueOf(java.util.List coords, Metric metric = Metric.NEUTRAL) Constructs a Sphere for the given coordinate list and optional metric |
Methods inherited from class | Name |
---|---|
class Shape |
asList |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
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.NEUTRAL