Shape.transformLocalPoint
Transform a local point to world space.
Kind: Function
Environments: Game
Game
shape:transformLocalPoint( vector )
local worldPos = self.shape:transformLocalPoint( localPos )
Parameters:
Returns:
| Type | Description |
|---|---|
| Vec3 | The world point. |