* 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
275 B
Markdown
21 lines
275 B
Markdown
---
|
|
title: "turns::ZERO"
|
|
subtitle: "Constant in std::turns"
|
|
excerpt: "No turn, zero degrees/radians."
|
|
layout: manual
|
|
---
|
|
|
|
No turn, zero degrees/radians.
|
|
|
|
```kcl
|
|
turns::ZERO: number(Angle)
|
|
```
|
|
|
|
|
|
|
|
### Type
|
|
|
|
[`number(Angle)`](/docs/kcl-std/types/std-types-number) - A number.
|
|
|
|
|