Click or drag to resize
DigitalRuneEphemerisLongitude Property
Gets or sets the longitude of the world space origin (using the Geographic coordinate space).

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float Longitude { get; set; }

Property Value

Type: Single
The longitude in degrees in the range [-180, 180]. (East is positive.)
See Also