rotationZ( angle )
static function
Create a Matrix to rotate around the Z axis.
Arguments
Name | Type | Description |
---|---|---|
angle | Number | Angle in radians to rotate around the Z axis |
Returns
Type | Description |
---|---|
Matrix | Newly created matrix |
static function
Create a Matrix to rotate around the Z axis.
Name | Type | Description |
---|---|---|
angle | Number | Angle in radians to rotate around the Z axis |
Type | Description |
---|---|
Matrix | Newly created matrix |