public class Bezier
extends java.lang.Object
| Constructor and Description |
|---|
Bezier() |
| Modifier and Type | Method and Description |
|---|---|
static PointF |
getCubicBezierPoint(float t,
PointF start,
PointF c1,
PointF c2,
PointF end) |
static void |
getCubicBezierPoint(float t,
PointF start,
PointF c1,
PointF c2,
PointF end,
float[] result) |
static void |
getCubicBezierPoint(float t,
PointF start,
PointF c1,
PointF c2,
PointF end,
PointF result) |
public static PointF getCubicBezierPoint(float t,
PointF start,
PointF c1,
PointF c2,
PointF end)
public static void getCubicBezierPoint(float t,
PointF start,
PointF c1,
PointF c2,
PointF end,
float[] result)
public static void getCubicBezierPoint(float t,
PointF start,
PointF c1,
PointF c2,
PointF end,
PointF result)