littlekt
0.6.0
common
core
/
com.lehaine.littlekt.math.geom
/
Point
Point
open
class
Point
(
val
x
:
Float
,
val
y
:
Float
)
Author
Colton Daily
Types
Constructors
Properties
Inheritors
Constructors
Point
Link copied to clipboard
fun
Point
(
x
:
Int
,
y
:
Int
)
Point
Link copied to clipboard
fun
Point
(
x
:
Float
,
y
:
Float
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
x
Link copied to clipboard
open
val
x
:
Float
y
Link copied to clipboard
open
val
y
:
Float
Inheritors
MutablePoint
Link copied to clipboard