<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [Matrix4](./server.matrix4.md) &gt; [adjoint](./server.matrix4.adjoint.md)

## Matrix4.adjoint() method

Sets the adjugate of the current matrix.

**Signature:**

```typescript
adjoint(): Matrix4;
```
**Returns:**

[Matrix4](./server.matrix4.md)

The current matrix.

