# Body.transformPoint

Transforms a point from local space to world space.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
body:transformPoint( point )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/Body.md#transformpoint)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `body` | [Body](../Game-Script-Environment/Userdata/Body.md) | The body. |
| `point` | [Vec3](../Game-Script-Environment/Userdata/Vec3.md) | The point in local space. |

**Returns:**

| Type | Description |
| --- | --- |
| [Vec3](../Game-Script-Environment/Userdata/Vec3.md) | The point in world space. |
