Uses of Class
micycle.trapmap.Segment
-
Packages that use Segment Package Description micycle.trapmap micycle.trapmap.graph Package -
-
Uses of Segment in micycle.trapmap
Methods in micycle.trapmap that return Segment Modifier and Type Method Description Segment
Trapezoid. getLowerBound()
Get the lower bounding segmentSegment
Trapezoid. getUpperBound()
Get the upper bounding segment for the trapezoidConstructor parameters in micycle.trapmap with type arguments of type Segment Constructor Description TrapMap(Collection<Segment> segments)
Builds a trapezoidal map from a collection of line segments (or a planar straight-line graph). -
Uses of Segment in micycle.trapmap.graph
Methods in micycle.trapmap.graph that return Segment Modifier and Type Method Description Segment
YNode. getData()
Return the segment data held by this NodeConstructors in micycle.trapmap.graph with parameters of type Segment Constructor Description YNode(Segment s)
-