maspack.interpolation
Class NumericListKnot

java.lang.Object
  extended by maspack.interpolation.NumericListKnot

public class NumericListKnot
extends java.lang.Object

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

v

public VectorNd v
Vector value.


t

public double t
Scalar value.

Constructor Detail

NumericListKnot

public NumericListKnot(int vsize)
Creates a new NumericListKnot with a vector of a specified size.

Parameters:
vsize - size of the vector

NumericListKnot

public NumericListKnot(NumericListKnot knot)
Creates a new NumericListKnot which is a copy of an existing one.

Parameters:
knot - knot to be copied