org.jcurl.math
Interface Shapeable

Package class diagram package Shapeable

public interface Shapeable

Indicate that the class may support a native toShape(double, double) method.

Version:
$Id$
Author:
M. Rohrmoser
See Also:
Shaper

Method Summary
 Shape toShape(double tmin, double tmax)
          If not null the resulting shape should be exact - neiter interpolation nor approximation.
 

Method Detail

toShape

Shape toShape(double tmin,
              double tmax)
If not null the resulting shape should be exact - neiter interpolation nor approximation.

Parameters:
tmin -
tmax -
Returns:
null if there's no natural, exact shape.


Copyright © 2005-2009 jcurl.org. All Rights Reserved.