Uses of Class
omix.util.math.curves.CurveSectionComputer
Package | Description |
---|---|
omix.util.math.curves |
This package provides polynomial computation methods.
|
-
Uses of CurveSectionComputer in omix.util.math.curves
Subclasses of CurveSectionComputer in omix.util.math.curves Modifier and Type Class Description class
ArcSectionComputer2D
This class represents an arc curve section.class
BezierSectionComputer<T extends AbstractDoubleVec<T>>
This class represents a Bézier curve section consisting of two (a), three (b) or four (c) control points.