Scenic.Script.arc_to

You're seeing just the function arc_to, go back to Scenic.Script module for more information.
Link to this function

arc_to(ops, x1, y1, x2, y2, radius)

View Source

Specs

arc_to(
  ops :: t(),
  x1 :: number(),
  y1 :: number(),
  x2 :: number(),
  y2 :: number(),
  radius :: number()
) :: ops :: t()