weasel API - v0.8.0
    Preparing search index...

    Interface PoseAdapter<TPose>

    Minimal adapter needed by composeWorldPose and friends — pose lookup plus parent walk.

    interface PoseAdapter<TPose> {
        getParent(id: string): string | null;
        getPose(id: string): TPose;
    }

    Type Parameters

    • TPose
    Index

    Methods