toggle menu
nohorny
2.1.0
jvm
switch theme
search in API
nohorny
/
com.xpdustry.nohorny.geometry
/
Rectangle
Rectangle
interface
Rectangle
Inheritors
Cluster
Block
Members
Properties
h
Link copied to clipboard
abstract
val
h
:
Int
w
Link copied to clipboard
abstract
val
w
:
Int
x
Link copied to clipboard
abstract
val
x
:
Int
y
Link copied to clipboard
abstract
val
y
:
Int
Functions
contains
Link copied to clipboard
open
fun
contains
(
x
:
Int
,
y
:
Int
)
:
Boolean
is
Adjacent
Or
Contains
Link copied to clipboard
open
fun
isAdjacentOrContains
(
other
:
Rectangle
)
:
Boolean
Returns whether the rectangle is adjacent or overlaps with the other.