ixfx
Preparing search index...
@ixfx/geometry
Arcs
ArcInterpolate
Type Alias ArcInterpolate
ArcInterpolate
:
{
(
amount
:
number
,
arc
:
Arc
,
allowOverflow
:
boolean
,
origin
:
Point
)
:
Point
;
(
amount
:
number
,
arc
:
ArcPositioned
,
allowOverflow
?:
boolean
)
:
Point
;
}
Function which can interpolate along an
Arc
or
ArcPositioned
.
Type declaration
(
amount
:
number
,
arc
:
Arc
,
allowOverflow
:
boolean
,
origin
:
Point
)
:
Point
Parameters
amount
:
number
arc
:
Arc
allowOverflow
:
boolean
origin
:
Point
Returns
Point
(
amount
:
number
,
arc
:
ArcPositioned
,
allowOverflow
?:
boolean
)
:
Point
Parameters
amount
:
number
arc
:
ArcPositioned
Optional
allowOverflow
:
boolean
Returns
Point
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Function which can interpolate along an Arc or ArcPositioned.