UNPKG

@thi.ng/vectors

Version:

Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts

3 lines 215 B
import type { ReadonlyVec, Vec } from "./api.js"; export declare const rotateAroundAxis3: (out: Vec, v: ReadonlyVec, axis: ReadonlyVec, theta: number) => Vec<number>; //# sourceMappingURL=rotate-around-axis.d.ts.map