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

BoundingBox

Summary

Types

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