@thi.ng/matrices
Version:
Matrix & quaternion operations for 2D/3D geometry processing
11 lines • 299 B
TypeScript
import type { VecOpVV } from "@thi.ng/vectors";
/**
* Performs quaternion multiplication of `a` and `b` and writes result
* to `out`. If `out` is null, writes result into `a`.
*
* @param out -
* @param a -
* @param b -
*/
export declare const mulQ: VecOpVV;
//# sourceMappingURL=mulq.d.ts.map