InternationalTerrestrialReferenceFrameTransformerRotation Property |
Gets or sets the off-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: 24.2.419.0 (24.2.419.0)
Syntax public Motion<Cartesian> Rotation { get; set; }
Public Property Rotation As Motion(Of Cartesian)
Get
Set
public:
property Motion<Cartesian> Rotation {
Motion<Cartesian> get ();
void set (Motion<Cartesian> value);
}
member Rotation : Motion<Cartesian> with get, set
Property Value
Type:
MotionCartesianSee Also