toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom
/
RectCorners
Rect
Corners
data
class
RectCorners
(
val
topLeft
:
Double
,
val
topRight
:
Double
,
val
bottomRight
:
Double
,
val
bottomLeft
:
Double
)
Members
Constructors
Rect
Corners
Link copied to clipboard
constructor
(
topLeft
:
Double
,
topRight
:
Double
,
bottomRight
:
Double
,
bottomLeft
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bottom
Left
Link copied to clipboard
val
bottomLeft
:
Double
bottom
Right
Link copied to clipboard
val
bottomRight
:
Double
top
Left
Link copied to clipboard
val
topLeft
:
Double
top
Right
Link copied to clipboard
val
topRight
:
Double
Functions
div
Link copied to clipboard
operator
fun
div
(
scale
:
Double
)
:
RectCorners
minus
Link copied to clipboard
operator
fun
minus
(
that
:
RectCorners
)
:
RectCorners
plus
Link copied to clipboard
operator
fun
plus
(
that
:
RectCorners
)
:
RectCorners
times
Link copied to clipboard
operator
fun
times
(
scale
:
Double
)
:
RectCorners
unary
Minus
Link copied to clipboard
operator
fun
unaryMinus
(
)
:
RectCorners
unary
Plus
Link copied to clipboard
operator
fun
unaryPlus
(
)
:
RectCorners