doogal.co.uk Home
Gets the y parameter of the rotation matrix used by the Helmert Transformation when converting between datums.
Namespace:
DotNetCoords.Datum
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax public double RY { get; }
Public ReadOnly Property RY As Double
Get
public:
property double RY {
double get ();
}
member RY : float with get
Property Value
Type:
DoubleThe y parameter of the rotation matrix.
See Also