| 414 | |
| 415 | template <class T> |
| 416 | static Euler<T> * |
| 417 | eulerConstructor4a(const Matrix44<T> &mat) |
| 418 | { |
| 419 | return eulerConstructor4 (mat, IMATH_NAMESPACE::Eulerf::Default); |
| 420 | } |
| 421 | |
| 422 | template <class T> |
| 423 | static Euler<T> * |
nothing calls this directly
no test coverage detected