public class BezierInterpolator extends AbstractSplineInterpolator
| Constructor and Description |
|---|
BezierInterpolator(double[][] controlPoints) |
BezierInterpolator(double[][] controlPoints,
boolean reverse,
long timespan) |
BezierInterpolator(float x1,
float y1,
float x2,
float y2) |
BezierInterpolator(float x1,
float y1,
float x2,
float y2,
boolean reverse,
long timespan) |
BezierInterpolator(float x1,
float y1,
float x2,
float y2,
long timespan) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.Point2D.Float |
getXY(float t,
java.awt.geom.Point2D.Float xy) |
float |
getY(float t) |
getFraction, update, updateFractionsfinish, initialize, interpolate, isElapsed, isFinished, isSequential, replaces, setTimespanpublic BezierInterpolator(float x1,
float y1,
float x2,
float y2)
public BezierInterpolator(float x1,
float y1,
float x2,
float y2,
long timespan)
public BezierInterpolator(float x1,
float y1,
float x2,
float y2,
boolean reverse,
long timespan)
public BezierInterpolator(double[][] controlPoints)
public BezierInterpolator(double[][] controlPoints,
boolean reverse,
long timespan)
public java.awt.geom.Point2D.Float getXY(float t,
java.awt.geom.Point2D.Float xy)
getXY in class AbstractSplineInterpolatorpublic float getY(float t)
getY in class AbstractSplineInterpolatorCopyright © 2022. All Rights Reserved.