Xiqual 0.9.1

In file xitools/list_makecircular.c:

void list_makecircular

(List* list)

Make a List circular (first and last nodes point to eachother).

Documentation

Make a List circular (first and last nodes point 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++.