UNPKG

@three3d/tools

Version:

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

24 lines (15 loc) 663 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@three3d/tools](./tools.md) &gt; [GeometricRelationship](./tools.geometricrelationship.md) ## GeometricRelationship enum 几何位置关系 **Signature:** ```typescript export declare enum GeometricRelationship ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | Contain | <code>&quot;\u5305\u542B&quot;</code> | | | Dissociation | <code>&quot;\u76F8\u79BB&quot;</code> | | | Intersect | <code>&quot;\u76F8\u4EA4&quot;</code> | | | Tangency | <code>&quot;\u76F8\u5207&quot;</code> | |