Method

GeglPathPointlerp

Declaration [src]

void
gegl_path_point_lerp (
  GeglPathPoint* dest,
  GeglPathPoint* a,
  GeglPathPoint* b,
  gfloat t
)

Description [src]

Linear interpolation between two GeglPathPoint.

This method is not directly available to language bindings.

Parameters

a GeglPathPoint
 

Origin GeglPathPoint.

 The data is owned by the caller of the function.
b GeglPathPoint
 

Destination GeglPathPoint.

 The data is owned by the caller of the function.
t gfloat
 

Ratio between a and b.