graphene_quad_t

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.

struct graphene_quad_t {}

Members

Variables

points
graphene_point_t[4] points;