@rbxts/a-plant-generator - v0.2.0
    Preparing search index...

    Interface Bounds3

    Axis-aligned bounds.

    interface Bounds3 {
        max: Vec3;
        min: Vec3;
    }
    Index
    max: Vec3
    min: Vec3