dh_rotate_x Function

public pure function dh_rotate_x(alpha) result(rst)

Computes the Denavit-Hartenberg matrix for a local x-axis rotation.

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: alpha

The rotation angle, in radians.

Return Value real(kind=real64), (4,4)

The matrix.


Contents