Defined in bitbybit-docs.d.ts:46753 Constructors constructor Defined in bitbybit-docs.d.ts:46756 Methods create Circle Returns any Circle Nurbs curve
Defined in bitbybit-docs.d.ts:46762 create Arc Returns any Arc Nurbs curve
Defined in bitbybit-docs.d.ts:46768 center Returns number [] Point
Defined in bitbybit-docs.d.ts:46774 radius Returns number Radius
Defined in bitbybit-docs.d.ts:46780 max Angle Returns number Max angle in degrees
Defined in bitbybit-docs.d.ts:46786 min Angle Returns number Min angle in degrees
Defined in bitbybit-docs.d.ts:46792 x Axis Returns number [] X axis vector
Defined in bitbybit-docs.d.ts:46798 y Axis Returns number [] Y axis vector
Defined in bitbybit-docs.d.ts:46804 Bitbybit TypeScript API reference Namespace: Bit
Other top-level symbols:
API reference home · Full symbol index · Tutorials and guides · Platform
Contains various methods for nurbs circle. These methods wrap around Verbnurbs library that you can find here http://verbnurbs.com/. Thanks Peter Boyer for his work.