Files
modeling-app/docs/kcl-std/consts/std-turns-HALF_TURN.md

17 lines
231 B
Markdown
Raw Permalink Normal View History

---
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
```