Examples of Semicircle


Examples of net.sf.myway.gps.garmin.datatype.Semicircle

   *
   * @param offset
   * @return Semicircle
   */
  public Semicircle getSemicircle(final int offset) {
    return new Semicircle(getLong(offset), getLong(offset + 4));
  }
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.