untransformPoint

fun untransformPoint(p: Point, bounds: Rect, res: Point): Boolean

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

Return

true if the point was successfully untransformed

Since

1.0

Parameters

p

a #graphene_point_t

bounds

the bounds of the transformation

res

return location for the untransformed point