StatifierBlocks.Connectors.Rect (StatifierBlocks v0.27.0)

Copy Markdown View Source

One measured rectangle, in the stage's untransformed coordinate space.

A plain struct rather than a map so that a malformed payload fails to build one rather than travelling half-decoded into the geometry.

Summary

Types

t()

@type t() :: %StatifierBlocks.Connectors.Rect{
  height: float(),
  width: float(),
  x: float(),
  y: float()
}