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

17 lines
283 B
Markdown
Raw Permalink Normal View History

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