InternationalTerrestrialReferenceFrameTransformer.Translation Property |
Gets or sets the constant position offset between the two 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<Cartesian> Translation { get; set; }
Public Property Translation As Motion(Of Cartesian)
Get
Set
public:
property Motion<Cartesian> Translation {
Motion<Cartesian> get ();
void set (Motion<Cartesian> value);
}
member Translation : Motion<Cartesian> with get, set
Property Value
Type:
Motion<Cartesian>
See Also