| 409 | } |
| 410 | |
| 411 | DirectX::XMVECTOR ToSIMD() const |
| 412 | { |
| 413 | return DirectX::PackedVector::XMLoadHalf4(reinterpret_cast<const DirectX::PackedVector::XMHALF4*>(this)); |
| 414 | } |
| 415 | |
| 416 | Float3 ToFloat3() const |
| 417 | { |
nothing calls this directly
no outgoing calls
no test coverage detected