MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / operator !=

Function operator !=

TSConformal2D.h:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 /// \related RoundPoint2D
181
182 inline bool operator !=(const RoundPoint2D& a, const RoundPoint2D& b)
183 {
184 return ((a.x != b.x) || (a.y != b.y) || (a.z != b.z) || (a.w != b.w));
185 }
186
187
188 // ==============================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected