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 Trapezoid
TrapMap. findContainingTrapezoid(double x, double y)
Locates the trapezoid which contains the query point.Trapezoid
TrapMap. findNearestTrapezoid(double x, double y)
Locates the trapezoid which contains the query point.Trapezoid
Trapezoid. getLowerLeftNeighbor()
Get the trapezoid which lies to the left of this trapezoid below the left boundary vertexTrapezoid
Trapezoid. getLowerRightNeighbor()
Trapezoid
Trapezoid. getUpperLeftNeighbor()
Get the trapezoid which lies to the left of this one, above the left boundary vertexTrapezoid
Trapezoid. 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 Trapezoid
Leaf. getData()
Return the trapezoid stored by this LeafConstructors in micycle.trapmap.graph with parameters of type Trapezoid Constructor Description Leaf(Trapezoid t)
-