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

    Interface VolumeCellExperimental

    Orthogonal volumetric cell used by the basic 3D cellular representation.

    interface VolumeCell {
        attributes: StructuredParameter;
        id: number;
        max: Vec3;
        min: Vec3;
        neighborIds: readonly number[];
    }
    Index
    id: number
    max: Vec3
    min: Vec3
    neighborIds: readonly number[]