image-js
Version:
Image processing and manipulation in JavaScript
8 lines • 319 B
TypeScript
import type { Point } from '../../geometry/index.js';
/**
* Get the anti-clockwise angle in degrees between the MBR and a horizontal line.
* @param mbr - MBR to process.
* @returns The angle in degrees.
*/
export declare function getMbrAngle(mbr: readonly Point[]): number;
//# sourceMappingURL=getMbrAngle.d.ts.map