UNPKG

@tolokoban/tgd

Version:

ToloGameDev library for WebGL2

3 lines 184 B
import { Vec3 } from "./_common"; export declare function tgdSdfSphere([x, y, z]: Vec3, [centerX, centerY, centerZ]: Vec3, radius: number): number; //# sourceMappingURL=sphere.d.ts.map