capsule
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
capsule
capsule
/
com.kyant.capsule
/
Segment
/
Line
Line
data
class
Line
(
val
from
:
Point
,
val
to
:
Point
)
:
Segment
(
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
curvature
At
Link copied to clipboard
open
override
fun
curvatureAt
(
t
:
Double
)
:
Double
draw
To
Link copied to clipboard
open
override
fun
drawTo
(
path
:
Path
)
point
At
Link copied to clipboard
open
override
fun
pointAt
(
t
:
Double
)
:
Point
unit
Tangent
At
Link copied to clipboard
open
override
fun
unitTangentAt
(
t
:
Double
)
:
Point