toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom
/
MPointInt
MPoint
Int
inline
class
MPointInt
(
val
p
:
MPoint
)
:
Comparable
<
MPointInt
>
,
MutableInterpolable
<
MPointInt
>
Deprecated
Use PointInt instead
Members
Members & Extensions
Constructors
MPoint
Int
Link copied to clipboard
constructor
(
p
:
MPoint
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
double
Link copied to clipboard
val
MPointInt
.
double
:
MPoint
p
Link copied to clipboard
val
p
:
MPoint
point
Link copied to clipboard
val
point
:
Vector2I
x
Link copied to clipboard
var
x
:
Int
y
Link copied to clipboard
var
y
:
Int
Functions
as
Double
Link copied to clipboard
fun
MPointInt
.
asDouble
(
)
:
MPoint
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
MPointInt
)
:
Int
div
Assign
Link copied to clipboard
operator
fun
divAssign
(
other
:
MPointInt
)
minus
Assign
Link copied to clipboard
operator
fun
minusAssign
(
other
:
MPointInt
)
plus
Assign
Link copied to clipboard
operator
fun
plusAssign
(
other
:
MPointInt
)
rem
Assign
Link copied to clipboard
operator
fun
remAssign
(
other
:
MPointInt
)
set
To
Link copied to clipboard
fun
setTo
(
that
:
MPointInt
)
:
MPointInt
fun
setTo
(
x
:
Int
,
y
:
Int
)
:
MPointInt
set
To
Interpolated
Link copied to clipboard
open
override
fun
setToInterpolated
(
ratio
:
Ratio
,
l
:
MPointInt
,
r
:
MPointInt
)
:
MPointInt
times
Assign
Link copied to clipboard
operator
fun
timesAssign
(
other
:
MPointInt
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String