> For the complete documentation index, see [llms.txt](https://riseclients-organization.gitbook.io/rise-6-scripting-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://riseclients-organization.gitbook.io/rise-6-scripting-api/api-documentation/objects/vector/vector3.md).

# Vector3

3 dimensional vector. Parameters: x, y, z.

### `getX(): Number`

Returns the `X` value.

### `getY(): Number`

Returns the `Y` value.

### `getZ(): Number`

Returns the `Z` value.
