Matrix.untransformPoint

Undoes the transformation of a #graphene_point_t using the given matrix, within the given axis aligned rectangular bounds.

Parameters

p graphene.point.Point

a #graphene_point_t

bounds graphene.rect.Rect

the bounds of the transformation

res graphene.point.Point

return location for the untransformed point

Return Value

Type: bool

true if the point was successfully untransformed