Class Rect64
java.lang.Object
com.github.micycle1.clipper2.core.Rect64
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
left
public long left -
top
public long top -
right
public long right -
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
-
-
Method Details
-
getWidth
public long getWidth() -
setWidth
public void setWidth(long value) -
getHeight
public long getHeight() -
setHeight
public void setHeight(long value) -
asPath
-
isEmpty
public boolean isEmpty() -
isValid
public boolean isValid() -
midPoint
-
contains
-
intersects
-
contains
-
opAdd
-
clone
-