2025-04-03 22:44:52 +13:00
|
|
|
---
|
2025-05-07 10:33:23 +12:00
|
|
|
title: "X"
|
2025-05-08 08:26:56 +12:00
|
|
|
subtitle: "Constant in std"
|
2025-05-11 19:32:33 +12:00
|
|
|
excerpt: "The X-axis (can be used in both 2d and 3d contexts)."
|
2025-04-03 22:44:52 +13:00
|
|
|
layout: manual
|
|
|
|
---
|
|
|
|
|
2025-05-11 19:32:33 +12:00
|
|
|
The X-axis (can be used in both 2d and 3d contexts).
|
2025-04-03 22:44:52 +13:00
|
|
|
|
2025-05-01 04:03:22 +12:00
|
|
|
```kcl
|
2025-06-16 09:10:36 +12:00
|
|
|
X: Axis3d
|
2025-04-03 22:44:52 +13:00
|
|
|
```
|
|
|
|
|
|
|
|
|
2025-05-07 10:33:23 +12:00
|
|
|
|
2025-06-16 09:10:36 +12:00
|
|
|
### Type
|
|
|
|
|
|
|
|
[`Axis3d`](/docs/kcl-std/types/std-types-Axis3d) - An abstract and infinite line in 3d space.
|
|
|
|
|
2025-05-07 10:33:23 +12:00
|
|
|
|