| EphemerisEquatorialToGeographic Property |
Gets the rotation matrix which converts directions from the equatorial coordinate system to
the geographic coordinate system.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Matrix33D EquatorialToGeographic { get; }
Public ReadOnly Property EquatorialToGeographic As Matrix33D
Get
public:
property Matrix33D EquatorialToGeographic {
Matrix33D get ();
}
member EquatorialToGeographic : Matrix33D with get
Property Value
Type:
Matrix33D
The rotation matrix which converts directions from the equatorial coordinate system to the
geographic coordinate system.
See Also