# OvrVector3Function

### Description

This Node is responsible for implementing simple functions to create and handle [OvrVector3](/over-sdk-manual/ovr-component-system-ancient-legacy/nodes/variables/ovrnumericvariable/ovrvector3.md).

#### Attributes

{% hint style="info" %}
**Note**: the following attributes are added to the existing ones from the super class [OvrNode](/over-sdk-manual/ovr-component-system-ancient-legacy/nodes/ovrnode.md)
{% endhint %}

<table><thead><tr><th width="228.0829694620566">Name</th><th width="194.46145241065273">Type</th><th width="340.1572968009442">Description</th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td>Vector3FunctionType</td><td><a href="/pages/gov3hRq2oLyXMAMsRHc2">Vector3FunctionType</a></td><td>Type of <a href="/pages/YKgJhI2mhTDnKx0wgx3s">OvrVector3 </a>operation</td><td></td><td></td></tr><tr><td>Variable1</td><td><a href="/pages/YKgJhI2mhTDnKx0wgx3s">OvrVector3</a></td><td>First Operation Variable</td><td></td><td></td></tr><tr><td>Variable2</td><td><a href="/pages/JH0bWEgoOe9ZNl3wL1rN">OvrVariable</a></td><td>Second Operation Variable</td><td></td><td></td></tr><tr><td>Result</td><td><a href="/pages/JH0bWEgoOe9ZNl3wL1rN">OvrVariable</a></td><td>Operation result</td><td></td><td></td></tr></tbody></table>

![Example of OvrVector3Function, to get the distance between two OvrVector3.](/files/268B5YdzLpoVL63Dn2Xb)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.overthereality.ai/over-sdk-manual/ovr-component-system-ancient-legacy/nodes/logics/ovrvector3function.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
