Package | Description |
---|---|
com.graphbuilder.curve |
Modifier and Type | Class and Description |
---|---|
class |
BezierCurve
General n-point Bezier curve implementation.
|
class |
BSpline
General non-rational B-Spline implementation where the degree can be specified.
|
class |
CardinalSpline
The Cardinal-spline passes through the points in the control-path specified by the group-iterator.
|
class |
CatmullRomSpline
The CatmullRomSpline is equal to the CardinalSpline with the value of alpha fixed at 0.5.
|
class |
CubicBSpline
The cubic B-spline is defined by third order polynomial basis functions.
|
class |
LagrangeCurve
The Lagrange curve passes through the control-points specified by the group-iterator.
|
class |
NaturalCubicSpline
The natural-cubic-spline is constructed using piecewise third order polynomials which pass through all the
control-points specified by the group-iterator.
|
class |
NURBSpline
General implementation of the Non-Uniform Rational B-spline or NURB-Spline.
|
Modifier and Type | Method and 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.
|
Copyright © 2024. All rights reserved.