@three3d/effect
Version:
@three3d/effect 提供了 ThreeJS 的特效
12 lines (7 loc) • 334 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/effect](./effect.md) > [PolylinePoints](./effect.polylinepoints.md)
## PolylinePoints type
**Signature:**
```typescript
export type PolylinePoints<Vec extends Vector3 | Vector2 = Vector3> = Vec[];
```