dh_translate_z Function

public pure function dh_translate_z(d) result(rst)

Computes the Denavit-Hartenberg matrix for a local z-axis translation.

Arguments

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

The translation.

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

The matrix.


Contents