* Scale vector components by value (multiply) */
| 186 | * Scale vector components by value (multiply) |
| 187 | */ |
| 188 | RLCPP_NODISCARD Vector4 Scale(const float scale) const { return ::Vector4Scale(*this, scale); } |
| 189 | |
| 190 | /** |
| 191 | * Scale vector components by value (multiply) |
nothing calls this directly
no outgoing calls
no test coverage detected