Click or drag to resize
Accord.NET (logo)

DenavitHartenbergMatrixCompute Method

Executes the transform calculations (T = Z*X).

Namespace:  Accord.Math.Kinematics
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public void Compute(
	DenavitHartenbergParameters parameters
)
Request Example View Source

Parameters

parameters
Type: Accord.Math.KinematicsDenavitHartenbergParameters

Return Value

Type: 
Transform matrix T.
Remarks
Calling this method also updates the Transform property.
See Also