UNPKG

@thi.ng/matrices

Version:

Matrix & quaternion operations for 2D/3D geometry processing

3 lines 179 B
import type { ReadonlyVec, Vec } from "@thi.ng/vectors"; export declare const conjugateQ: (out: Vec | null, a: ReadonlyVec) => Vec<number>; //# sourceMappingURL=conjugate.d.ts.map