Skip to main content

include/svg_path_Line.hrl

-record(line, {start :: vec@vec2:vec2(float()), 'end' :: vec@vec2:vec2(float())}).