Package boofcv.struct.geo
Class GeoLL_F64
java.lang.Object
boofcv.struct.geo.GeoLL_F64
Geographic coordinate consisting of latitude (north-south coordinate) and longitude (west-east) .
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
lat
public double latlatitude -
lon
public double lonlongitude
-
-
Constructor Details
-
GeoLL_F64
public GeoLL_F64()
-
-
Method Details
-
setTo
-
getLat
public double getLat() -
setLat
public void setLat(double lat) -
getLon
public double getLon() -
setLon
public void setLon(double lon)
-