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

    Interface PlanarPhyllotaxisOptions

    Planar phyllotaxis controls.

    interface PlanarPhyllotaxisOptions {
        count: number;
        divergenceAngle?: number;
        jitter?: number;
        organRadius?: (index: number) => number;
        radius?: (index: number) => number;
        random?: RandomSource;
        seed?: number;
        spacing?: SpacingPolicy;
        startIndex?: number;
    }
    Index
    count: number
    divergenceAngle?: number
    jitter?: number
    organRadius?: (index: number) => number

    Computes collision radius for a mathematical organ index.

    radius?: (index: number) => number

    Computes radial distance for a mathematical organ index.

    random?: RandomSource
    seed?: number
    spacing?: SpacingPolicy
    startIndex?: number