Make a chain of nodes circular (first and last Node points to eachother).
Make a chain of nodes circular (first and last Node points to eachother). A circular list is used mostly for efficient looping of animations (which means only a typical, lazy programmer could have thought of it). This function does not necessarily require a List structure.Do NOT call on a Node in an already circular chain. That's a waste of time ;)