test('intersect', () => {
    // Intersect one bsp with the other
    const bspC = bspA.intersect(bspB);
    // Get the resulting mesh from the result bsp
    const meshC = CSG.toMesh(bspC, meshA.matrix);