* Add documentation to modules, and some constants and types Signed-off-by: Nick Cameron <nrc@ncameron.org> * Improve the language reference Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
20 lines
511 B
Markdown
20 lines
511 B
Markdown
---
|
|
title: "turns"
|
|
subtitle: "Module in std"
|
|
excerpt: "This module contains a few handy constants for defining turns. "
|
|
layout: manual
|
|
---
|
|
|
|
This module contains a few handy constants for defining turns.
|
|
|
|
|
|
|
|
|
|
## Functions and constants
|
|
|
|
* [`turns::HALF_TURN`](/docs/kcl-std/consts/std-turns-HALF_TURN)
|
|
* [`turns::QUARTER_TURN`](/docs/kcl-std/consts/std-turns-QUARTER_TURN)
|
|
* [`turns::THREE_QUARTER_TURN`](/docs/kcl-std/consts/std-turns-THREE_QUARTER_TURN)
|
|
* [`turns::ZERO`](/docs/kcl-std/consts/std-turns-ZERO)
|
|
|