Sets our main struct and passes it to the parent class.
Allocates a new #graphene_quad_t instance.
Computes the bounding rectangle of @q and places it into @r.
Checks if the given #graphene_quad_t contains the given #graphene_point_t.
Frees the resources allocated by graphene_quad_alloc()
Retrieves the point of a #graphene_quad_t at the given index.
Get the main Gtk struct
the main Gtk struct as a void*
Initializes a #graphene_quad_t with the given points.
Initializes a #graphene_quad_t using an array of points.
Initializes a #graphene_quad_t using the four corners of the given #graphene_rect_t.
the main Gtk struct
A 4 vertex quadrilateral, as represented by four #graphene_point_t.
The contents of a #graphene_quad_t are private and should never be accessed directly.