vico
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
vico
core
/
com.patrykandpatrick.vico.core.common
/
Point
Point
fun
Point
(
x
:
Float
,
y
:
Float
)
:
Point
fun
Point
(
x
:
Int
,
y
:
Int
)
:
Point
Creates a new
Point
with the provided coordinates.