@thi.ng/shader-ast-stdlib
Version:
Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast
9 lines • 299 B
TypeScript
/**
* @remarks
* Based on HG_SDF (Mercury Demogroup). Does not compute cell index.
*
* @param p - point
* @param n - number of polar repetitions
*/
export declare const sdfRepeatPolar2: import("@thi.ng/shader-ast").TaggedFn2<"vec2", "float", "vec2">;
//# sourceMappingURL=repeat-polar.d.ts.map