Clear() public method

Removes all elements from the QuaternionCollection.
public Clear ( ) : void
return void
Example #1
0
 public override void Clear()
 {
     lock (this.m_root)
         m_collection.Clear();
 }