Detect-Collisions
Preparing search index...
intersectLineLine
Function intersectLineLine
intersectLineLine
(
line1
:
Pick
<
Line
<
any
>
,
"end"
|
"start"
>
,
line2
:
Pick
<
Line
<
any
>
,
"end"
|
"start"
>
,
)
:
undefined
|
Vector
returns the point of intersection
https://stackoverflow.com/a/24392281/1749528
Parameters
line1
:
Pick
<
Line
<
any
>
,
"end"
|
"start"
>
line2
:
Pick
<
Line
<
any
>
,
"end"
|
"start"
>
Returns
undefined
|
Vector
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Detect-Collisions
Loading...
returns the point of intersection https://stackoverflow.com/a/24392281/1749528