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

    Interface GeometryProjection

    Optional consumer seam: given a node and the affine m that a pose-transform action applied to the node's POSE, return updated data with the node's data-held geometry transformed by m, or null if this node has no data-held geometry (the kit leaves data alone).

    interface GeometryProjection {
        transform(
            node: { data: unknown; id?: string; pose: unknown },
            m: Mat3,
        ): unknown;
    }
    Index

    Methods

    Methods