<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [TF32Vec3](./rc-js-util.tf32vec3.md)

## TF32Vec3 type

Float32 [Vec3](./rc-js-util.vec3.md)<!-- -->.

**Signature:**

```typescript
export type TF32Vec3 = Vec3<Float32Array>;
```
**References:** [Vec3](./rc-js-util.vec3.md)

