public static class BezierSpline.BezierCurve extends Object
| Constructor and Description |
|---|
BezierCurve(Vec2 start,
Vec2 end,
Vec2 control1,
Vec2 control2) |
| Modifier and Type | Method and Description |
|---|---|
Vec2 |
getControl1() |
Vec2 |
getControl2() |
Vec2 |
getEnd() |
Vec2 |
getStart() |
Copyright © 2018. All rights reserved.