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

Function Subtract

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

* Subtract two vectors. */

Source from the content-addressed store, hash-verified

113 * Subtract two vectors.
114 */
115 RLCPP_NODISCARD Vector4 Subtract(const ::Vector4& vector4) const { return ::Vector4Subtract(*this, vector4); }
116
117 /**
118 * Subtract two vectors.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected