rotation( angles )
static function
Create a Matrix to rotate around the X, Y and Z axes.
Arguments
| Name | Type | Description |
|---|---|---|
| xyz | Vector | The X, Y and Z angles to rotate |
Returns
| Type | Description |
|---|---|
| Matrix | Newly created matrix |
static function
Create a Matrix to rotate around the X, Y and Z axes.
| Name | Type | Description |
|---|---|---|
| xyz | Vector | The X, Y and Z angles to rotate |
| Type | Description |
|---|---|
| Matrix | Newly created matrix |