| 664 | // == Quaternion ================================================================================== |
| 665 | |
| 666 | Quaternion::Quaternion() |
| 667 | { |
| 668 | *this = Quaternion::Identity(); |
| 669 | } |
| 670 | |
| 671 | Quaternion::Quaternion(float x_, float y_, float z_, float w_) |
| 672 | { |
nothing calls this directly
no test coverage detected