Package | Description |
---|---|
com.graphbuilder.curve | |
com.graphbuilder.geom |
Class and Description |
---|
BSpline
General non-rational B-Spline implementation where the degree can be specified.
|
ControlPath
A ControlPath is a container of Point objects and Curve objects.
|
Curve
A Curve is an object that defines itself using mathematical equations and points of a
control-path in a given dimension.
|
GroupIterator
A GroupIterator allows a curve to choose the points from a control-path that the curve uses to
define itself.
|
MultiPath
A multi-path is a series of paths (sequence of connected points) in n-dimensions.
|
ParametricCurve
Curves that extend the ParametricCurve class are continuous and can use the
BinaryCurveApproximationAlgorithm class to generate a sequence of points that
approximate the curve.
|
Point
A representation of an n-dimensional point.
|
ValueVector
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 and Description |
---|
Point
A representation of an n-dimensional point.
|
Copyright © 2024. All rights reserved.