| Package | Description |
|---|---|
| com.caffeineowl.graphics.bezier |
| Modifier and Type | Class and Description |
|---|---|
static class |
BezierUtils.CubicArrayListConsumer
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BezierUtils.adaptiveHalving(CubicCurve2D curve,
CubicSubdivisionCriterion subdivCriterion,
CubicSegmentConsumer segConsumer)
Method to perform an adaptive halving of a cubic Bézier, based
on a
CubicSubdivisionCriterion (which tells when a cubic
is good enough not to need splitting in two anymore). |
Copyright © 2016. All rights reserved.