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

Function Scale

include/Vector3.hpp:148–148  ·  view source on GitHub ↗

* Multiply vector by scalar */

Source from the content-addressed store, hash-verified

146 * Multiply vector by scalar
147 */
148 RLCPP_NODISCARD Vector3 Scale(const float scaler) const { return Vector3Scale(*this, scaler); }
149
150 /**
151 * Multiply vector by scalar

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected