LocalToWorldCoords( <local coordinate> )


Module: Entity

Summary:

Transform the given local coordinate point to a world coordinate point



Call this on:

<entity>



Example:

ramboPoint = self LocalToWorldCoords( delta );



Required Args:

  • 1 : <local coordinate> The point in local coordinates