math docs
Preparing search index...
shapes
obb3
OBB3
Type Alias OBB3
An oriented bounding box in 3D space
type
OBB3
=
{
center
:
vec3
.
Vec3
;
halfExtents
:
vec3
.
Vec3
;
rotation
:
mat3
.
Mat3
;
}
Index
Properties
center
half
Extents
rotation
Properties
center
center
:
vec3
.
Vec3
half
Extents
halfExtents
:
vec3
.
Vec3
rotation
rotation
:
mat3
.
Mat3
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
center
half
Extents
rotation
math docs
Loading...
An oriented bounding box in 3D space