Package | Description |
---|---|
org.apache.commons.math3.geometry.spherical.oned |
This package provides basic geometry components on the 1-sphere.
|
org.apache.commons.math3.geometry.spherical.twod |
This package provides basic geometry components on the 2-sphere.
|
Modifier and Type | Method and Description |
---|---|
List<Arc> |
ArcsSet.asList()
Build an ordered list of arcs representing the instance.
|
Modifier and Type | Method and Description |
---|---|
Side |
ArcsSet.side(Arc arc)
Deprecated.
as of 3.6, replaced with
ArcsSet.split(Arc) .ArcsSet.Split.getSide() |
ArcsSet.Split |
ArcsSet.split(Arc arc)
Split the instance in two parts by an arc.
|
Modifier and Type | Method and Description |
---|---|
Arc |
Circle.getInsideArc(Circle other)
Get the arc of the instance that lies inside the other circle.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.