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

Function Scale

include/Vector2.hpp:166–166  ·  view source on GitHub ↗

* Scale vector (multiply by value) */

Source from the content-addressed store, hash-verified

164 * Scale vector (multiply by value)
165 */
166 RLCPP_NODISCARD Vector2 Scale(const float scale) const { return Vector2Scale(*this, scale); }
167
168 /**
169 * Scale vector (multiply by value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected