evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
BoundingBox
evael
graphics
models
BoundingBox
Undocumented in source.
struct
BoundingBox {
vec3
min
;
vec3
max
;
float
xRadius
;
float
yRadius
;
}
Members
Variables
max
vec3
max
;
Undocumented in source.
min
vec3
min
;
Undocumented in source.
xRadius
float
xRadius
;
yRadius
float
yRadius
;
Undocumented in source.
Meta
Source
See Implementation
evael
graphics
models
BoundingBox
structs
BoundingBox