Class ArrayUtils

java.lang.Object
org.web3d.util.ArrayUtils

public class ArrayUtils extends Object
Utility class for doing array manipulation.

The main use of this class is to provide a central location that converts 2D arrays to flat structures and back again. All methods assume that you have passed a target array in of at least the minimum length. If you don't an array index exception will be generated.

Version:
$Revision: 1.4 $
Author:
Justin Couch