hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
56 lines (27 loc) • 782 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [Matrix4](./server.matrix4.md) > [fromYRotation](./server.matrix4.fromyrotation.md)
## Matrix4.fromYRotation() method
Creates a new `Matrix4` instance from a y-rotation of identity matrix.
**Signature:**
```typescript
static fromYRotation(angle: number): Matrix4;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
angle
</td><td>
number
</td><td>
The angle in radians to rotate the matrix by.
</td></tr>
</tbody></table>
**Returns:**
[Matrix4](./server.matrix4.md)
A new `Matrix4` instance.