* 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
360 B
Markdown
21 lines
360 B
Markdown
---
|
|
title: "turns::THREE_QUARTER_TURN"
|
|
subtitle: "Constant in std::turns"
|
|
excerpt: "Three quarters of a turn, 270 degrees or 1.5*π radians."
|
|
layout: manual
|
|
---
|
|
|
|
Three quarters of a turn, 270 degrees or 1.5*π radians.
|
|
|
|
```kcl
|
|
turns::THREE_QUARTER_TURN: number(deg) = 270deg
|
|
```
|
|
|
|
|
|
|
|
### Type
|
|
|
|
[`number(deg)`](/docs/kcl-std/types/std-types-number) - A number.
|
|
|
|
|