UNPKG
@three3d/tools
Version:
latest (1.9.4)
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.1
1.8.0
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
@three3d/tools 提供了 ThreeJS 常用的工具库
github.com/GuoBinyong/three-tools
GuoBinyong/three-tools
@three3d/tools
/
dist
/
sphere.d.ts
10 lines
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
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