|
DenavitHartenbergModelGetEnumerator Method
|
Returns an enumerator that iterates through a collection.
Namespace:
Accord.Math.Kinematics
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public IEnumerator<DenavitHartenbergJoint> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of DenavitHartenbergJoint)
Request Example
View SourceReturn Value
Type:
IEnumeratorDenavitHartenbergJoint
An
IEnumerator object that can be used to iterate through the collection.
See Also