edu.jhu.ece.iacl.jist.structures.geom
Class CurvePath

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.structures.geom.CurvePath
All Implemented Interfaces:
Curve
Direct Known Subclasses:
EmbeddedCurvePath

public class CurvePath
extends java.lang.Object
implements Curve

The Class CurvePath.


Constructor Summary
CurvePath()
          Instantiates a new curve path.
 
Method Summary
 void add(Point3f p)
          Adds the.
 Point3f[] getCurve()
          Gets the curve.
 float[][] getPoints()
          Gets the points.
 double getValue()
          Gets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurvePath

public CurvePath()
Instantiates a new curve path.

Method Detail

add

public void add(Point3f p)
Adds the.

Parameters:
p - the p

getCurve

public Point3f[] getCurve()
Description copied from interface: Curve
Gets the curve.

Specified by:
getCurve in interface Curve
Returns:
the curve

getPoints

public float[][] getPoints()
Gets the points.

Returns:
the points

getValue

public double getValue()
Description copied from interface: Curve
Gets the value.

Specified by:
getValue in interface Curve
Returns:
the value