Class Rect64

java.lang.Object
com.github.micycle1.clipper2.core.Rect64

public final class Rect64 extends Object
  • Field Details

    • left

      public long left
    • top

      public long top
    • bottom

      public long bottom
  • Constructor Details

    • Rect64

      public Rect64()
    • Rect64

      public Rect64(long l, long t, long r, long b)
    • Rect64

      public Rect64(boolean isValid)
    • Rect64

      public Rect64(Rect64 rec)
  • Method Details

    • getWidth

      public long getWidth()
    • setWidth

      public void setWidth(long value)
    • getHeight

      public long getHeight()
    • setHeight

      public void setHeight(long value)
    • asPath

      public Path64 asPath()
    • isEmpty

      public boolean isEmpty()
    • isValid

      public boolean isValid()
    • midPoint

      public Point64 midPoint()
    • contains

      public boolean contains(Point64 pt)
    • intersects

      public boolean intersects(Rect64 rec)
    • contains

      public boolean contains(Rect64 rec)
    • opAdd

      public static Rect64 opAdd(Rect64 lhs, Rect64 rhs)
    • clone

      public Rect64 clone()
      Overrides:
      clone in class Object