Package org.earth3d.jearth.math

Examples of org.earth3d.jearth.math.Geometry2D3DSphere


public class TestGeometry2D3DSphere extends TestCase {

  protected Geometry2D3DSphere sphere;
 
  public void setUp() {
    sphere = new Geometry2D3DSphere();
  }
View Full Code Here

TOP

Related Classes of org.earth3d.jearth.math.Geometry2D3DSphere

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.