Line typedef
A function that returns positions along a path between start
and end
.
Deprecated: Use Path instead.
Implementation
@Deprecated('Use `Path` instead.')
typedef Line = Path;
A function that returns positions along a path between start
and end
.
Deprecated: Use Path instead.
@Deprecated('Use `Path` instead.')
typedef Line = Path;