Click or drag to resize
Accord.NET (logo)

DenavitHartenbergViewerComputeImages Method (DenavitHartenbergNode)

Computes the three images of a list of ModelCombinator

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public void ComputeImages(
	params DenavitHartenbergNode[] model
)
Request Example View Source

Parameters

model
Type: Accord.Math.KinematicsDenavitHartenbergNode
List of arguments of models to be drawn
Remarks
This function assumes that the models have already been calculated.
See Also