# GetRelativePoint(Vector2)

> Get a global space point given the point relativePoint in rigidBody local space.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.Physics2DModule

```csharp
public Vector2 GetRelativePoint(Vector2 relativePoint)
```

### Parameters

**** (\[Vector2]\(/engine/6000.7/script-reference/unityengine/vector2)): The local space point to transform into global space.

### Returns

| Type                                                              | Description |
| ----------------------------------------------------------------- | ----------- |
| [Vector2](/engine/6000.7/script-reference/unityengine/vector2.md) |             |
