Click or drag to resize
Accord.NET (logo)

DenavitHartenbergJointCompute Method

Updates the joint transformation matrix and position given a model transform matrix and reference position.

Namespace:  Accord.Math.Kinematics
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Matrix4x4 Compute(
	Matrix4x4 transformMatrix,
	Vector4 referencePosition
)
Request Example View Source

Parameters

transformMatrix
Type: Accord.MathMatrix4x4
referencePosition
Type: Accord.MathVector4

Return Value

Type: Matrix4x4
See Also