toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom.vector
/
ArrowCap
/
BaseStrokedCap
Base
Stroked
Cap
abstract
class
BaseStrokedCap
(
val
capLen
:
Double
?
=
null
,
val
cross
:
Boolean
)
:
ArrowCap
Inheritors
Line
Cross
Members
Constructors
Base
Stroked
Cap
Link copied to clipboard
constructor
(
capLen
:
Double
?
=
null
,
cross
:
Boolean
)
Properties
cap
Len
Link copied to clipboard
val
capLen
:
Double
?
=
null
cross
Link copied to clipboard
val
cross
:
Boolean
filled
Link copied to clipboard
open
override
val
filled
:
Boolean
Functions
append
Link copied to clipboard
open
override
fun
VectorBuilder
.
append
(
p0
:
Point
,
p
:
Point
,
width
:
Double
)