Uses of Class
micycle.trapmap.Trapezoid
-
Packages that use Trapezoid Package Description micycle.trapmap micycle.trapmap.graph Package -
-
Uses of Trapezoid in micycle.trapmap
Methods in micycle.trapmap that return Trapezoid Modifier and Type Method Description TrapezoidTrapMap. findContainingTrapezoid(double x, double y)Locates the trapezoid which contains the query point.TrapezoidTrapMap. findNearestTrapezoid(double x, double y)Locates the trapezoid which contains the query point.TrapezoidTrapezoid. getLowerLeftNeighbor()Get the trapezoid which lies to the left of this trapezoid below the left boundary vertexTrapezoidTrapezoid. getLowerRightNeighbor()TrapezoidTrapezoid. getUpperLeftNeighbor()Get the trapezoid which lies to the left of this one, above the left boundary vertexTrapezoidTrapezoid. getUpperRightNeighbor()Methods in micycle.trapmap that return types with arguments of type Trapezoid Modifier and Type Method Description Set<Trapezoid>TrapMap. findFaceTrapezoids(double x, double y)Finds the group of trapezoids that make up the face that contains the query point.List<Trapezoid>TrapMap. getAllTrapezoids()Returns all the trapezoids contained in the trapezoid map. -
Uses of Trapezoid in micycle.trapmap.graph
Methods in micycle.trapmap.graph that return Trapezoid Modifier and Type Method Description TrapezoidLeaf. getData()Return the trapezoid stored by this LeafConstructors in micycle.trapmap.graph with parameters of type Trapezoid Constructor Description Leaf(Trapezoid t)
-