Taos API Reference
    Preparing search index...

    Interface FrameSnapshot

    A frozen copy of a GeoFrame's placement — its ECEF origin plus the ENU tangent basis — enough to map that frame's world coordinates back to ECEF. Stamped on baked geometry so a later, REORIENTED frame can place it with the correct rigid transform (continuous reorientation / RTC) instead of needing the geometry re-baked.

    interface FrameSnapshot {
        originEcef: Vec3d;
        east: Vec3d;
        north: Vec3d;
        up: Vec3d;
    }
    Index

    Properties

    Properties

    originEcef: Vec3d
    east: Vec3d
    north: Vec3d
    up: Vec3d