| 391 | |
| 392 | template <class T> |
| 393 | static Euler<T> * |
| 394 | eulerConstructor3a(const Matrix33<T> &mat) |
| 395 | { |
| 396 | return eulerConstructor3 (mat, IMATH_NAMESPACE::Eulerf::Default); |
| 397 | } |
| 398 | |
| 399 | template <class T> |
| 400 | static Euler<T> * |
nothing calls this directly
no test coverage detected