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

BoundingBox

Link to this section Summary

Link to this section Types

Specs

t() :: %Rayex.Structs.BoundingBox{
  max: Rayex.Structs.Vector3.t(),
  min: Rayex.Structs.Vector3.t()
}