Class GeoLL_F32

java.lang.Object
boofcv.struct.geo.GeoLL_F32

@Generated("boofcv.struct.geo.GeoLL_F64") public class GeoLL_F32 extends Object
Geographic coordinate consisting of latitude (north-south coordinate) and longitude (west-east) .
  • Field Details

    • lat

      public float lat
      latitude
    • lon

      public float lon
      longitude
  • Constructor Details

    • GeoLL_F32

      public GeoLL_F32()
  • Method Details

    • setTo

      public void setTo(GeoLL_F32 src)
    • getLat

      public float getLat()
    • setLat

      public void setLat(float lat)
    • getLon

      public float getLon()
    • setLon

      public void setLon(float lon)