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

Function Reject

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

Source from the content-addressed store, hash-verified

228 RLCPP_NODISCARD Vector3 Project(const ::Vector3& vector3) const { return Vector3Project(*this, vector3); }
229
230 RLCPP_NODISCARD Vector3 Reject(const ::Vector3& vector3) const { return Vector3Reject(*this, vector3); }
231
232 void OrthoNormalize(::Vector3* vector3) { Vector3OrthoNormalize(this, vector3); }
233

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected