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

    Interface RotateGeometry<TPose>

    interface RotateGeometry<TPose> {
        getRotatedBounds(pose: TPose): RotatedPose;
        withRotation(pose: TPose, rotation: number): TPose;
    }

    Type Parameters

    • TPose
    Index

    Methods