@openhps/geospatial
    Preparing search index...

    Type Alias RectangleRotationBoundary<T>

    type RectangleRotationBoundary<T extends AbsolutePosition> = {
        height?: number;
        length: number;
        rotation?: number;
        topLeft: T;
        width: number;
    }

    Type Parameters

    • T extends AbsolutePosition
    Index
    height?: number

    Length of the boundary in meters

    length: number

    Height of the boundary in meters

    rotation?: number

    Rotation of the boundary in degrees

    0
    
    topLeft: T
    width: number

    Width of the boundary in meters