View Source Exray.Structs.Rectangle (Exray v0.6.0)

Rectangle TypedStruct

Summary

Types

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