|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CurveSegment
A CurveSegment is a portion of a Curve which uses a single interpolation method.
| Nested Class Summary | |
|---|---|
static class |
CurveSegment.CurveSegmentType
Convenience enum type for discriminating the different curve segment variants in switch statements. |
| Method Summary | |
|---|---|
int |
getCoordinateDimension()
Returns the coordinate dimension, i.e. the dimension of the space that the curve is embedded in. |
Point |
getEndPoint()
Returns the end point of the segment. |
CurveSegment.CurveSegmentType |
getSegmentType()
Returns the type of curve segment. |
Point |
getStartPoint()
Returns the start point of the segment. |
| Method Detail |
|---|
CurveSegment.CurveSegmentType getSegmentType()
int getCoordinateDimension()
Point getStartPoint()
Point getEndPoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||