Click or drag to resize

HelmertTransformationInvert Method

Forms the inverse Helmert transformation. If this transformation represents the transformation between International Terrestrial Reference Frame (ITRF) "A" and International Terrestrial Reference Frame (ITRF) "B", the result represents the transformation between ITRF "B" and ITRF "A".

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public HelmertTransformation Invert()

Return Value

Type: HelmertTransformation
The transformation between reference frame "B" and reference frame "A".
Remarks

The inverse computed by simply taking the negative of Translation, TranslationalVelocity, Scaling, ScalingRate, Rotation, and RotationalVelocity.

See Also