Click or drag to resize
Accord.NET (logo)

DenavitHartenbergMatrixTransform Property

Gets or sets the transformation matrix T (as in T = Z * X).

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

Property Value

Type: Matrix4x4
See Also