Package org.oscim.utils.geom
Class BezierPath
java.lang.Object
org.oscim.utils.geom.BezierPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Pointfrom http://paulbourke.net/geometry/bezier/index.html Three control point Bezier interpolation mu ranges from 0 to 1, start to end of the curvestatic PointcubicBezier(Point p1, Point p2, Point p3, Point p4, double mu) from http://paulbourke.net/geometry/bezier/index.html Four control point Bezier interpolation mu ranges from 0 to 1, start to end of curvecubicSplineControlPoints(Point[] coords, float alpha) from geodroid FIXME
-
Constructor Details
-
BezierPath
public BezierPath()
-
-
Method Details
-
bezier3
from http://paulbourke.net/geometry/bezier/index.html Three control point Bezier interpolation mu ranges from 0 to 1, start to end of the curve -
cubicBezier
from http://paulbourke.net/geometry/bezier/index.html Four control point Bezier interpolation mu ranges from 0 to 1, start to end of curve -
cubicSplineControlPoints
from geodroid FIXME
-