> For the complete documentation index, see [llms.txt](https://sparkar-community.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sparkar-community.gitbook.io/docs/reactivemodule/point3d.md).

# Point3D

The `Point3D` class contains a 3D coordinate.

## Properties

| Property | Description                                                                           |
| -------- | ------------------------------------------------------------------------------------- |
| `x`      | <p><code>(get) x: number (set) x: number</code></p><p>Specifies the x coordinate.</p> |
| `y`      | <p><code>(get) y: number (set) y: number</code></p><p>Specifies the y coordinate.</p> |
| `z`      | <p><code>(get) z: number (set) z: number</code></p><p>Specifies the z coordinate.</p> |

## Methods

This module exposes no methods.
