1
0
Fork 0
freesewing/sites/dev/docs/reference/api/utils
Benjamin Fan ed8a166ea9 fix(reference:api): Revert incorrect Example formatting (#367)
This PR reverts the incorrect lint/prettier changes applied to <Example> code in the reference Core API docs l by the husky pre-commit hook, the problem mentioned in Issue #333.

(These are just the changes for the Core API docs. Additional PRs will be filed for changes in the other reference, howtos, and guides documentation.)

Co-authored-by: Benjamin Fan <ben-git@swinglonga.com>
Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/367
Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org>
Co-authored-by: Benjamin Fan <benjamesben@noreply.codeberg.org>
Co-committed-by: Benjamin Fan <benjamesben@noreply.codeberg.org>
2025-05-19 08:04:05 +02:00
..
applytransformtopoint chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
beamintersectscircle chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
beamintersectscurve chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
beamintersectsline fix(reference:api): Revert incorrect Example formatting (#367) 2025-05-19 08:04:05 +02:00
beamintersectsx chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
beamintersectsy chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
beamsintersect Fix and improve path intersection methods 2024-10-03 11:37:55 +02:00
capitalize chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
cbqc feat: Added package documentation (wip) 2025-04-18 19:19:20 +02:00
circlesintersect chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
combinetransforms chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
curveedge chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
curveintersectsx fix(reference:api): Revert incorrect Example formatting (#367) 2025-05-19 08:04:05 +02:00
curveintersectsy fix(reference:api): Revert incorrect Example formatting (#367) 2025-05-19 08:04:05 +02:00
curveparameterfrompoint chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
curvesintersect fix(reference:api): Revert incorrect Example formatting (#367) 2025-05-19 08:04:05 +02:00
deg2rad chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
generatestacktransform chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
gettransformedbounds chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
goldenratio feat: Added package documentation (wip) 2025-04-18 19:19:20 +02:00
hidepresets feat: Added package documentation (wip) 2025-04-18 19:19:20 +02:00
lineintersectscircle chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
lineintersectscurve chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
linesintersect chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
mergei18n chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
mergeoptions chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
pctbasedon chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
pointonbeam chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
pointoncurve chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
pointonline chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
rad2deg chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
round chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
splitcurve chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
stretchtoscale chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
units chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
readme.mdx chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00

---
title: utils
---

The `utils` object is a plain object that bundles utility functions to
facilitate parametric design.

The following functions are provided by the `utils` object:

<ReadMore />