- BasisFunction - Interface in com.jsevy.jdxf
-
Interface for a B-spline basis function.
- BSpline - Class in com.jsevy.jdxf
-
Class to represent a B-spline (non-rational and with evenly spaced knots).
- BSpline(int, Vector<SplineControlPoint>) - Constructor for class com.jsevy.jdxf.BSpline
-
Create e new B-spline of the specified degree using the supplied control points
- BSpline(int, double[], int[], boolean) - Constructor for class com.jsevy.jdxf.BSpline
-
Create a spline of the specified degree using the supplied x,y coordinate pairs as the control points.
- BSplineBasisFunction - Class in com.jsevy.jdxf
-
Class for a B-spline basis function.
- BSplineBasisFunction(int) - Constructor for class com.jsevy.jdxf.BSplineBasisFunction
-