getLocalPosition

fun getLocalPosition(worldPosition: Position): Float3

Converts a position in the world-space to a local-space of this node.

Return

a new position that represents the world position in local-space.

Parameters

worldPosition

the position in world-space to convert.