trimmedPath(from:to:)
Returns a partial copy of the path.
Declaration
func trimmedPath(from: CGFloat, to: CGFloat) -> PathDiscussion
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.