View Source Mudbrick.Path.Line (mudbrick v0.5.0)

Summary

Types

@type option() ::
  {:to, Mudbrick.coords()}
  | {:line_width, number()}
  | {:colour, Mudbrick.colour()}
@type options() :: [option()]
@type t() :: %Mudbrick.Path.Line{
  colour: Mudbrick.colour(),
  line_width: number(),
  to: Mudbrick.coords()
}