InternationalTerrestrialReferenceFrameTransformer.Scaling Property |
Gets or sets a small number that is added to one to form the diagonal components
of the skew-symmetric rotation matrix that is used to transform between the ITRFs, and the rate at which
it changes after the
Epoch.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Motion<double> Scaling { get; set; }
Public Property Scaling As Motion(Of Double)
Get
Set
public:
property Motion<double> Scaling {
Motion<double> get ();
void set (Motion<double> value);
}
member Scaling : Motion<float> with get, set
Property Value
Type:
Motion<Double>
See Also