@vcmap/core
Preparing search index...
SnapResult
Type Alias SnapResult<T>
SnapResult
:
T
extends
"orthogonal"
?
{
otherVertexIndex
:
number
;
snapped
:
Coordinate
;
type
:
T
}
:
T
extends
"parallel"
?
{
otherVertexIndex
:
number
;
parallelIndex
:
number
;
snapped
:
Coordinate
;
type
:
T
;
}
:
T
extends
"vertex"
?
{
snapped
:
Coordinate
;
type
:
T
}
:
T
extends
"edge"
?
{
snapped
:
Coordinate
;
type
:
T
}
:
never
Type Parameters
T
extends
SnapType
=
SnapType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@vcmap/core
Loading...