math docs
    Preparing search index...

    Type Alias OBB3

    An oriented bounding box in 3D space

    type OBB3 = {
        center: vec3.Vec3;
        halfExtents: vec3.Vec3;
        rotation: mat3.Mat3;
    }
    Index
    center: vec3.Vec3
    halfExtents: vec3.Vec3
    rotation: mat3.Mat3