Represents Bounding box

interface BndBox {
    max: WasmVector3d;
    min: WasmVector3d;
}

Properties

Properties