ReadonlyTransform.local_to_world_point method

local_to_world_point(self, position: Vector3) -> Vector3:

Converts local position to world position of this Transform.

Parameters

  • position: Vector3

    local space point.`

Returns

world space point.