feat: Added package documentation (wip)
This commit is contained in:
parent
f734707163
commit
02da928f04
82 changed files with 2248 additions and 466 deletions
18
sites/dev/docs/reference/api/utils/cbqc/readme.mdx
Normal file
18
sites/dev/docs/reference/api/utils/cbqc/readme.mdx
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue