Class GeoLL_F64

java.lang.Object
boofcv.struct.geo.GeoLL_F64

public class GeoLL_F64 extends Object
Geographic coordinate consisting of latitude (north-south coordinate) and longitude (west-east) .
  • Field Details

    • lat

      public double lat
      latitude
    • lon

      public double lon
      longitude
  • Constructor Details

    • GeoLL_F64

      public GeoLL_F64()
  • Method Details

    • setTo

      public void setTo(GeoLL_F64 src)
    • getLat

      public double getLat()
    • setLat

      public void setLat(double lat)
    • getLon

      public double getLon()
    • setLon

      public void setLon(double lon)