| 322 | |
| 323 | template <class T> |
| 324 | static Euler<T> * |
| 325 | eulerConstructor1a(const Vec3<T> &v) |
| 326 | { |
| 327 | return eulerConstructor1 (v, IMATH_NAMESPACE::Eulerf::Default); |
| 328 | } |
| 329 | |
| 330 | template <class T> |
| 331 | static Euler<T> * |
nothing calls this directly
no test coverage detected