LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.render.engine.type
/
Rect
Rect
@
JvmRecord
data
class
Rect
(
val
x1
:
Float
,
val
y1
:
Float
,
val
x2
:
Float
,
val
y2
:
Float
)
:
Record
Members
Constructors
Rect
Link copied to clipboard
constructor
(
x1
:
Float
,
y1
:
Float
,
x2
:
Float
,
y2
:
Float
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
center
Link copied to clipboard
val
center
:
Vector2f
cx
Link copied to clipboard
val
cx
:
Float
cy
Link copied to clipboard
val
cy
:
Float
h
Link copied to clipboard
val
h
:
Float
w
Link copied to clipboard
val
w
:
Float
x1
Link copied to clipboard
val
x1
:
Float
x2
Link copied to clipboard
val
x2
:
Float
y1
Link copied to clipboard
val
y1
:
Float
y2
Link copied to clipboard
val
y2
:
Float
Functions
contains
Link copied to clipboard
fun
contains
(
px
:
Float
,
py
:
Float
)
:
Boolean
intersects
Link copied to clipboard
fun
intersects
(
other
:
Rect
)
:
Boolean