Axiom.Math.Collections.QuaternionCollection.Enumerator.Reset C# (CSharp) Method

Reset() public method

Sets the enumerator to its initial position, before the first element in the collection.
public Reset ( ) : void
return void
            public void Reset()
            {
                m_index = -1;
            }
            #endregion
QuaternionCollection.Enumerator