Add a few more fixes that I hadn't saved
This commit is contained in:
parent
b87f19022d
commit
48bff82681
7 changed files with 11 additions and 11 deletions
|
@ -11,7 +11,7 @@ Point | false utils.beamsIntersect(
|
|||
)
|
||||
```
|
||||
|
||||
Finds the intersection between two endless lines (beams). Returns a [Point](../point) object
|
||||
Finds the intersection between two endless lines (beams). Returns a [Point](/reference/api/point) object
|
||||
for the intersection, or `false` if the lines don't intersect.
|
||||
|
||||
<Example part="utils_beamsintersect">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue