| Package | Description |
|---|---|
| com.graphbuilder.curve |
| Modifier and Type | Method and Description |
|---|---|
ValueVector |
BSpline.getKnotVector()
Returns the knot-vector for this curve.
|
ValueVector |
LagrangeCurve.getKnotVector()
Returns the knot-vector for this curve.
|
ValueVector |
NURBSpline.getWeightVector()
Returns the weight-vector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BSpline.setKnotVector(ValueVector v)
Sets the knot-vector for this curve.
|
void |
LagrangeCurve.setKnotVector(ValueVector v)
Sets the knot-vector for this curve.
|
void |
NURBSpline.setWeightVector(ValueVector v)
Sets the weight-vector.
|
void |
ValueVectorListener.valueChanged(ValueVector v,
int index,
double oldValue) |
void |
ValueVectorListener.valueInserted(ValueVector v,
int index,
double value) |
void |
ValueVectorListener.valueRemoved(ValueVector v,
int index,
double oldValue) |
Copyright © 2018. All rights reserved.