Click or drag to resize
DigitalRuneEphemerisEquatorialToWorld Property
Gets the transformation matrix which converts directions from the equatorial coordinate system to the world space.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Matrix44D EquatorialToWorld { get; }

Property Value

Type: Matrix44D
The transformation matrix which converts directions from the equatorial coordinate system to the world space.
See Also