rotate_x method
rotate_x
Rotation matrix around X
Returns
Rotation matrix
def rotate_x(self, theta):
...
| Parameter | Type | Description |
|---|---|---|
| theta | float | Angle of rotation |
Rotation matrix around X
Rotation matrix
def rotate_x(self, theta):
...
| Parameter | Type | Description |
|---|---|---|
| theta | float | Angle of rotation |