Click or drag to resize
Accord.NET (logo)

DenavitHartenbergModelTransform Property

Gets the transformation matrix T for the full model, given as T = T_0 * T_1 * T_2 ...T_n in which T_i is the transform matrix for each joint in the model.

Namespace:  Accord.Math.Kinematics
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Matrix4x4 Transform { get; }
Request Example View Source

Property Value

Type: Matrix4x4
See Also