@three3d/tools
Version:
@three3d/tools 提供了 ThreeJS 常用的工具库
22 lines (13 loc) • 704 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/tools](./tools.md) > [IntersectionLineInfo](./tools.intersectionlineinfo.md)
## IntersectionLineInfo interface
交线的关系
**Signature:**
```typescript
export interface IntersectionLineInfo
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [line?](./tools.intersectionlineinfo.line.md) | | { tangent: Vector3; normal: Vector3; length: number; } | _(Optional)_ |
| [relation](./tools.intersectionlineinfo.relation.md) | | [FrenetFrameRelation](./tools.frenetframerelation.md) | 两个带的相交关系 |