edu.jhu.ece.iacl.jist.structures.geom
Interface Curve

All Known Implementing Classes:
CurvePath, EmbeddedCurvePath, PolySpline

public interface Curve

The Interface Curve.


Method Summary
 Point3f[] getCurve()
          Gets the curve.
 double getValue()
          Gets the value.
 

Method Detail

getCurve

Point3f[] getCurve()
Gets the curve.

Returns:
the curve

getValue

double getValue()
Gets the value.

Returns:
the value