* 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
311 B
Markdown
21 lines
311 B
Markdown
---
|
|
title: "X"
|
|
subtitle: "Constant in std"
|
|
excerpt: "The X-axis (can be used in both 2d and 3d contexts)."
|
|
layout: manual
|
|
---
|
|
|
|
The X-axis (can be used in both 2d and 3d contexts).
|
|
|
|
```kcl
|
|
X: Axis3d
|
|
```
|
|
|
|
|
|
|
|
### Type
|
|
|
|
[`Axis3d`](/docs/kcl-std/types/std-types-Axis3d) - An abstract and infinite line in 3d space.
|
|
|
|
|