* Multiply vector by vector */
| 167 | * Multiply vector by vector |
| 168 | */ |
| 169 | RLCPP_NODISCARD Vector4 Multiply(const ::Vector4& other) const { return ::Vector4Multiply(*this, other); } |
| 170 | |
| 171 | /** |
| 172 | * Multiply vector by vector |
nothing calls this directly
no outgoing calls
no test coverage detected