public class NumericListKnot
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
t
Scalar value.
|
VectorNd |
v
Vector value.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
NumericListKnot |
getNext() |
NumericListKnot |
getPrev() |
public VectorNd v
public double t
public NumericListKnot(int vsize)
vsize
- size of the vectorpublic NumericListKnot(NumericListKnot knot)
knot
- knot to be copiedpublic NumericListKnot getNext()
public NumericListKnot getPrev()