Package com.jogamp.graph.curve.tess


package com.jogamp.graph.curve.tess
  • Class
    Description
     
    Interface to the triangulation algorithms provided A triangulation of 2D outlines where you can provides an easy one or more outlines to be triangulated example usage: addCurve(o1); addCurve(o2); addCurve(o3); generate(); reset();