Preparing search index...
The search index is not available
ducjs - v4.0.4
ducjs
getPointOnAPath
Function getPointOnAPath
Finds a point on a path. Returns an object with x, y, and the segment index if found, else null.
getPointOnAPath
(
point
:
GeometricPoint
,
path
:
GeometricPoint
[]
,
)
:
null
|
{
segment
:
number
;
x
:
number
;
y
:
number
}
Parameters
point
:
GeometricPoint
path
:
GeometricPoint
[]
Returns
null
|
{
segment
:
number
;
x
:
number
;
y
:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ducjs - v4.0.4
Loading...
Finds a point on a path. Returns an object with x, y, and the segment index if found, else null.