Uses of Class
com.graphbuilder.curve.ParametricCurve
Packages that use ParametricCurve
-
Uses of ParametricCurve in com.graphbuilder.curve
Subclasses of ParametricCurve in com.graphbuilder.curveModifier and TypeClassDescriptionclassGeneral n-point Bezier curve implementation.classGeneral non-rational B-Spline implementation where the degree can be specified.classThe Cardinal-spline passes through the points in the control-path specified by the group-iterator.classThe CatmullRomSpline is equal to the CardinalSpline with the value of alpha fixed at 0.5.classThe cubic B-spline is defined by third order polynomial basis functions.classThe Lagrange curve passes through the control-points specified by the group-iterator.classThe natural-cubic-spline is constructed using piecewise third order polynomials which pass through all the control-points specified by the group-iterator.classGeneral implementation of the Non-Uniform Rational B-spline or NURB-Spline.Methods in com.graphbuilder.curve with parameters of type ParametricCurveModifier and TypeMethodDescriptionstatic voidBinaryCurveApproximationAlgorithm.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.