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

Rectangle

Summary

Types

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