2025-03-30 11:10:44 +13:00
|
|
|
---
|
2025-05-07 10:33:23 +12:00
|
|
|
title: "turns::HALF_TURN"
|
2025-05-08 08:26:56 +12:00
|
|
|
subtitle: "Constant in std::turns"
|
2025-05-11 19:32:33 +12:00
|
|
|
excerpt: "A half turn, 180 degrees or π radians."
|
2025-03-30 11:10:44 +13:00
|
|
|
layout: manual
|
|
|
|
---
|
|
|
|
|
2025-05-11 19:32:33 +12:00
|
|
|
A half turn, 180 degrees or π radians.
|
2025-03-30 11:10:44 +13:00
|
|
|
|
2025-05-01 04:03:22 +12:00
|
|
|
```kcl
|
2025-05-07 10:33:23 +12:00
|
|
|
turns::HALF_TURN: number(deg) = 180deg
|
2025-03-30 11:10:44 +13:00
|
|
|
```
|
|
|
|
|
|
|
|
|
2025-05-07 10:33:23 +12:00
|
|
|
|
|
|
|
|