@three3d/tools
Version:
@three3d/tools 提供了 ThreeJS 常用的工具库
24 lines (15 loc) • 663 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/tools](./tools.md) > [GeometricRelationship](./tools.geometricrelationship.md)
## GeometricRelationship enum
几何位置关系
**Signature:**
```typescript
export declare enum GeometricRelationship
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Contain | <code>"\u5305\u542B"</code> | |
| Dissociation | <code>"\u76F8\u79BB"</code> | |
| Intersect | <code>"\u76F8\u4EA4"</code> | |
| Tangency | <code>"\u76F8\u5207"</code> | |