* Document the units of PI Signed-off-by: Nick Cameron <nrc@ncameron.org> * Add links between lang and std references Signed-off-by: Nick Cameron <nrc@ncameron.org> * Change signature of conversion functions Signed-off-by: Nick Cameron <nrc@ncameron.org> * Split foreign imports out of modules docs Signed-off-by: Nick Cameron <nrc@ncameron.org> * More docs for Plane Signed-off-by: Nick Cameron <nrc@ncameron.org> * Update docs/kcl-std/consts/std-math-PI.md Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> * Update rust/kcl-lib/std/math.kcl Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org> Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com> Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
22 lines
822 B
Markdown
22 lines
822 B
Markdown
---
|
|
title: "KCL Language Reference"
|
|
excerpt: "Documentation of the KCL language for the Zoo Design Studio."
|
|
layout: manual
|
|
---
|
|
|
|
This is a reference for KCL. If you are learning KCL, you may prefer the [guide]() which explains
|
|
things in a more tutorial fashion. See also our documentation of the [standard library](/docs/kcl-std).
|
|
|
|
## Topics
|
|
|
|
* [Pipelines](/docs/kcl-lang/pipelines)
|
|
* [Arithmetic and logic](/docs/kcl-lang/arithmetic)
|
|
* [Values and types](/docs/kcl-lang/types)
|
|
* [Numeric types and units](/docs/kcl-lang/numeric)
|
|
* [Functions](/docs/kcl-lang/functions)
|
|
* [Projects and modules](/docs/kcl-lang/modules)
|
|
* [Attributes](/docs/kcl-lang/attributes)
|
|
* [Importing geometry from other CAD systems](/docs/kcl-lang/foreign-imports)
|
|
* [Settings](/docs/kcl-lang/settings)
|
|
* [Known Issues](/docs/kcl-lang/known-issues)
|