UNPKG

@thi.ng/matrices

Version:

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

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