toggle menu
vico
androidJvm
switch theme
search in API
core
/
com.patrykandpatrick.vico.core.model
Package-level
declarations
Types
Functions
Types
Point
Link copied to clipboard
@
JvmInline
value
class
Point
Represents a point in a coordinate system.
Functions
Point
Link copied to clipboard
fun
Point
(
x
:
Float
,
y
:
Float
)
:
Point
fun
Point
(
x
:
Int
,
y
:
Int
)
:
Point
Creates a new
Point
with the provided coordinates.