Uses of Interface
de.jreality.tutorial.util.polygon.PointSequence

Packages that use PointSequence
de.jreality.tutorial.projects.darboux   
de.jreality.tutorial.util.polygon   
 

Uses of PointSequence in de.jreality.tutorial.projects.darboux
 

Classes in de.jreality.tutorial.projects.darboux that implement PointSequence
 class DarbouxTransform
           
 

Constructors in de.jreality.tutorial.projects.darboux with parameters of type PointSequence
DarbouxTransform(PointSequence sequence, double[] startPoint)
           
StartPoint(PointSequence curve)
           
 

Uses of PointSequence in de.jreality.tutorial.util.polygon
 

Classes in de.jreality.tutorial.util.polygon that implement PointSequence
 class DragPointSet
          A sequence of points that can be dragged.
 class SubdividedPolygon
          A subdivider that uses 4-point subdivision.
 

Constructors in de.jreality.tutorial.util.polygon with parameters of type PointSequence
PointSequenceView(PointSequence sequence)
          Constructs a geometry for a point sequence.
SubdividedPolygon(PointSequence controlPoints)
          Create a SubdividedPolygon for a set of control points.