Package prolog.core

Examples of prolog.core.Cat.trim()


      Prolog3D.pp("cycles="+cycles+",size="+RG.size());
   

      Prolog3D.drawGraph(RG,time,r,w,h);
     
      RG=(Cat)RG.trim(false,Math.round(RG.size()/2));

    
    }
    while(RG.size()>0);
    //Prolog3D.pp("S="+S);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.