UNPKG

@three3d/tools

Version:

@three3d/tools 提供了 ThreeJS 常用的工具库

10 lines 291 B
import type { IVector } from "type-tls"; /** * 计算相交球 * @param points * @returns 所有球的相交索引映射 */ export declare function computeIntersectSpheres<IVec extends IVector>(points: (IVec & { radius: number; })[]): number[][]; //# sourceMappingURL=sphere.d.ts.map