@three3d/tools
Version:
@three3d/tools 提供了 ThreeJS 常用的工具库
19 lines (10 loc) • 420 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/tools](./tools.md) > [VectorInstance](./tools.vectorinstance.md)
## VectorInstance type
向量
**Signature:**
```typescript
export type VectorInstance = Vector4 | Vector3 | Vector2;
```
## Remarks
与 Vector 的区别是: - Vector 只描述的基本的方法,不够全面