| 156 | } |
| 157 | |
| 158 | XMVECTOR Float2::ToSIMD() const |
| 159 | { |
| 160 | return XMLoadFloat2(reinterpret_cast<const XMFLOAT2*>(this)); |
| 161 | } |
| 162 | |
| 163 | Float2 Float2::Clamp(const Float2& val, const Float2& min, const Float2& max) |
| 164 | { |
no outgoing calls
no test coverage detected