HoverTransform.pointToLocal

Transform a point in sourceRectangle onto destinationRectangle.

class HoverTransform
const
pointToLocal

Parameters

point Vector2

Point, in host space, to transform.

Return Value

Type: Vector2

Point transformed into local space.

See Also

pointToHost for the reverse transformation.

Meta