//import hehl.gl.*; /** * Test class for the classes Angle, Msg, Ellipsoid, Complex, MB, and GL * author hehl@tfh-berlin.de * version 17-May-2005 */ public class Demo { public static void main(String [] args) { Angle.demo(); Msg.demo(); Ellipsoid.demo(); Complex.demo(); MB.demo(); GL.demo(); } // end main() } // end class MBGLgenerics