Xiqual 0.7.2
In file xitools/list_makecircular.c: Make a List circular (first and last Node points to eachother).
Documentation
Make a List 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).
- Parameters:
- node - A Node used as reference point
- Author:
- Shane O'Neill, Ronny Bangsund
- See Also:
- List, Node, list_nodemakecircular()
Alphabetic index
This page was generated with the help of DOC++.