capsule
Toggle table of contents
1.0.0
common
Platform filter
common
Switch theme
Search in API
capsule
capsule
/
com.kyant.capsule.path
/
PathSegment
/
Circle
Circle
data
class
Circle
(
val
center
:
Point
,
val
radius
:
Double
)
:
PathSegment
(
source
)
Members
Constructors
Circle
Link copied to clipboard
constructor
(
center
:
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
to
Link copied to clipboard
open
override
val
to
:
Point
Functions
draw
To
Link copied to clipboard
open
override
fun
drawTo
(
path
:
Path
)