//method used to pass control to the vertex manager
 public void increaseVertexSize()
 {
     if (!currentRigidBody)
     {
         return;
     }
     else
     {
         currentVertexManager.increaseSize();
     }
 }