1
0
Fork 0

feat: Added package documentation (wip)

This commit is contained in:
joostdecock 2025-04-18 19:19:20 +02:00
parent f734707163
commit 02da928f04
82 changed files with 2248 additions and 466 deletions

View file

@ -0,0 +1,18 @@
---
title: utils.cbqc
---
The `utils.cbqc` value holds `0.55191502449351`.
This is the value to best approximate a (quarter) circle with cubic Bézier curves,
as explained in the [Approximate a circle with cubic Bézier curves
](https://spencermortensen.com/articles/bezier-circle/) article by Spencer Mortensen.
:::tip
cbqc stands for Cubic Bezier Quarter Circle
:::
## Signature
```js
Number utils.cbqc
```