HoverTransform.pointToHost

Transform a point in destinationRectangle onto sourceRectangle.

class HoverTransform
const
pointToHost

Parameters

point Vector2

Point, in local space, to transform.

Return Value

Type: Vector2

Point transformed into host space.

See Also

pointToLocal for the reverse transformation.

Meta