littlekt
0.6.0
common
core
/
com.lehaine.littlekt.math.geom
/
MutablePoint
Mutable
Point
open
class
MutablePoint
(
var
x
:
Float
,
var
y
:
Float
)
:
Point
Constructors
Properties
Constructors
Mutable
Point
Link copied to clipboard
fun
MutablePoint
(
x
:
Int
,
y
:
Int
)
Mutable
Point
Link copied to clipboard
fun
MutablePoint
(
x
:
Float
,
y
:
Float
)
Properties
x
Link copied to clipboard
open
override
var
x
:
Float
y
Link copied to clipboard
open
override
var
y
:
Float