> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/enums/actuatorrelativeto.md).

# ActuatorRelativeTo

## Overview

ActuatorRelativeTo is an Enum specifies the reference coordinatate system in which a physical Constraint operates.

This is used as a RelativeTo property in constraint classes such as LinearVelocity, AngularVelocity, and VectorForce and determines which coordinate system the vector values (velocity, force, angular velocity) are to be interpreted relative to.

## Items

| Name        | Value | Description                                                        |
| ----------- | ----- | ------------------------------------------------------------------ |
| Attachment0 | 0     | Constraint operates based on the coordinate system of Attachment0. |
| Attachment1 | 1     | Constraint operates based on the coordinate system of Attachment1. |
| World       | 2     | Constraint operates based on the world coordinate system.          |

## See also

{% content-ref url="/pages/FMw5E8fklT9nBUtn2BYK" %}
[VectorForce](/development/api-reference/classes/vectorforce.md)
{% endcontent-ref %}

{% content-ref url="/pages/FusLxqJwK8wA5H9rxNSI" %}
[LinearVelocity](/development/api-reference/classes/linearvelocity.md)
{% endcontent-ref %}

{% content-ref url="/pages/yaoMb4Mtuh8MHogzsgqk" %}
[AngularVelocity](/development/api-reference/classes/angularvelocity.md)
{% endcontent-ref %}
