bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Type Alias BoundingBox

    type BoundingBox = {
        min: Point3;
        max: Point3;
        center?: Point3;
        width?: number;
        height?: number;
        length?: number;
    }
    Index

    Properties

    min: Point3
    max: Point3
    center?: Point3
    width?: number
    height?: number
    length?: number