org.jcurl.math
Interface Shaper
- All Known Implementing Classes:
- JCurlShaper, NaturalShaper
public interface Shaper
Turn a R1RNFunction into a Shape.
- Version:
- $Id$
- Author:
- M. Rohrmoser
- See Also:
Shape
toShape
Shape toShape(R1RNFunction f,
double tmin,
double tmax)
- Convert a given interval of a
R1RNFunction into a Shape.
- Parameters:
f - the input curve - usually the first 2 dimensions are used.tmin - lower interval endtmax - upper interval end
- Returns:
- the resulting shape, usually a
GeneralPath
or null if no sensible curve exists.
Copyright © 2005-2009 jcurl.org. All Rights Reserved.