|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.core.math.BezierSpline.BezierCurve
public class BezierSpline.BezierCurve
Represents a part of the whole spline consisting of start and end point, and two control points. Think about using a plain Vector with 4 elements!
Field Summary | |
---|---|
KVector |
end
end point. |
KVector |
fstControlPnt
first control point. |
KVector |
sndControlPnt
snd control point. |
KVector |
start
start point. |
Constructor Summary | |
---|---|
BezierSpline.BezierCurve(KVector startPnt,
KVector fstCtrPnt,
KVector sndCtrPnt,
KVector endPnt)
. |
Method Summary | |
---|---|
List<KVector> |
asVectorList()
Returns this segment of the bezierspline as a list of Points. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public KVector start
public KVector fstControlPnt
public KVector sndControlPnt
public KVector end
Constructor Detail |
---|
public BezierSpline.BezierCurve(KVector startPnt, KVector fstCtrPnt, KVector sndCtrPnt, KVector endPnt)
startPnt
- starting pointfstCtrPnt
- first control pointsndCtrPnt
- snd control pointendPnt
- end pointMethod Detail |
---|
public List<KVector> asVectorList()
KVector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |