ReadonlyTransform.world_to_local_point method

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

Converts world position to local position of this Transform.

Parameters

  • position: Vector3

    world space point.

Returns

local space point.