UNPKG

@thi.ng/vectors

Version:

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

11 lines 313 B
import type { MultiVecOpVVV, VecOpVVV } from "./api.js"; /** * Like GLSL `smoothstep()` * * @param out - * @param e1 - * @param e2 - * @param v - */ export declare const smoothStep: MultiVecOpVVV, smoothStep2: VecOpVVV, smoothStep3: VecOpVVV, smoothStep4: VecOpVVV; //# sourceMappingURL=smoothstep.d.ts.map