Click or drag to resize
Accord.NET (logo)

DenavitHartenbergNodeCollectionAdd Method (DenavitHartenbergModel)

Adds a children model to the end of this DenavitHartenbergNodeCollection.

Namespace:  Accord.Math.Kinematics
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public void Add(
	DenavitHartenbergModel child
)
Request Example View Source

Parameters

child
Type: Accord.Math.KinematicsDenavitHartenbergModel
See Also