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

Summary

Types

option()

@type option() ::
  {:to, Mudbrick.coords()} | {:width, number()} | {:colour, Mudbrick.colour()}

options()

@type options() :: [option()]

t()

@type t() :: %Mudbrick.Path.Line{
  colour: Mudbrick.colour(),
  to: Mudbrick.coords(),
  width: number()
}