Uses of Class
com.graphbuilder.curve.ParametricCurve

Packages that use ParametricCurve
Package
Description
 
  • Uses of ParametricCurve in com.graphbuilder.curve

    Modifier and Type
    Class
    Description
    class 
    General n-point Bezier curve implementation.
    class 
    General non-rational B-Spline implementation where the degree can be specified.
    class 
    The Cardinal-spline passes through the points in the control-path specified by the group-iterator.
    class 
    The CatmullRomSpline is equal to the CardinalSpline with the value of alpha fixed at 0.5.
    class 
    The cubic B-spline is defined by third order polynomial basis functions.
    class 
    The Lagrange curve passes through the control-points specified by the group-iterator.
    class 
    The natural-cubic-spline is constructed using piecewise third order polynomials which pass through all the control-points specified by the group-iterator.
    class 
    General implementation of the Non-Uniform Rational B-spline or NURB-Spline.
    Methods in com.graphbuilder.curve with parameters of type ParametricCurve
    Modifier and Type
    Method
    Description
    static void
    BinaryCurveApproximationAlgorithm.genPts(ParametricCurve pc, double t_min, double t_max, MultiPath mp)
    Appends a sequence of points to the multi-path using the lineTo method exclusively.