1
0
Fork 0
freesewing/sites/dev/docs/reference/api/utils/cbqc
2025-04-18 19:19:20 +02:00
..
readme.mdx feat: Added package documentation (wip) 2025-04-18 19:19:20 +02:00

---
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
```