Struct ZOEarthUtils.HomeGeoPoint
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Unity.ZeroSim.dll
Syntax
public struct HomeGeoPoint
Constructors
|
Improve this Doc
View Source
HomeGeoPoint(ZOEarthUtils.GeoPoint)
Declaration
public HomeGeoPoint(ZOEarthUtils.GeoPoint home_geo_point_val)
Parameters
Fields
|
Improve this Doc
View Source
cos_lat
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
home_geo_point
Declaration
public ZOEarthUtils.GeoPoint home_geo_point
Field Value
|
Improve this Doc
View Source
lat_rad
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
lon_rad
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
sin_lat
Declaration
Field Value
Type |
Description |
System.Double |
|
Methods
|
Improve this Doc
View Source
initialize(ZOEarthUtils.GeoPoint)
Declaration
public void initialize(ZOEarthUtils.GeoPoint home_geo_point_val)
Parameters