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 48 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | AxisAngle const & | from, |
| EulerAngles & | to ) |
Definition at line 416 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | AxisAngle const & | from, |
| Quaternion & | to ) |
Definition at line 426 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | AxisAngle const & | from, |
| Rotation3D & | to ) |
Definition at line 386 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | AxisAngle const & | from, |
| RotationZYX & | to ) |
Definition at line 436 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | EulerAngles const & | from, |
| AxisAngle & | to ) |
Definition at line 464 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | EulerAngles const & | from, |
| Quaternion & | to ) |
Definition at line 473 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | EulerAngles const & | from, |
| Rotation3D & | to ) |
Definition at line 448 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | EulerAngles const & | from, |
| RotationZYX & | to ) |
Definition at line 491 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | Quaternion const & | from, |
| AxisAngle & | to ) |
Definition at line 527 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | Quaternion const & | from, |
| EulerAngles & | to ) |
Definition at line 547 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | Quaternion const & | from, |
| Rotation3D & | to ) |
Definition at line 503 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | Quaternion const & | from, |
| RotationZYX & | to ) |
Definition at line 558 of file 3DConversions.cxx.
Definition at line 43 of file 3DConversions.h.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | Rotation3D const & | from, |
| AxisAngle & | to ) |
conversion functions from 3D rotation.
Definition at line 62 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | Rotation3D const & | from, |
| EulerAngles & | to ) |
Definition at line 120 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | Rotation3D const & | from, |
| Quaternion & | to ) |
conversion from Rotation3D to Quaternion
Definition at line 221 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::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 278 of file 3DConversions.cxx.
Definition at line 628 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | RotationX const & | from, |
| EulerAngles & | to ) |
Definition at line 636 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | RotationX const & | from, |
| Quaternion & | to ) |
Definition at line 646 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | RotationX const & | from, |
| Rotation3D & | to ) |
Definition at line 619 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | RotationX const & | from, |
| RotationZYX & | to ) |
Definition at line 653 of file 3DConversions.cxx.
Definition at line 671 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | RotationY const & | from, |
| EulerAngles & | to ) |
Definition at line 679 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | RotationY const & | from, |
| Quaternion & | to ) |
Definition at line 695 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | RotationY const & | from, |
| Rotation3D & | to ) |
Definition at line 662 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | RotationY const & | from, |
| RotationZYX & | to ) |
Definition at line 689 of file 3DConversions.cxx.
Definition at line 714 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | RotationZ const & | from, |
| EulerAngles & | to ) |
Definition at line 722 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | RotationZ const & | from, |
| Quaternion & | to ) |
Definition at line 738 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | RotationZ const & | from, |
| Rotation3D & | to ) |
Definition at line 705 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | RotationZ const & | from, |
| RotationZYX & | to ) |
Definition at line 732 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | RotationZYX const & | from, |
| AxisAngle & | to ) |
Definition at line 584 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | RotationZYX const & | from, |
| EulerAngles & | to ) |
Definition at line 592 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | RotationZYX const & | from, |
| Quaternion & | to ) |
Definition at line 600 of file 3DConversions.cxx.
| void ROOT::ROOT_MATH_ARCH::gv_detail::convert | ( | RotationZYX const & | from, |
| Rotation3D & | to ) |
Definition at line 569 of file 3DConversions.cxx.
Definition at line 105 of file 3DConversions.cxx.
Definition at line 89 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | AxisAngle const & | r1, |
| EulerAngles const & | r2 ) |
Definition at line 94 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | AxisAngle const & | r1, |
| Quaternion const & | r2 ) |
Definition at line 99 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | AxisAngle const & | r1, |
| Rotation3D const & | r2 ) |
Definition at line 84 of file 3DDistances.cxx.
Definition at line 109 of file 3DDistances.cxx.
Definition at line 114 of file 3DDistances.cxx.
Definition at line 119 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | AxisAngle const & | r1, |
| RotationZYX const & | r2 ) |
Definition at line 104 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | EulerAngles const & | r1, |
| AxisAngle const & | r2 ) |
Definition at line 132 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | EulerAngles const & | r1, |
| EulerAngles const & | r2 ) |
Definition at line 137 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | EulerAngles const & | r1, |
| Quaternion const & | r2 ) |
Definition at line 142 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | EulerAngles const & | r1, |
| Rotation3D const & | r2 ) |
Definition at line 127 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | EulerAngles const & | r1, |
| RotationX const & | r2 ) |
Definition at line 152 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | EulerAngles const & | r1, |
| RotationY const & | r2 ) |
Definition at line 157 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | EulerAngles const & | r1, |
| RotationZ const & | r2 ) |
Definition at line 162 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | EulerAngles const & | r1, |
| RotationZYX const & | r2 ) |
Definition at line 147 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | Quaternion const & | r1, |
| AxisAngle const & | r2 ) |
Definition at line 175 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | Quaternion const & | r1, |
| EulerAngles const & | r2 ) |
Definition at line 180 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | Quaternion const & | r1, |
| Quaternion const & | r2 ) |
Definition at line 185 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | Quaternion const & | r1, |
| Rotation3D const & | r2 ) |
Definition at line 170 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | Quaternion const & | r1, |
| RotationX const & | r2 ) |
Definition at line 195 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | Quaternion const & | r1, |
| RotationY const & | r2 ) |
Definition at line 200 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | Quaternion const & | r1, |
| RotationZ const & | r2 ) |
Definition at line 205 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | Quaternion const & | r1, |
| RotationZYX const & | r2 ) |
Definition at line 190 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | Rotation3D const & | r1, |
| AxisAngle const & | r2 ) |
Definition at line 47 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | Rotation3D const & | r1, |
| EulerAngles const & | r2 ) |
Definition at line 52 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | Rotation3D const & | r1, |
| Quaternion const & | r2 ) |
Definition at line 57 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | Rotation3D const & | r1, |
| Rotation3D const & | r2 ) |
Definition at line 42 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | Rotation3D const & | r1, |
| RotationX const & | r2 ) |
Definition at line 66 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | Rotation3D const & | r1, |
| RotationY const & | r2 ) |
Definition at line 71 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | Rotation3D const & | r1, |
| RotationZ const & | r2 ) |
Definition at line 76 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | Rotation3D const & | r1, |
| RotationZYX const & | r2 ) |
Definition at line 62 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationX const & | from, |
| RotationZYX const & | to ) |
Definition at line 276 of file 3DDistances.cxx.
Definition at line 261 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationX const & | r1, |
| EulerAngles const & | r2 ) |
Definition at line 266 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationX const & | r1, |
| Quaternion const & | r2 ) |
Definition at line 271 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationX const & | r1, |
| Rotation3D const & | r2 ) |
Definition at line 256 of file 3DDistances.cxx.
Definition at line 281 of file 3DDistances.cxx.
Definition at line 286 of file 3DDistances.cxx.
Definition at line 291 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationY const & | from, |
| RotationZYX const & | to ) |
Definition at line 319 of file 3DDistances.cxx.
Definition at line 304 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationY const & | r1, |
| EulerAngles const & | r2 ) |
Definition at line 309 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationY const & | r1, |
| Quaternion const & | r2 ) |
Definition at line 314 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationY const & | r1, |
| Rotation3D const & | r2 ) |
Definition at line 299 of file 3DDistances.cxx.
Definition at line 324 of file 3DDistances.cxx.
Definition at line 329 of file 3DDistances.cxx.
Definition at line 334 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationZ const & | from, |
| RotationZYX const & | to ) |
Definition at line 362 of file 3DDistances.cxx.
Definition at line 347 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationZ const & | r1, |
| EulerAngles const & | r2 ) |
Definition at line 352 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationZ const & | r1, |
| Quaternion const & | r2 ) |
Definition at line 357 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationZ const & | r1, |
| Rotation3D const & | r2 ) |
Definition at line 342 of file 3DDistances.cxx.
Definition at line 367 of file 3DDistances.cxx.
Definition at line 372 of file 3DDistances.cxx.
Definition at line 377 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationZYX const & | r1, |
| AxisAngle const & | r2 ) |
Definition at line 218 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationZYX const & | r1, |
| EulerAngles const & | r2 ) |
Definition at line 223 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationZYX const & | r1, |
| Quaternion const & | r2 ) |
Definition at line 228 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationZYX const & | r1, |
| Rotation3D const & | r2 ) |
Definition at line 213 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationZYX const & | r1, |
| RotationX const & | r2 ) |
Definition at line 238 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationZYX const & | r1, |
| RotationY const & | r2 ) |
Definition at line 243 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationZYX const & | r1, |
| RotationZ const & | r2 ) |
Definition at line 248 of file 3DDistances.cxx.
| double ROOT::ROOT_MATH_ARCH::gv_detail::dist | ( | RotationZYX const & | r1, |
| RotationZYX const & | r2 ) |
Definition at line 233 of file 3DDistances.cxx.