ENUto NEDConverter
Converts between ENU (East, North, Up) coordinates system and NED (North, East, Down). It must be noticed that Android uses ENU coordinates system for its sensors. ENU is a RHS (Right Handed System) that matches the coordinate system used by OpenGL tod display 3D scenes. This converter can be used to convert from ENU to NED and conversely from NED to ENU.
Properties
Obtains a rotation to convert from ENU to NED and from NED to ENU coordinate systems.
Obtains a matrix to convert from ENU to NED and from NED to ENU coordinate systems.
Obtains jacobian resulting from ENU to NED quaternion conversion.
Functions
Obtains a rotation to convert from ENU to NED and from NED to ENU coordinate systems.
Obtains a matrix to convert from ENU to NED and from NED to ENU coordinate systems.
Converts from ENU to NED or from NED to ENU.
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
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
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
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
Converts provided acceleration triad from ENU to NED or from NED to ENU.
Converts provided angular speed triad from ENU to NED or from NED to ENU.
Converts provided magnetic flux density triad from ENU to NED or from NED to ENU.
Converts 3D inhomogeneous point from ENU to NED or from NED to ENU.
Converts 3D inhomogeneous point from ENU to NED or from NED to ENU.
Computes jacobian resulting from ENU to NED quaternion conversion.