Click or drag to resize

HelmertTransformation Methods

The HelmertTransformation type exposes the following members.

Methods
  NameDescription
Public methodCompose
Forms a new KinematicTransformation as the composition of this transformation and the provided transformation. If this transformation represents the transformation between International Terrestrial Reference Frame (ITRF) "B" and International Terrestrial Reference Frame (ITRF) "C" and the provided transformation represents the transformation between ITRF "A" and ITRF "B", the result represents the transformation between ITRF "A" and ITRF "C".
Public methodEquals(HelmertTransformation)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvert
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".
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Public methodTransform(Cartesian)
Transforms the position observed in the A frame to the B frame.
Public methodTransform(MotionCartesian)
Transforms the motion observed in the A frame to the B frame.
Public methodTransform(MotionCartesian, Int32)
Transforms the motion observed in the A frame to the B frame.
Top
See Also