import type { FnU2 } from "@thi.ng/api"; import type { ReadonlyVec } from "./api.js"; /** * Computes direction angle (in radians) of line segment `a` -> `b` in * XY plane. * * @param a - * @param b - */ export declare const headingSegmentXY: FnU2; /** * Computes direction angle (in radians) of line segment `a` -> `b` in * XZ plane. * * @param a - * @param b - */ export declare const headingSegmentXZ: FnU2; /** * Computes direction angle (in radians) of line segment `a` -> `b` in * ZY plane. * * @param a - * @param b - */ export declare const headingSegmentYZ: FnU2; /** * Same as {@link headingSegmentXY}. */ export declare const headingSegment: FnU2; //# sourceMappingURL=heading-segment.d.ts.map