View Source Mudbrick.Path.Line (mudbrick v0.8.1)
Summary
Types
@type option() :: {:to, Mudbrick.coords()} | {:width, number()} | {:colour, Mudbrick.colour()}
@type options() :: [option()]
@type t() :: %Mudbrick.Path.Line{ colour: Mudbrick.colour(), to: Mudbrick.coords(), width: number() }