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