@rxflow/manhattan
Version:
Manhattan routing algorithm for ReactFlow - generates orthogonal paths with obstacle avoidance
10 lines • 371 B
TypeScript
import type { ManhattanRouterOptions, ResolvedOptions } from './types';
/**
* Normalize angle to 0-360 range
*/
export declare function normalizeAngle(angle: number): number;
/**
* Resolve options by merging user options with defaults
*/
export declare function resolveOptions(options?: ManhattanRouterOptions): ResolvedOptions;
//# sourceMappingURL=resolver.d.ts.map