MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / operator!=

Method operator!=

include/reactphysics3d/mathematics/Matrix2x2.h:301–303  ·  view source on GitHub ↗

Overloaded operator for the is different condition

Source from the content-addressed store, hash-verified

299
300// Overloaded operator for the is different condition
301RP3D_FORCE_INLINE bool Matrix2x2::operator!= (const Matrix2x2& matrix) const {
302 return !(*this == matrix);
303}
304
305// Overloaded operator for addition with assignment
306RP3D_FORCE_INLINE Matrix2x2& Matrix2x2::operator+=(const Matrix2x2& matrix) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected