Package | Description |
---|---|
com.graphbuilder.curve |
Modifier and Type | Field and Description |
---|---|
protected ControlPath |
Curve.cp |
Modifier and Type | Method and Description |
---|---|
ControlPath |
Curve.getControlPath()
Returns the control-path this curve uses to define itself.
|
Modifier and Type | Method and Description |
---|---|
void |
Curve.setControlPath(ControlPath cp)
Sets the control-path this curve uses to define itself.
|
Constructor and Description |
---|
BezierCurve(ControlPath cp,
GroupIterator gi) |
BSpline(ControlPath cp,
GroupIterator gi) |
CardinalSpline(ControlPath cp,
GroupIterator gi) |
CatmullRomSpline(ControlPath cp,
GroupIterator gi) |
CubicBSpline(ControlPath cp,
GroupIterator gi) |
Curve(ControlPath cp,
GroupIterator gi)
Constructs a curve with the specified control-path and group-iterator.
|
LagrangeCurve(ControlPath cp,
GroupIterator gi)
Creates a LagrangeCurve with knot vector [0, 1/3, 2/3, 1], baseIndex == 1, baseLength == 1,
interpolateFirst and interpolateLast are both false.
|
NaturalCubicSpline(ControlPath cp,
GroupIterator gi) |
NURBSpline(ControlPath cp,
GroupIterator gi) |
ParametricCurve(ControlPath cp,
GroupIterator gp) |
Polyline(ControlPath cp,
GroupIterator gi) |
Copyright © 2024. All rights reserved.