de.grogra.math
Class KnotVectorImpl

java.lang.Object
  extended by de.grogra.math.KnotVectorImpl
All Implemented Interfaces:
KnotVector

public class KnotVectorImpl
extends java.lang.Object
implements KnotVector


Field Summary
 float[] data
           
 
Constructor Summary
KnotVectorImpl(float[] data)
           
 
Method Summary
 float getKnot(int dim, int index, GraphState gs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public float[] data
Constructor Detail

KnotVectorImpl

public KnotVectorImpl(float[] data)
Method Detail

getKnot

public float getKnot(int dim,
                     int index,
                     GraphState gs)
Specified by:
getKnot in interface KnotVector