UNPKG

@thi.ng/matrices

Version:

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

4 lines 243 B
import type { ReadonlyVec } from "@thi.ng/vectors"; import type { Mat } from "./api.js"; export declare const rotationAroundPoint23: (out: Mat | null, pos: ReadonlyVec, theta: number) => Mat; //# sourceMappingURL=rotation-around-point.d.ts.map