| 452 | } |
| 453 | |
| 454 | DirectX::XMVECTOR ToSIMD() const |
| 455 | { |
| 456 | return DirectX::PackedVector::XMLoadUByteN4(reinterpret_cast<const DirectX::PackedVector::XMUBYTEN4*>(this)); |
| 457 | } |
| 458 | |
| 459 | Float4 ToFloat4() const |
| 460 | { |
nothing calls this directly
no outgoing calls
no test coverage detected