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

Function Lerp

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

Source from the content-addressed store, hash-verified

220 RLCPP_NODISCARD float Distance(const ::Vector3& vector3) const { return Vector3Distance(*this, vector3); }
221
222 RLCPP_NODISCARD Vector3 Lerp(const ::Vector3& vector3, const float amount) const { return Vector3Lerp(*this, vector3, amount); }
223
224 RLCPP_NODISCARD Vector3 CrossProduct(const ::Vector3& vector3) const { return Vector3CrossProduct(*this, vector3); }
225

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected