Examples of GCore


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
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.