| Package | Description |
|---|---|
| org.apache.batik.ext.awt.geom |
Contains extensions to the
java.awt.geom package. |
| Modifier and Type | Method and Description |
|---|---|
void |
Cubic.subdivide(Cubic c0,
Cubic c1)
Subdivides this Cubic curve into two curves at t = 0.5.
|
void |
Cubic.subdivide(double t,
Cubic c0,
Cubic c1)
Subdivides this Cubic curve into two curves at given t.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.