| 778 | } |
| 779 | |
| 780 | XMFLOAT4 Quaternion::ToXMFLOAT4() const |
| 781 | { |
| 782 | return XMFLOAT4(x, y, z, w); |
| 783 | } |
| 784 | |
| 785 | // == Float3x3 ==================================================================================== |
| 786 |
no outgoing calls
no test coverage detected