Click or drag to resize
Accord.NET (logo)

DenavitHartenbergNodeCollection Constructor

Initializes a new instance of the DenavitHartenbergNodeCollection class.

Namespace:  Accord.Math.Kinematics
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public DenavitHartenbergNodeCollection(
	DenavitHartenbergNode owner
)
Request Example View Source

Parameters

owner
Type: Accord.Math.KinematicsDenavitHartenbergNode
The DenavitHartenbergNode owner.
See Also