korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math
/
korlibs.math.geom.vector
/
ArrowCap
/
Rounded
Rounded
class
Rounded
(
val
radius
:
Double
?
=
null
,
val
filled
:
Boolean
=
false
)
:
ArrowCap
Members
Constructors
Rounded
Link copied to clipboard
constructor
(
radius
:
Double
?
=
null
,
filled
:
Boolean
=
false
)
Properties
filled
Link copied to clipboard
open
override
val
filled
:
Boolean
radius
Link copied to clipboard
val
radius
:
Double
?
Functions
append
Link copied to clipboard
open
override
fun
VectorBuilder
.
append
(
p0
:
Point
,
p1
:
Point
,
width
:
Double
)