Return the rotation matrix given axis and angle of ratation.
Angle must be in radiants.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(vector_R16P), | intent(in) | :: | axis | Axis of ratation. |
||
| real(kind=R16P), | intent(in) | :: | angle | Angle of ratation. |
Rotation matrix.