Matrix.untransformPoint

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

class Matrix
bool
untransformPoint

Parameters

p Point

a #graphene_point_t

bounds Rect

the bounds of the transformation

res Point

return location for the untransformed point

Return Value

Type: bool

true if the point was successfully untransformed

Meta