<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [Matrix3](./server.matrix3.md) &gt; [clone](./server.matrix3.clone.md)

## Matrix3.clone() method

Clones the current matrix.

**Signature:**

```typescript
clone(): Matrix3;
```
**Returns:**

[Matrix3](./server.matrix3.md)

A clone of the current matrix.

