com.fluendo.jkate
Class Curve

java.lang.Object
  extended by com.fluendo.jkate.Curve

public class Curve
extends java.lang.Object

A curve definition, splines, segments, etc.


Field Summary
 int npts
           
 double[][] pts
           
 KateCurveType type
           
 
Constructor Summary
Curve()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public KateCurveType type

npts

public int npts

pts

public double[][] pts
Constructor Detail

Curve

public Curve()