gimp-path-get-point-at-dist


Description

Deprecated: Use 'gimp-vectors-stroke-get-point-at-dist' instead.

Help

Deprecated: Use 'gimp-vectors-stroke-get-point-at-dist' instead.


Type

unknown

Parameters

Type Name Description
PF_IMAGE image The image the paths belongs to
PF_FLOAT distance The distance along the path.

Return

Type Name Description
PF_INT x-point The x position of the point.
PF_INT y-point The y position of the point.
PF_FLOAT slope The slope (dy / dx) at the specified point.