vico
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
vico
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.