|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.geometry.primitive.segments.Knot
public class Knot
Used to define the basis functions of a BSpline.
| Constructor Summary | |
|---|---|
Knot(double value,
int multiplicity,
double weight)
Creates a new Knot instance. |
|
| Method Summary | |
|---|---|
int |
getMultiplicity()
Returns the knot's multiplicity. |
double |
getValue()
Returns the knot's value. |
double |
getWeight()
Returns the knot's weight. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Knot(double value,
int multiplicity,
double weight)
Knot instance.
value - multiplicity - weight - | Method Detail |
|---|
public double getValue()
public int getMultiplicity()
public double getWeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||