UNPKG

@thi.ng/shader-ast-stdlib

Version:

Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast

9 lines 278 B
/** * @remarks * Based on HG_SDF (Mercury Demogroup). Does not compute cell index. * * @param p - point * @param size - mirror box size */ export declare const sdfMirror2: import("@thi.ng/shader-ast").TaggedFn2<"vec2", "vec2", "vec2">; //# sourceMappingURL=mirror.d.ts.map