Axiom.Math.Collections.QuaternionCollection.Enumerator.Reset C# (CSharp) 메소드

Reset() 공개 메소드

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