Virtual Method
ClutterDeformEffectdeform_vertex
Declaration [src]
void
deform_vertex (
  ClutterDeformEffect* effect,
  gfloat width,
  gfloat height,
  ClutterTextureVertex* vertex
)
Description [src]
Virtual function; sub-classes should override this function to compute the deformation of each vertex.
Parameters
- width
- 
            Type: gfloatNo description available. 
- height
- 
            Type: gfloatNo description available. 
- vertex
- 
            Type: ClutterTextureVertexNo description available. The data is owned by the caller of the method.