capsule
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
capsule
capsule
/
com.kyant.capsule
/
Segment
/
IntrinsicArc
Intrinsic
Arc
data
class
IntrinsicArc
(
val
from
:
Point
,
val
to
:
Point
,
val
radius
:
Double
)
:
Segment
(
source
)
Members
Constructors
Intrinsic
Arc
Link copied to clipboard
constructor
(
from
:
Point
,
to
:
Point
,
radius
:
Double
)
Properties
center
Link copied to clipboard
val
center
:
Point
from
Link copied to clipboard
open
override
val
from
:
Point
radius
Link copied to clipboard
val
radius
:
Double
start
Angle
Link copied to clipboard
val
startAngle
:
Double
sweep
Angle
Link copied to clipboard
val
sweepAngle
:
Double
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