<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [IReadonlyVec2](./rc-js-util.ireadonlyvec2.md)

## IReadonlyVec2 interface

[Vec2](./rc-js-util.vec2.md)<!-- -->.

**Signature:**

```typescript
export interface IReadonlyVec2<TArray extends TTypedArray> extends TPickExcept<Readonly<Vec2<TArray>>, "update" | "setX" | "setY" | "bound2d" | "translate2d" | "copyFromBuffer" | TTypedArrayTupleMutativeMethods> 
```
**Extends:** [TPickExcept](./rc-js-util.tpickexcept.md)<!-- -->&lt;Readonly&lt;[Vec2](./rc-js-util.vec2.md)<!-- -->&lt;TArray&gt;&gt;, "update" \| "setX" \| "setY" \| "bound2d" \| "translate2d" \| "copyFromBuffer" \| [TTypedArrayTupleMutativeMethods](./rc-js-util.ttypedarraytuplemutativemethods.md)<!-- -->&gt;

