parikshan
Toggle table of contents
0.0.2
common
Target filter
common
Switch theme
Search in API
Skip to content
parikshan
parikshan-core
/
io.github.aryapreetam.parikshan.protocol
/
Bounds
Bounds
@
Serializable
data
class
Bounds
(
val
left
:
Double
,
val
top
:
Double
,
val
right
:
Double
,
val
bottom
:
Double
)
Members
Constructors
Bounds
Link copied to clipboard
constructor
(
left
:
Double
,
top
:
Double
,
right
:
Double
,
bottom
:
Double
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Double
center
X
Link copied to clipboard
val
centerX
:
Double
center
Y
Link copied to clipboard
val
centerY
:
Double
left
Link copied to clipboard
val
left
:
Double
right
Link copied to clipboard
val
right
:
Double
top
Link copied to clipboard
val
top
:
Double