View Source Mudbrick.Path (mudbrick v0.9.0)

Summary

Types

sub_path()

t()

@type t() :: %Mudbrick.Path{sub_paths: [sub_path()]}

Functions

line(path, opts)

@spec line(t(), Mudbrick.Path.Line.options()) :: t()

move(path, opts)

@spec move(t(), Mudbrick.Path.Move.options()) :: t()

rectangle(path, opts)

@spec rectangle(t(), Mudbrick.Path.Rectangle.options()) :: t()