Class ShapeField.DecodedTriangle

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean ab
      represent if edge ab belongs to original shape
      int aX
      x coordinate, vertex one
      int aY
      y coordinate, vertex one
      boolean bc
      represent if edge bc belongs to original shape
      int bX
      x coordinate, vertex two
      int bY
      y coordinate, vertex two
      boolean ca
      represent if edge ca belongs to original shape
      int cX
      x coordinate, vertex three
      int cY
      y coordinate, vertex three
    • Constructor Summary

      Constructors 
      Constructor Description
      DecodedTriangle()
      default xtor
    • Field Detail

      • aX

        public int aX
        x coordinate, vertex one
      • aY

        public int aY
        y coordinate, vertex one
      • bX

        public int bX
        x coordinate, vertex two
      • bY

        public int bY
        y coordinate, vertex two
      • cX

        public int cX
        x coordinate, vertex three
      • cY

        public int cY
        y coordinate, vertex three
      • ab

        public boolean ab
        represent if edge ab belongs to original shape
      • bc

        public boolean bc
        represent if edge bc belongs to original shape
      • ca

        public boolean ca
        represent if edge ca belongs to original shape
    • Constructor Detail

      • DecodedTriangle

        public DecodedTriangle()
        default xtor