* Replace tag type with tagIdent and tagDecl Signed-off-by: Nick Cameron <nrc@ncameron.org> * Replace tagIdent with TaggedEdge and TaggedFace Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
21 lines
308 B
Markdown
21 lines
308 B
Markdown
---
|
|
title: "turns::HALF_TURN"
|
|
subtitle: "Constant in std::turns"
|
|
excerpt: "A half turn, 180 degrees or π radians."
|
|
layout: manual
|
|
---
|
|
|
|
A half turn, 180 degrees or π radians.
|
|
|
|
```kcl
|
|
turns::HALF_TURN: number(deg) = 180deg
|
|
```
|
|
|
|
|
|
|
|
### Type
|
|
|
|
[`number(deg)`](/docs/kcl-std/types/std-types-number) - A number.
|
|
|
|
|