capsule
Toggle table of contents
1.0.0
common
Platform filter
common
Switch theme
Search in API
capsule
capsule
/
com.kyant.capsule.core
/
Point
Point
@
Immutable
data
class
Point
(
val
x
:
Double
,
val
y
:
Double
)
(
source
)
Members
Constructors
Point
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double
Functions
div
Link copied to clipboard
@
Stable
operator
fun
div
(
operand
:
Double
)
:
Point
minus
Link copied to clipboard
@
Stable
operator
fun
minus
(
other
:
Point
)
:
Point
normalized
Link copied to clipboard
@
Stable
fun
normalized
(
)
:
Point
plus
Link copied to clipboard
@
Stable
operator
fun
plus
(
other
:
Point
)
:
Point
times
Link copied to clipboard
@
Stable
operator
fun
times
(
operand
:
Double
)
:
Point
unary
Minus
Link copied to clipboard
@
Stable
operator
fun
unaryMinus
(
)
:
Point