Type alias RectangleRotationBoundary<T>

RectangleRotationBoundary<T>: {
    height?: number;
    length: number;
    rotation?: number;
    topLeft: T;
    width: number;
}

Type Parameters

  • T extends AbsolutePosition

Type declaration

  • Optional height?: number

    Length of the boundary in meters

  • length: number

    Height of the boundary in meters

  • Optional rotation?: number

    Rotation of the boundary in degrees

    Default

    0
    
  • topLeft: T
  • width: number

    Width of the boundary in meters