capsule
Toggle table of contents
1.0.0
common
Platform filter
common
Switch theme
Search in API
capsule
capsule
/
com.kyant.capsule.path
/
PathSegment
/
Line
Line
data
class
Line
(
val
from
:
Point
,
val
to
:
Point
)
:
PathSegment
(
source
)
Members
Constructors
Line
Link copied to clipboard
constructor
(
from
:
Point
,
to
:
Point
)
Properties
from
Link copied to clipboard
open
override
val
from
:
Point
to
Link copied to clipboard
open
override
val
to
:
Point
Functions
draw
To
Link copied to clipboard
open
override
fun
drawTo
(
path
:
Path
)