29package com.jogamp.graph.curve.tess;
33import com.jogamp.graph.geom.Outline;
34import com.jogamp.graph.geom.Triangle;
Define a single continuous stroke by control vertices.
Interface to the triangulation algorithms provided A triangulation of 2D outlines where you can provi...
int getAddedVerticeCount()
Return the number of newly added vertices during addCurve(List, Outline, float).
void setComplexShape(boolean complex)
Mark the to be triangulated shape complex or non-complex.
void reset()
Reset the triangulation to initial state Clearing cached data.
void generate(List< Triangle > sink)
Generate the triangulation of the provided List of Outlines.
void addCurve(List< Triangle > sink, Outline outline, float sharpness)
Add a curve to the list of Outlines describing the shape.