Line typedef

  1. @Deprecated('Use `Path` instead.')
Line = Path

A function that returns positions along a path between start and end.

Deprecated: Use Path instead.

Implementation

@Deprecated('Use `Path` instead.')
typedef Line = Path;