Since 1.0Optionalproperties: Partial<{}>Checks if the given Graphene.Quad contains the given Graphene.Point.
true if the point is inside the Graphene.Quad
Frees the resources allocated by graphene_quad_alloc()
Retrieves the point of a Graphene.Quad at the given index.
the index of the point to retrieve
Initializes a Graphene.Quad with the given points.
the initialized Graphene.Quad
Initializes a Graphene.Quad using an array of points.
an array of 4 Graphene.Point
the initialized Graphene.Quad
Initializes a Graphene.Quad using the four corners of the given Graphene.Rect.
the initialized Graphene.Quad
Staticalloc
A 4 vertex quadrilateral, as represented by four Graphene.Point.
The contents of a Graphene.Quad are private and should never be accessed directly.
Since
1.0