3DDistances.cxx File Reference

#include "Math/GenVector/3DDistances.h"
#include "Math/GenVector/Rotation3D.h"
#include "Math/GenVector/AxisAngle.h"
#include "Math/GenVector/EulerAngles.h"
#include "Math/GenVector/Quaternion.h"
#include "Math/GenVector/RotationZYX.h"
#include "Math/GenVector/RotationX.h"
#include "Math/GenVector/RotationY.h"
#include "Math/GenVector/RotationZ.h"
#include <cmath>

Go to the source code of this file.

Namespaces

namespace  ROOT
namespace  ROOT::Math
namespace  ROOT::Math::gv_detail

Enumerations

enum  ROOT::Math::gv_detail::ERotation3DMatrixIndex

Functions

double ROOT::Math::gv_detail::dist (Rotation3D const &r1, Rotation3D const &r2)
double ROOT::Math::gv_detail::dist (Rotation3D const &r1, AxisAngle const &r2)
double ROOT::Math::gv_detail::dist (Rotation3D const &r1, EulerAngles const &r2)
double ROOT::Math::gv_detail::dist (Rotation3D const &r1, Quaternion const &r2)
double ROOT::Math::gv_detail::dist (Rotation3D const &r1, RotationZYX const &r2)
double ROOT::Math::gv_detail::dist (Rotation3D const &r1, RotationX const &r2)
double ROOT::Math::gv_detail::dist (Rotation3D const &r1, RotationY const &r2)
double ROOT::Math::gv_detail::dist (Rotation3D const &r1, RotationZ const &r2)
double ROOT::Math::gv_detail::dist (AxisAngle const &r1, Rotation3D const &r2)
double ROOT::Math::gv_detail::dist (AxisAngle const &r1, AxisAngle const &r2)
double ROOT::Math::gv_detail::dist (AxisAngle const &r1, EulerAngles const &r2)
double ROOT::Math::gv_detail::dist (AxisAngle const &r1, Quaternion const &r2)
double ROOT::Math::gv_detail::dist (AxisAngle const &r1, RotationZYX const &r2)
double ROOT::Math::gv_detail::dist (AxisAngle const &r1, RotationX const &r2)
double ROOT::Math::gv_detail::dist (AxisAngle const &r1, RotationY const &r2)
double ROOT::Math::gv_detail::dist (AxisAngle const &r1, RotationZ const &r2)
double ROOT::Math::gv_detail::dist (EulerAngles const &r1, Rotation3D const &r2)
double ROOT::Math::gv_detail::dist (EulerAngles const &r1, AxisAngle const &r2)
double ROOT::Math::gv_detail::dist (EulerAngles const &r1, EulerAngles const &r2)
double ROOT::Math::gv_detail::dist (EulerAngles const &r1, Quaternion const &r2)
double ROOT::Math::gv_detail::dist (EulerAngles const &r1, RotationZYX const &r2)
double ROOT::Math::gv_detail::dist (EulerAngles const &r1, RotationX const &r2)
double ROOT::Math::gv_detail::dist (EulerAngles const &r1, RotationY const &r2)
double ROOT::Math::gv_detail::dist (EulerAngles const &r1, RotationZ const &r2)
double ROOT::Math::gv_detail::dist (Quaternion const &r1, Rotation3D const &r2)
double ROOT::Math::gv_detail::dist (Quaternion const &r1, AxisAngle const &r2)
double ROOT::Math::gv_detail::dist (Quaternion const &r1, EulerAngles const &r2)
double ROOT::Math::gv_detail::dist (Quaternion const &r1, Quaternion const &r2)
double ROOT::Math::gv_detail::dist (Quaternion const &r1, RotationZYX const &r2)
double ROOT::Math::gv_detail::dist (Quaternion const &r1, RotationX const &r2)
double ROOT::Math::gv_detail::dist (Quaternion const &r1, RotationY const &r2)
double ROOT::Math::gv_detail::dist (Quaternion const &r1, RotationZ const &r2)
double ROOT::Math::gv_detail::dist (RotationZYX const &r1, Rotation3D const &r2)
double ROOT::Math::gv_detail::dist (RotationZYX const &r1, AxisAngle const &r2)
double ROOT::Math::gv_detail::dist (RotationZYX const &r1, EulerAngles const &r2)
double ROOT::Math::gv_detail::dist (RotationZYX const &r1, Quaternion const &r2)
double ROOT::Math::gv_detail::dist (RotationZYX const &r1, RotationZYX const &r2)
double ROOT::Math::gv_detail::dist (RotationZYX const &r1, RotationX const &r2)
double ROOT::Math::gv_detail::dist (RotationZYX const &r1, RotationY const &r2)
double ROOT::Math::gv_detail::dist (RotationZYX const &r1, RotationZ const &r2)
double ROOT::Math::gv_detail::dist (RotationX const &r1, Rotation3D const &r2)
double ROOT::Math::gv_detail::dist (RotationX const &r1, AxisAngle const &r2)
double ROOT::Math::gv_detail::dist (RotationX const &r1, EulerAngles const &r2)
double ROOT::Math::gv_detail::dist (RotationX const &r1, Quaternion const &r2)
double ROOT::Math::gv_detail::dist (RotationX const &from, RotationZYX const &to)
double ROOT::Math::gv_detail::dist (RotationX const &r1, RotationX const &r2)
double ROOT::Math::gv_detail::dist (RotationX const &r1, RotationY const &r2)
double ROOT::Math::gv_detail::dist (RotationX const &r1, RotationZ const &r2)
double ROOT::Math::gv_detail::dist (RotationY const &r1, Rotation3D const &r2)
double ROOT::Math::gv_detail::dist (RotationY const &r1, AxisAngle const &r2)
double ROOT::Math::gv_detail::dist (RotationY const &r1, EulerAngles const &r2)
double ROOT::Math::gv_detail::dist (RotationY const &r1, Quaternion const &r2)
double ROOT::Math::gv_detail::dist (RotationY const &from, RotationZYX const &to)
double ROOT::Math::gv_detail::dist (RotationY const &r1, RotationX const &r2)
double ROOT::Math::gv_detail::dist (RotationY const &r1, RotationY const &r2)
double ROOT::Math::gv_detail::dist (RotationY const &r1, RotationZ const &r2)
double ROOT::Math::gv_detail::dist (RotationZ const &r1, Rotation3D const &r2)
double ROOT::Math::gv_detail::dist (RotationZ const &r1, AxisAngle const &r2)
double ROOT::Math::gv_detail::dist (RotationZ const &r1, EulerAngles const &r2)
double ROOT::Math::gv_detail::dist (RotationZ const &r1, Quaternion const &r2)
double ROOT::Math::gv_detail::dist (RotationZ const &from, RotationZYX const &to)
double ROOT::Math::gv_detail::dist (RotationZ const &r1, RotationX const &r2)
double ROOT::Math::gv_detail::dist (RotationZ const &r1, RotationY const &r2)
double ROOT::Math::gv_detail::dist (RotationZ const &r1, RotationZ const &r2)


Generated on Tue Jul 5 16:06:55 2011 for ROOT_528-00b_version by  doxygen 1.5.1