gl3n v1.3.1 (2016-01-07T21:01:40Z)
Home
Dub
Repo
AABBT.this
gl3n
aabb
AABBT
Constructs the AABB.
struct
AABBT
(type)
@
safe
pure nothrow
this
(
vec3
min
,
vec3
max
)
Parameters
min
vec3
minimum of the AABB
max
vec3
maximum of the AABB
Meta
Source
See Implementation
gl3n
aabb
AABBT
aliases
at
vec3
constructors
this
functions
expand
intersects
opEquals
properties
area
center
extent
half_extent
vertices
static functions
from_points
variables
max
min
Constructs the AABB.