Class Orientation

java.lang.Object
Jcg.geometry.Orientation

class Orientation extends Object
  • Field Details

    • CLOCKWISE

      static int CLOCKWISE
    • COUNTERCLOCKWISE

      static int COUNTERCLOCKWISE
    • COLLINEAR

      static int COLLINEAR
    • or

      private int or
  • Constructor Details

    • Orientation

      public Orientation(int or)
  • Method Details

    • isClockwise

      public boolean isClockwise()
    • isCounterclockwise

      public boolean isCounterclockwise()
    • isCollinear

      public boolean isCollinear()