Method
ClutterActorBoxfrom_vertices
Declaration [src]
void
clutter_actor_box_from_vertices (
ClutterActorBox* box,
const graphene_point3d_t* verts
)
Description [src]
Calculates the bounding box represented by the four vertices; for details
of the vertex array see clutter_actor_get_abs_allocation_vertices()
.