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

Function Equals

include/Quaternion.hpp:278–280  ·  view source on GitHub ↗

* Check whether two given quaternions are almost equal */

Source from the content-addressed store, hash-verified

276 * Check whether two given quaternions are almost equal
277 */
278 RLCPP_NODISCARD bool Equals(const ::Quaternion& other) const {
279 return static_cast<bool>(::QuaternionEquals(*this, other));
280 }
281#endif
282protected:
283 void set(const ::Quaternion& quat) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected