* Multiply vector by vector */
| 172 | * Multiply vector by vector |
| 173 | */ |
| 174 | Vector4 operator*(const ::Vector4& other) const { return ::Vector4Multiply(*this, other); } |
| 175 | |
| 176 | /** |
| 177 | * Multiply vector by vector |
nothing calls this directly
no outgoing calls
no test coverage detected