Method

ClutterPaintVolumeget_origin

Declaration [src]

void
clutter_paint_volume_get_origin (
  const ClutterPaintVolume* pv,
  graphene_point3d_t* vertex
)

Description [src]

Retrieves the origin of the ClutterPaintVolume.

Available since:1.6

Parameters

vertex graphene_point3d_t
 

The return location for a #graphene_point3d_t.

 The argument will be set by the function.
 The data is owned by the caller of the function.