PathPointAngle()

Syntax

Result.d = PathPointAngle(Distance.d)
Description
Returns the angle of the path at the point at the given distance from the start of the current vector drawing path.

Parameters

Distance.d Specifies the distance from the start of the path. If this parameter is negative or larger than the total path length, the start/endpoint of the path is returned. The full length of the path can be determined with PathLength().

Return value

The angle of the path at the given point in degrees. The angle 0 marks at the positive X axis.

Example

See PathPointX() for an example.

See Also

PathPointX(), PathPointY(), PathLength()

Supported OS

All

<- PathLength() - VectorDrawing Index - PathPointX() ->