Manifold WASM Developer Guide
    Preparing search index...

    Type Alias Box

    A three dimensional box, aligned to the coordinate system.

    type Box = {
        max: Vec3;
        min: Vec3;
    }
    Index

    Properties

    Properties

    max: Vec3
    min: Vec3