Taos API Reference
    Preparing search index...

    Interface FrameTransform

    The rigid floating-origin frame as plain transferable data, so the bake can run in a worker. worldFromEcef is the f64 column-major world←ECEF matrix; the basis vectors rotate ECEF directions (normals) into world space. Mirrors the relevant fields of GeoFrame.

    interface FrameTransform {
        worldFromEcef: Mat4d;
        east: Vec3d;
        north: Vec3d;
        up: Vec3d;
    }
    Index

    Properties

    worldFromEcef: Mat4d
    east: Vec3d
    north: Vec3d
    up: Vec3d