1
0
Fork 0

chore(docs): Add Utils.curveEdge() to API documentation

This commit is contained in:
Benjamin F 2022-12-08 12:56:58 -08:00 committed by Joost De Cock
parent 9841bdedcb
commit a6e61b6470

View file

@ -65,6 +65,7 @@ The following named exports are **utility methods**:
| `beamsIntersect` | See the [beamsIntersect](/reference/api/utils/beamsintersect) documentation |
| `capitalize` | See the [capitalize](/reference/api/utils/capitalize) documentation |
| `circlesIntersect` | See the [circlesIntersect](/reference/api/utils/circlesintersect) documentation |
| `curveEdge` | See the [curveEdge](/reference/api/utils/curveedge) documentation |
| `curveIntersectsX` | See the [curveIntersectsX](/reference/api/utils/curveintersectsx) documentation |
| `curveIntersectsY` | See the [curveIntersectsY](/reference/api/utils/curveintersectsy) documentation |
| `curvesIntersect` | See the [curvesIntersect](/reference/api/utils/curvesintersect) documentation |