Uses of Package
com.graphbuilder.curve

Packages that use com.graphbuilder.curve
Package
Description
 
 
  • Class
    Description
    General non-rational B-Spline implementation where the degree can be specified.
    A ControlPath is a container of Point objects and Curve objects.
    A Curve is an object that defines itself using mathematical equations and points of a control-path in a given dimension.
    A GroupIterator allows a curve to choose the points from a control-path that the curve uses to define itself.
    A multi-path is a series of paths (sequence of connected points) in n-dimensions.
    Curves that extend the ParametricCurve class are continuous and can use the BinaryCurveApproximationAlgorithm class to generate a sequence of points that approximate the curve.
    A representation of an n-dimensional point.
    A value-vector is a sequence of values that some curves use to define themselves, sometimes called a knot-vector or a weight-vector.
  • Class
    Description
    A representation of an n-dimensional point.