Uses of Class
pamMaths.PamQuaternion
Package
Description
-
Uses of PamQuaternion in difar
-
Uses of PamQuaternion in difar.trackedGroups
-
Uses of PamQuaternion in GPS
Modifier and TypeMethodDescriptionGpsData.getQuaternion()
Get the quaternion which describe the rotation of this position. -
Uses of PamQuaternion in Localiser.algorithms.genericLocaliser
Modifier and TypeFieldDescriptionChi2Bearings.rotationVector
The heading of the array at each loclaisation point.Modifier and TypeMethodDescriptionChi2Bearings.getRotationVectors()
Get the rotation of the hydrophone array for each detection.ModifierConstructorDescriptionChi2Bearings
(PamVector[] wordlVectors, PamVector[] subDetectionAngleErrors, PamVector[] subDetectionOrigins, PamQuaternion[] rotationVector) Constructor to set up the minimisation function for bearing localisationChi2Bearings
(PamVector[] wordlVectors, PamVector[] subDetectionAngleErrors, PamVector[] subDetectionOrigins, PamQuaternion[] rotationVector, int nDim) Constructor to set up the minimisation function for bearing localisation -
Uses of PamQuaternion in Localiser.detectionGroupLocaliser
Modifier and TypeMethodDescriptionGroupLocInfo.getRotationVectors()
Get the Euler angles for each detection.TMGroupLocInfo.getRotationVectors()
TMGroupLocInfo.getRotationVectors
(boolean recalc) Get the rotation vector (a quaternion) for each detectionModifier and TypeMethodDescriptionstatic PamVector[]
TMGroupLocInfo.getHeadingVectors
(PamQuaternion[] eulerAngles) Deprecated. -
Uses of PamQuaternion in pamMaths
Modifier and TypeMethodDescriptionPamQuaternion.clone()
static PamQuaternion
PamQuaternion.fromRotation
(Jama.Matrix m) static PamQuaternion
PamQuaternion.fromTransform
(Jama.Matrix t) Modifier and TypeMethodDescriptionstatic PamVector
PamVector.rotateVector
(PamVector vector, double[] origin, PamQuaternion orientation) Rotates a vector about an origin pointstatic PamVector
PamVector.rotateVector
(PamVector vector, PamQuaternion orientation) Rotates a vector by a Quaternion . -
Uses of PamQuaternion in targetMotionModule
Modifier and TypeMethodDescriptionAbstractTargetMotionInformation.getEulerAngles()
Deprecated.TargetMotionInformation.getEulerAngles()
Get the Euler angles for each detection.Modifier and TypeMethodDescriptionstatic PamVector[]
AbstractTargetMotionInformation.getHeadingVectors
(PamQuaternion[] eulerAngles) Deprecated.This is a piece of code designed to bridge the gap between using Euler angles and heading angles.