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

    Interface WeightedAffineTransform

    Weighted three-dimensional affine transform used by an IFS.

    interface WeightedAffineTransform {
        allowedPreviousIds?: readonly string[];
        id: string;
        translation: Vec3;
        weight: number;
        xAxis: Vec3;
        yAxis: Vec3;
        zAxis: Vec3;
    }
    Index
    allowedPreviousIds?: readonly string[]
    id: string
    translation: Vec3
    weight: number
    xAxis: Vec3
    yAxis: Vec3
    zAxis: Vec3