Package basic

Examples of basic.Metaballs


    this.yrange = yrange;
    this.width = width;
    this.height = height;
   
    points = new LinkedList<CPoint2D>();
    m = new Metaballs(width, height, xrange, yrange);
    image = m.render();
  }
View Full Code Here

TOP

Related Classes of basic.Metaballs

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.