Classes | |
| struct | ERROR_This_Rotation_Conversion_is_NOT_Supported |
Enumerations | |
| enum | ERotation3DMatrixIndex { kXX = Rotation3D::kXX , kXY = Rotation3D::kXY , kXZ = Rotation3D::kXZ , kYX = Rotation3D::kYX , kYY = Rotation3D::kYY , kYZ = Rotation3D::kYZ , kZX = Rotation3D::kZX , kZY = Rotation3D::kZY , kZZ = Rotation3D::kZZ } |
| Enumerator | |
|---|---|
| kXX | |
| kXY | |
| kXZ | |
| kYX | |
| kYY | |
| kYZ | |
| kZX | |
| kZY | |
| kZZ | |
Definition at line 45 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | AxisAngle const & | from, |
| EulerAngles & | to ) |
Definition at line 383 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | AxisAngle const & | from, |
| Quaternion & | to ) |
Definition at line 393 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | AxisAngle const & | from, |
| Rotation3D & | to ) |
Definition at line 353 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | AxisAngle const & | from, |
| RotationZYX & | to ) |
Definition at line 407 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | EulerAngles const & | from, |
| AxisAngle & | to ) |
Definition at line 438 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | EulerAngles const & | from, |
| Quaternion & | to ) |
Definition at line 447 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | EulerAngles const & | from, |
| Rotation3D & | to ) |
Definition at line 420 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | EulerAngles const & | from, |
| RotationZYX & | to ) |
Definition at line 465 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | Quaternion const & | from, |
| AxisAngle & | to ) |
Definition at line 504 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | Quaternion const & | from, |
| EulerAngles & | to ) |
Definition at line 524 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | Quaternion const & | from, |
| Rotation3D & | to ) |
Definition at line 478 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | Quaternion const & | from, |
| RotationZYX & | to ) |
Definition at line 535 of file 3DConversions.cxx.
Definition at line 41 of file 3DConversions.h.
| void ROOT::Math::gv_detail::convert | ( | Rotation3D const & | from, |
| AxisAngle & | to ) |
conversion functions from 3D rotation.
Definition at line 53 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | Rotation3D const & | from, |
| EulerAngles & | to ) |
Definition at line 112 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | Rotation3D const & | from, |
| Quaternion & | to ) |
conversion from Rotation3D to Quaternion
Definition at line 201 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | Rotation3D const & | from, |
| RotationZYX & | to ) |
conversion from Rotation3D to RotationZYX same Math used as for EulerAngles apart from some different meaning of angles and matrix elements.
Definition at line 258 of file 3DConversions.cxx.
Definition at line 611 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | RotationX const & | from, |
| EulerAngles & | to ) |
Definition at line 619 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | RotationX const & | from, |
| Quaternion & | to ) |
Definition at line 629 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | RotationX const & | from, |
| Rotation3D & | to ) |
Definition at line 600 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | RotationX const & | from, |
| RotationZYX & | to ) |
Definition at line 636 of file 3DConversions.cxx.
Definition at line 657 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | RotationY const & | from, |
| EulerAngles & | to ) |
Definition at line 665 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | RotationY const & | from, |
| Quaternion & | to ) |
Definition at line 682 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | RotationY const & | from, |
| Rotation3D & | to ) |
Definition at line 646 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | RotationY const & | from, |
| RotationZYX & | to ) |
Definition at line 675 of file 3DConversions.cxx.
Definition at line 705 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | RotationZ const & | from, |
| EulerAngles & | to ) |
Definition at line 713 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | RotationZ const & | from, |
| Quaternion & | to ) |
Definition at line 729 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | RotationZ const & | from, |
| Rotation3D & | to ) |
Definition at line 694 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | RotationZ const & | from, |
| RotationZYX & | to ) |
Definition at line 723 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | RotationZYX const & | from, |
| AxisAngle & | to ) |
Definition at line 565 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | RotationZYX const & | from, |
| EulerAngles & | to ) |
Definition at line 572 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | RotationZYX const & | from, |
| Quaternion & | to ) |
Definition at line 579 of file 3DConversions.cxx.
| void ROOT::Math::gv_detail::convert | ( | RotationZYX const & | from, |
| Rotation3D & | to ) |
Definition at line 546 of file 3DConversions.cxx.
Definition at line 98 of file 3DConversions.cxx.
Definition at line 81 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | AxisAngle const & | r1, |
| EulerAngles const & | r2 ) |
Definition at line 86 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | AxisAngle const & | r1, |
| Quaternion const & | r2 ) |
Definition at line 89 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | AxisAngle const & | r1, |
| Rotation3D const & | r2 ) |
Definition at line 78 of file 3DDistances.cxx.
Definition at line 97 of file 3DDistances.cxx.
Definition at line 102 of file 3DDistances.cxx.
Definition at line 107 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | AxisAngle const & | r1, |
| RotationZYX const & | r2 ) |
Definition at line 92 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | EulerAngles const & | r1, |
| AxisAngle const & | r2 ) |
Definition at line 120 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | EulerAngles const & | r1, |
| EulerAngles const & | r2 ) |
Definition at line 123 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | EulerAngles const & | r1, |
| Quaternion const & | r2 ) |
Definition at line 128 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | EulerAngles const & | r1, |
| Rotation3D const & | r2 ) |
Definition at line 117 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | EulerAngles const & | r1, |
| RotationX const & | r2 ) |
Definition at line 136 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | EulerAngles const & | r1, |
| RotationY const & | r2 ) |
Definition at line 141 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | EulerAngles const & | r1, |
| RotationZ const & | r2 ) |
Definition at line 146 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | EulerAngles const & | r1, |
| RotationZYX const & | r2 ) |
Definition at line 131 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | Quaternion const & | r1, |
| AxisAngle const & | r2 ) |
Definition at line 159 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | Quaternion const & | r1, |
| EulerAngles const & | r2 ) |
Definition at line 162 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | Quaternion const & | r1, |
| Quaternion const & | r2 ) |
Definition at line 165 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | Quaternion const & | r1, |
| Rotation3D const & | r2 ) |
Definition at line 156 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | Quaternion const & | r1, |
| RotationX const & | r2 ) |
Definition at line 171 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | Quaternion const & | r1, |
| RotationY const & | r2 ) |
Definition at line 176 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | Quaternion const & | r1, |
| RotationZ const & | r2 ) |
Definition at line 181 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | Quaternion const & | r1, |
| RotationZYX const & | r2 ) |
Definition at line 168 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | Rotation3D const & | r1, |
| AxisAngle const & | r2 ) |
Definition at line 45 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | Rotation3D const & | r1, |
| EulerAngles const & | r2 ) |
Definition at line 48 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | Rotation3D const & | r1, |
| Quaternion const & | r2 ) |
Definition at line 51 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | Rotation3D const & | r1, |
| Rotation3D const & | r2 ) |
Definition at line 40 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | Rotation3D const & | r1, |
| RotationX const & | r2 ) |
Definition at line 58 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | Rotation3D const & | r1, |
| RotationY const & | r2 ) |
Definition at line 63 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | Rotation3D const & | r1, |
| RotationZ const & | r2 ) |
Definition at line 68 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | Rotation3D const & | r1, |
| RotationZYX const & | r2 ) |
Definition at line 54 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationX const & | from, |
| RotationZYX const & | to ) |
Definition at line 238 of file 3DDistances.cxx.
Definition at line 229 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationX const & | r1, |
| EulerAngles const & | r2 ) |
Definition at line 232 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationX const & | r1, |
| Quaternion const & | r2 ) |
Definition at line 235 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationX const & | r1, |
| Rotation3D const & | r2 ) |
Definition at line 226 of file 3DDistances.cxx.
Definition at line 243 of file 3DDistances.cxx.
Definition at line 248 of file 3DDistances.cxx.
Definition at line 253 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationY const & | from, |
| RotationZYX const & | to ) |
Definition at line 275 of file 3DDistances.cxx.
Definition at line 266 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationY const & | r1, |
| EulerAngles const & | r2 ) |
Definition at line 269 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationY const & | r1, |
| Quaternion const & | r2 ) |
Definition at line 272 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationY const & | r1, |
| Rotation3D const & | r2 ) |
Definition at line 263 of file 3DDistances.cxx.
Definition at line 280 of file 3DDistances.cxx.
Definition at line 285 of file 3DDistances.cxx.
Definition at line 290 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationZ const & | from, |
| RotationZYX const & | to ) |
Definition at line 312 of file 3DDistances.cxx.
Definition at line 303 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationZ const & | r1, |
| EulerAngles const & | r2 ) |
Definition at line 306 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationZ const & | r1, |
| Quaternion const & | r2 ) |
Definition at line 309 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationZ const & | r1, |
| Rotation3D const & | r2 ) |
Definition at line 300 of file 3DDistances.cxx.
Definition at line 317 of file 3DDistances.cxx.
Definition at line 322 of file 3DDistances.cxx.
Definition at line 327 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationZYX const & | r1, |
| AxisAngle const & | r2 ) |
Definition at line 192 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationZYX const & | r1, |
| EulerAngles const & | r2 ) |
Definition at line 195 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationZYX const & | r1, |
| Quaternion const & | r2 ) |
Definition at line 198 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationZYX const & | r1, |
| Rotation3D const & | r2 ) |
Definition at line 189 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationZYX const & | r1, |
| RotationX const & | r2 ) |
Definition at line 206 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationZYX const & | r1, |
| RotationY const & | r2 ) |
Definition at line 211 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationZYX const & | r1, |
| RotationZ const & | r2 ) |
Definition at line 216 of file 3DDistances.cxx.
| double ROOT::Math::gv_detail::dist | ( | RotationZYX const & | r1, |
| RotationZYX const & | r2 ) |
Definition at line 201 of file 3DDistances.cxx.