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

Method operator!=

include/reactphysics3d/mathematics/Vector3.h:265–267  ·  view source on GitHub ↗

Overloaded operator for the is different condition

Source from the content-addressed store, hash-verified

263
264// Overloaded operator for the is different condition
265RP3D_FORCE_INLINE bool Vector3::operator!= (const Vector3& vector) const {
266 return !(*this == vector);
267}
268
269// Overloaded operator for addition with assignment
270RP3D_FORCE_INLINE Vector3& Vector3::operator+=(const Vector3& vector) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected