|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmaspack.interpolation.NumericListKnot
public class NumericListKnot
A vector and associated scalar value t that forms a single knot in a numeric list.
Field Summary | |
---|---|
double |
t
Scalar value. |
VectorNd |
v
Vector value. |
Constructor Summary | |
---|---|
NumericListKnot(int vsize)
Creates a new NumericListKnot with a vector of a specified size. |
|
NumericListKnot(NumericListKnot knot)
Creates a new NumericListKnot which is a copy of an existing one. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public VectorNd v
public double t
Constructor Detail |
---|
public NumericListKnot(int vsize)
vsize
- size of the vectorpublic NumericListKnot(NumericListKnot knot)
knot
- knot to be copied
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |