korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-vector
/
korlibs.math.geom
/
MarginInt
Margin
Int
data
class
MarginInt
(
val
top
:
Int
,
val
right
:
Int
,
val
bottom
:
Int
,
val
left
:
Int
)
A
top
,
right
,
bottom
,
left
pack with Int)
Members
Constructors
Margin
Int
Link copied to clipboard
constructor
(
top
:
Int
,
right
:
Int
,
bottom
:
Int
,
left
:
Int
)
constructor
(
top
:
Short
,
right
:
Short
,
bottom
:
Short
,
left
:
Short
)
constructor
(
vertical
:
Int
,
horizontal
:
Int
)
constructor
(
margin
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bottom
Link copied to clipboard
val
bottom
:
Int
horizontal
Link copied to clipboard
val
horizontal
:
Int
is
Not
Zero
Link copied to clipboard
val
isNotZero
:
Boolean
left
Link copied to clipboard
val
left
:
Int
left
Plus
Right
Link copied to clipboard
val
leftPlusRight
:
Int
right
Link copied to clipboard
val
right
:
Int
top
Link copied to clipboard
val
top
:
Int
top
Plus
Bottom
Link copied to clipboard
val
topPlusBottom
:
Int
vertical
Link copied to clipboard
val
vertical
:
Int
Functions
minus
Link copied to clipboard
operator
fun
minus
(
other
:
MarginInt
)
:
MarginInt
plus
Link copied to clipboard
operator
fun
plus
(
other
:
MarginInt
)
:
MarginInt
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String