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

Function Subtract

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

* Subtract two vectors. */

Source from the content-addressed store, hash-verified

81 * Subtract two vectors.
82 */
83 RLCPP_NODISCARD Vector3 Subtract(const ::Vector3& vector3) const { return Vector3Subtract(*this, vector3); }
84
85 /**
86 * Subtract two vectors.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected