Class Edge
java.lang.Object
org.apache.commons.math3.geometry.spherical.twod.Edge
-
Method Summary
-
Method Details
-
getStart
-
getEnd
-
getLength
Get the length of the arc.- Returns:
- length of the arc (can be greater than \( \pi \))
-
getCircle
-
getPointAt
Get an intermediate point.The angle along the edge should normally be between 0 and
getLength()in order to remain within edge limits. However, there are no checks on the value of the angle, so user can rebuild the full circle on which an edge is defined if they want.- Parameters:
alpha- angle along the edge, counted fromgetStart()- Returns:
- an intermediate point
-