Pair.java
Go to the documentation of this file.
1 
8 package net.sf.geographiclib;
9 
15 public class Pair {
19  public double first;
23  public double second;
30  public Pair(double first, double second)
31  { this.first = first; this.second = second; }
32 }
Pair(double first, double second)
Definition: Pair.java:30


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:43:07