Package net.phys2d.raw

Examples of net.phys2d.raw.Body


    }
  }

  private com.a.b.b c(long paramLong)
  {
    Body localBody = (Body)this.b.get(Long.valueOf(paramLong));
    return localBody == null ? null : c.a(localBody);
  }
View Full Code Here


  private void c()
  {
    Iterator localIterator = this.b.values().iterator();
    while (localIterator.hasNext())
    {
      Body localBody = (Body)localIterator.next();
      while (localBody.getRotation() > 3.141592653589793D)
        localBody.setRotation(localBody.getRotation() - 6.283186F);
      while (localBody.getRotation() < -3.141592653589793D)
        localBody.setRotation(localBody.getRotation() + 6.283186F);
    }
  }
View Full Code Here

TOP

Related Classes of net.phys2d.raw.Body

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.