Contents

trimmedPath(from:to:)

Returns a partial copy of the path.

Declaration

func trimmedPath(from: CGFloat, to: CGFloat) -> Path

Discussion

The returned path contains the region between from and to, both of which must be fractions between zero and one defining points linearly-interpolated along the path.

See Also

Transforming the path