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

    Interface Transform3

    Position and orientation emitted by geometry-independent placement APIs.

    interface Transform3 {
        frame: Frame3;
        position: Vec3;
        scale: Vec3;
    }
    Index
    frame: Frame3
    position: Vec3
    scale: Vec3