Package GShape.Core

Examples of GShape.Core.GCore


public class TestExpression001  extends PApplet {

 
  public void setup () {
   
    GCore core = new GCore (this, "", null);
        
    
    GExpression exp1 = new GExpression (core, "4000cm:Wiese ; Xm:tmpPerimeter ; 20000mm:Wiese");
    try {
      float length = 300; // 300m length
View Full Code Here

TOP

Related Classes of GShape.Core.GCore

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.