ReadonlyTransform.local_to_world_vector method

local_to_world_vector(self, direction: Vector3) -> Vector3:

Converts local direction to world direction of this Transform.

Parameters

  • direction: Vector3

    local space direction.

Returns

world space direction.