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