Method
GimpPathstroke_interpolate
since: 2.4
Declaration [src]
gdouble*
gimp_path_stroke_interpolate (
GimpPath* path,
gint stroke_id,
gdouble precision,
gsize* num_coords,
gboolean* closed
)
Description [src]
Returns polygonal approximation of the stroke.
returns polygonal approximation of the stroke.
Available since: 2.4
Parameters
stroke_id
-
Type:
gint
The stroke ID.
precision
-
Type:
gdouble
The precision used for the approximation.
num_coords
-
Type:
gsize*
The number of floats returned.
The argument will be set by the function. closed
-
Type:
gboolean*
Whether the stroke is closed or not.
The argument will be set by the function.