Module omix.api

Class BezierSectionComputer<T extends AbstractDoubleVec<T>>

java.lang.Object
omix.util.math.curves.CurveSectionComputer<T>
omix.util.math.curves.BezierSectionComputer<T>
Type Parameters:
T - Vector type in 2D or 3D coordinates

public class BezierSectionComputer<T extends AbstractDoubleVec<T>>
extends CurveSectionComputer<T>
This class represents a Bézier curve section consisting of two (a), three (b) or four (c) control points.

a) b) c)

Additionally, this class can compute n point Bézier polynominals.
Author:
Dr. Peter Droste, Omix Visualization