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