convert
Converts from ENU to NED or from NED to ENU.
Parameters
input triad to be converted.
instance where result of conversion will be stored.
Converts from ENU to NED or from NED to ENU.
Parameters
x-coordinate of input triad to be converted.
y-coordinate of input triad to be converted.
z-coordinate of input triad to be converted.
instance where result of conversion will be stored.
Converts a rotation from ENU to NED or from NED to ENU, taking into account that: Renu = CONVERSION_ROTATION * Rned * CONVERSION_ROTATION And also: Rned = CONVERSION_ROTATION * Renu * CONVERSION_ROTATION
Parameters
Input quaternion to be converted.
Instance where result will be stored.
Converts an euclidean 3D transformation from ENU to NED or from NED to ENU, taking into account that: Tenu = Chom * Tned * Chom Tned = Chom * Tenu * Chom
Parameters
Input euclidean 3D transformation to be converted.
Instance where result will be stored.