Class Trapezoid


  • public final class Trapezoid
    extends Object
    Represents a trapezoid object in the trapezoidal map or search structure.

    Each trapezoid ∆ is determined by:

  • A bottom segment bottom(∆)
  • A top segment top(∆)
  • A left vertex leftp(∆)
  • A right vertex rightp(∆)
Author:
Tyler Chenhall, Michael Carleton