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