Rayex.Structs.Rectangle (Rayex v0.0.2) View Source

Rectangle

Link to this section Summary

Link to this section Types

Specs

t() :: %Rayex.Structs.Rectangle{
  height: float(),
  width: float(),
  x: float(),
  y: float()
}