Handbook
Glossary
BoundingBox
Vocabulary
raylib
Class description
Represents a 3D bounding box defined by two points:
Fields
min
The minimum vertex box-corner.
max
The maxium vertex box-corner.
Definition
USING:
classes.struct
;
IN:
raylib
STRUCT:
BoundingBox
{
min
Vector3
initial:
S{
Vector3
{
x 0.0
}
{
y 0.0
}
{
z 0.0
}
}
}
{
max
Vector3
initial:
S{
Vector3
{
x 0.0
}
{
y 0.0
}
{
z 0.0
}
}
}
;
Methods
USING:
classes.struct
classes.struct.private
kernel
raylib
;
M:
BoundingBox
clone
clone-underlying
\
BoundingBox
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
raylib
;
M:
BoundingBox
struct-slot-values
{
[
min>>
]
[
max>>
]
}
cleave>array
;
inline