Package | Description |
---|---|
com.graphbuilder.curve |
Modifier and Type | Field and Description |
---|---|
protected GroupIterator |
Curve.gi |
Modifier and Type | Method and Description |
---|---|
GroupIterator |
Curve.getGroupIterator()
Returns the group-iterator associated with this curve.
|
Modifier and Type | Method and Description |
---|---|
void |
Curve.setGroupIterator(GroupIterator gi)
Sets the group-iterator 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 © 2016. All rights reserved.