BezierCurve1D Class |
Namespace: Demo3D.Common
public class BezierCurve1D
The BezierCurve1D type exposes the following members.
| Name | Description | |
|---|---|---|
| BezierCurve1D |
Constructor.
| |
| BezierCurve1D(IEnumerableDouble) |
Constructor.
|
| Name | Description | |
|---|---|---|
| Add |
Adds a control point.
| |
| AddRange |
Adds a list of control points.
| |
| Clear |
Clears the list of control points.
| |
| Interpolate |
Interpolates the bezier curve at the specified fractional distance along the curve.
|