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

    Interface IFSPoint

    IFS point with the transform that produced it.

    interface IFSPoint {
        iteration: number;
        point: Vec3;
        transformId: string;
    }
    Index
    iteration: number
    point: Vec3
    transformId: string