MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / equal

Function equal

src/python/PyImath/PyImathLine.cpp:414–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412
413template <class T>
414static bool
415equal(const Line3<T> &l1, const Line3<T> &l2)
416{
417 if(l1.pos == l2.pos && l1.dir == l2.dir)
418 return true;
419 else
420 return false;
421}
422
423template <class T>
424static bool

Callers 15

testFunFunction · 0.50
testV2xFunction · 0.50
testV3xFunction · 0.50
testV4xFunction · 0.50
testM44xFunction · 0.50
testQuatxFunction · 0.50
testEulerxFunction · 0.50
testPlane3xFunction · 0.50
testFrustumxFunction · 0.50
testFunFunction · 0.50
testV2xFunction · 0.50
testV3xFunction · 0.50

Calls

no outgoing calls

Tested by 15

testFunFunction · 0.40
testV2xFunction · 0.40
testV3xFunction · 0.40
testV4xFunction · 0.40
testM44xFunction · 0.40
testQuatxFunction · 0.40
testEulerxFunction · 0.40
testPlane3xFunction · 0.40
testFrustumxFunction · 0.40
testFunFunction · 0.40
testV2xFunction · 0.40
testV3xFunction · 0.40