C# Class MARS.OXC.GlobePoint

Mostra file Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Properties

Property Type Description
Latitude float
Longitude float

Public Methods

Method Description
GlobePoint ( ) : System
GlobePoint ( float Lng, float Lat ) : System

Method Details

GlobePoint() public method

public GlobePoint ( ) : System
return System

GlobePoint() public method

public GlobePoint ( float Lng, float Lat ) : System
Lng float
Lat float
return System

Property Details

Latitude public_oe property

public float Latitude
return float

Longitude public_oe property

public float Longitude
return float