View Source Exray.Structs.BoundingBox (Exray v0.3.0)
Summary
Types
@type t() :: %Exray.Structs.BoundingBox{
max: Exray.Structs.Vector3,
min: Exray.Structs.Vector3
}
@type t() :: %Exray.Structs.BoundingBox{
max: Exray.Structs.Vector3,
min: Exray.Structs.Vector3
}