| 469 | |
| 470 | template <class T> |
| 471 | static Euler<T> * |
| 472 | eulerConstructor7a(const Quat<T> &quat) |
| 473 | { |
| 474 | return eulerConstructor7(quat, IMATH_NAMESPACE::Eulerf::Default); |
| 475 | } |
| 476 | |
| 477 | template <class T> |
| 478 | static Euler<T> * |
nothing calls this directly
no test coverage detected