<!-- 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; [create](./server.matrix3.create.md)

## Matrix3.create() method

Creates a new `Matrix3` instance.

**Signature:**

```typescript
static create(): Matrix3;
```
**Returns:**

[Matrix3](./server.matrix3.md)

A new `Matrix3` instance.

