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

Method operator!=

include/reactphysics3d/mathematics/Vector2.h:237–239  ·  view source on GitHub ↗

Overloaded operator for the is different condition

Source from the content-addressed store, hash-verified

235
236// Overloaded operator for the is different condition
237RP3D_FORCE_INLINE bool Vector2::operator!= (const Vector2& vector) const {
238 return !(*this == vector);
239}
240
241// Overloaded operator for addition with assignment
242RP3D_FORCE_INLINE Vector2& Vector2::operator+=(const Vector2& vector) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected