Toggle navigation
DYNAMICS
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
dh_translate_z
Function
22 statements
Source File
dynamics_kinematics.f90
dynamics_kinematics
dh_translate_z
Contents
public pure function dh_translate_z(d) result(rst)
Computes the Denavit-Hartenberg matrix for a local z-axis translation.
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
d
The translation.
Return Value
real(kind=real64), (4,4)
The matrix.
Contents