Eulergraph
Preparing search index...
entities/cell/helpers/getLinkDrawPaths/getLineDrawPath
getLineDrawPath
Function getLineDrawPath
getLineDrawPath
<
T
extends
Path2D
|
Path
=
Path2D
>
(
points
:
Point
[]
,
options
?:
{
constr
?:
new
()
=>
T
;
isClosed
?:
boolean
;
isSmooth
?:
boolean
;
normalsSize
?:
number
;
normalsStep
?:
number
;
offsets
?:
{
end
?:
number
;
start
?:
number
}
;
radius
?:
number
;
type
?:
CurveType
;
}
,
)
:
T
Type Parameters
T
extends
Path2D
|
Path
=
Path2D
Parameters
points
:
Point
[]
Optional
options
:
{
constr
?:
new
()
=>
T
;
isClosed
?:
boolean
;
isSmooth
?:
boolean
;
normalsSize
?:
number
;
normalsStep
?:
number
;
offsets
?:
{
end
?:
number
;
start
?:
number
}
;
radius
?:
number
;
type
?:
CurveType
;
}
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Eulergraph
Loading...