MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Scale

Function Scale

include/Vector4.hpp:188–188  ·  view source on GitHub ↗

* Scale vector components by value (multiply) */

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected