logic: fixed recording type of rvalue reference as "&&" instead of "&"

This commit is contained in:
mlangkabel
2017-10-12 13:10:12 +02:00
parent b5ff43a821
commit 91fc0f4148
37 changed files with 569 additions and 561 deletions
@@ -83,8 +83,8 @@ REFERENCE_CALL void b3DbvtNodeEnumerator::Process(const b3DbvtNode *) -> void b3
REFERENCE_USAGE void b3DbvtNodeEnumerator::Process(const b3DbvtNode *) -> b3ConstNodeArray b3DbvtNodeEnumerator::nodes [b3DynamicBvh.cpp <27:38 27:42>]
LOCAL_SYMBOL: b3DynamicBvh.cpp<27:33> [b3DynamicBvh.cpp <27:54 27:54>]
SYMBOL_METHOD public void b3DbvtNodeEnumerator::b3DbvtNodeEnumerator(const b3DbvtNodeEnumerator &) [b3DynamicBvh.cpp <24:8 24:27>]
SYMBOL_METHOD public void b3DbvtNodeEnumerator::b3DbvtNodeEnumerator(b3DbvtNodeEnumerator &) [b3DynamicBvh.cpp <24:8 24:27>]
SYMBOL_METHOD public b3DbvtNodeEnumerator & b3DbvtNodeEnumerator::operator=(b3DbvtNodeEnumerator &) [b3DynamicBvh.cpp <24:8 24:27>]
SYMBOL_METHOD public void b3DbvtNodeEnumerator::b3DbvtNodeEnumerator(b3DbvtNodeEnumerator &&) [b3DynamicBvh.cpp <24:8 24:27>]
SYMBOL_METHOD public b3DbvtNodeEnumerator & b3DbvtNodeEnumerator::operator=(b3DbvtNodeEnumerator &&) [b3DynamicBvh.cpp <24:8 24:27>]
SYMBOL_METHOD public void b3DbvtNodeEnumerator::~b3DbvtNodeEnumerator() [b3DynamicBvh.cpp <24:8 <24:8 24:27> 24:27>]
SYMBOL_METHOD public void b3DbvtNodeEnumerator::b3DbvtNodeEnumerator() [b3DynamicBvh.cpp <24:8 <24:8 24:27> 24:27>]
SYMBOL_FUNCTION void b3DynamicBvh::ICollide::ICollide()
@@ -211,7 +211,7 @@ LOCAL_SYMBOL: b3DynamicBvhBroadphase.cpp<112:33> [b3DynamicBvhBroadphase.cpp <11
REFERENCE_USAGE void b3DbvtTreeCollider::Process(const b3DbvtNode *) -> b3DbvtNode * b3DbvtProxy::leaf [b3DynamicBvhBroadphase.cpp <114:20 114:23>]
REFERENCE_USAGE void b3DbvtTreeCollider::Process(const b3DbvtNode *) -> b3DbvtProxy * b3DbvtTreeCollider::proxy [b3DynamicBvhBroadphase.cpp <114:13 114:17>]
SYMBOL_METHOD public void b3DbvtTreeCollider::b3DbvtTreeCollider(const b3DbvtTreeCollider &) [b3DynamicBvhBroadphase.cpp <93:8 93:25>]
SYMBOL_METHOD public void b3DbvtTreeCollider::b3DbvtTreeCollider(b3DbvtTreeCollider &) [b3DynamicBvhBroadphase.cpp <93:8 93:25>]
SYMBOL_METHOD public void b3DbvtTreeCollider::b3DbvtTreeCollider(b3DbvtTreeCollider &&) [b3DynamicBvhBroadphase.cpp <93:8 93:25>]
SYMBOL_METHOD public void b3DynamicBvhBroadphase::b3DynamicBvhBroadphase(int, b3OverlappingPairCache *) [b3DynamicBvhBroadphase.cpp <123:1 <123:25 123:46> 150:1>]
SYMBOL_STRUCT b3DynamicBvhBroadphase
QUALIFIER: b3DynamicBvhBroadphase [b3DynamicBvhBroadphase.cpp <123:1 123:22>]
@@ -432,7 +432,7 @@ REFERENCE_CALL void BroadphaseRayTester::Process(const b3DbvtNode *) -> bool b3B
REFERENCE_USAGE void BroadphaseRayTester::Process(const b3DbvtNode *) -> b3BroadphaseRayCallback & BroadphaseRayTester::m_rayCallback [b3DynamicBvhBroadphase.cpp <233:3 233:15>]
LOCAL_SYMBOL: b3DynamicBvhBroadphase.cpp<232:16> [b3DynamicBvhBroadphase.cpp <233:25 233:29>]
SYMBOL_METHOD public void BroadphaseRayTester::BroadphaseRayTester(const BroadphaseRayTester &) [b3DynamicBvhBroadphase.cpp <223:8 223:26>]
SYMBOL_METHOD public void BroadphaseRayTester::BroadphaseRayTester(BroadphaseRayTester &) [b3DynamicBvhBroadphase.cpp <223:8 223:26>]
SYMBOL_METHOD public void BroadphaseRayTester::BroadphaseRayTester(BroadphaseRayTester &&) [b3DynamicBvhBroadphase.cpp <223:8 223:26>]
SYMBOL_METHOD public void b3DynamicBvhBroadphase::rayTest(const b3Vector3 &, const b3Vector3 &, b3BroadphaseRayCallback &, const b3Vector3 &, const b3Vector3 &) [b3DynamicBvhBroadphase.cpp <237:1 <237:30 237:36> 261:1>]
QUALIFIER: b3DynamicBvhBroadphase [b3DynamicBvhBroadphase.cpp <237:6 237:27>]
REFERENCE_TYPE_USAGE void b3DynamicBvhBroadphase::rayTest(const b3Vector3 &, const b3Vector3 &, b3BroadphaseRayCallback &, const b3Vector3 &, const b3Vector3 &) -> void [b3DynamicBvhBroadphase.cpp <237:1 237:4>]
@@ -507,7 +507,7 @@ REFERENCE_CALL void BroadphaseAabbTester::Process(const b3DbvtNode *) -> bool b3
REFERENCE_USAGE void BroadphaseAabbTester::Process(const b3DbvtNode *) -> b3BroadphaseAabbCallback & BroadphaseAabbTester::m_aabbCallback [b3DynamicBvhBroadphase.cpp <274:3 274:16>]
LOCAL_SYMBOL: b3DynamicBvhBroadphase.cpp<273:16> [b3DynamicBvhBroadphase.cpp <274:26 274:30>]
SYMBOL_METHOD public void BroadphaseAabbTester::BroadphaseAabbTester(const BroadphaseAabbTester &) [b3DynamicBvhBroadphase.cpp <264:8 264:27>]
SYMBOL_METHOD public void BroadphaseAabbTester::BroadphaseAabbTester(BroadphaseAabbTester &) [b3DynamicBvhBroadphase.cpp <264:8 264:27>]
SYMBOL_METHOD public void BroadphaseAabbTester::BroadphaseAabbTester(BroadphaseAabbTester &&) [b3DynamicBvhBroadphase.cpp <264:8 264:27>]
SYMBOL_METHOD public void b3DynamicBvhBroadphase::aabbTest(const b3Vector3 &, const b3Vector3 &, b3BroadphaseAabbCallback &) [b3DynamicBvhBroadphase.cpp <278:1 <278:30 278:37> 287:1>]
QUALIFIER: b3DynamicBvhBroadphase [b3DynamicBvhBroadphase.cpp <278:6 278:27>]
REFERENCE_TYPE_USAGE void b3DynamicBvhBroadphase::aabbTest(const b3Vector3 &, const b3Vector3 &, b3BroadphaseAabbCallback &) -> void [b3DynamicBvhBroadphase.cpp <278:1 278:4>]
@@ -1110,8 +1110,8 @@ LOCAL_SYMBOL: b3DynamicBvhBroadphase.cpp<626:39> [b3DynamicBvhBroadphase.cpp <63
REFERENCE_USAGE void b3DynamicBvhBroadphase::getBroadphaseAabb(b3Vector3 &, b3Vector3 &) const -> b3DbvtVolume b3DbvtNode::volume [b3DynamicBvhBroadphase.cpp <633:55 633:60>]
REFERENCE_USAGE void b3DynamicBvhBroadphase::getBroadphaseAabb(b3Vector3 &, b3Vector3 &) const -> b3DbvtNode * b3DynamicBvh::m_root [b3DynamicBvhBroadphase.cpp <633:47 633:52>]
REFERENCE_USAGE void b3DynamicBvhBroadphase::getBroadphaseAabb(b3Vector3 &, b3Vector3 &) const -> b3DynamicBvh [] b3DynamicBvhBroadphase::m_sets [b3DynamicBvhBroadphase.cpp <633:37 633:42>]
SYMBOL_FUNCTION b3DbvtAabbMm & b3DbvtAabbMm::operator=(b3DbvtAabbMm &)
REFERENCE_CALL void b3DynamicBvhBroadphase::getBroadphaseAabb(b3Vector3 &, b3Vector3 &) const -> b3DbvtAabbMm & b3DbvtAabbMm::operator=(b3DbvtAabbMm &) [b3DynamicBvhBroadphase.cpp <635:9 635:9>]
SYMBOL_FUNCTION b3DbvtAabbMm & b3DbvtAabbMm::operator=(b3DbvtAabbMm &&)
REFERENCE_CALL void b3DynamicBvhBroadphase::getBroadphaseAabb(b3Vector3 &, b3Vector3 &) const -> b3DbvtAabbMm & b3DbvtAabbMm::operator=(b3DbvtAabbMm &&) [b3DynamicBvhBroadphase.cpp <635:9 635:9>]
LOCAL_SYMBOL: b3DynamicBvhBroadphase.cpp<626:39> [b3DynamicBvhBroadphase.cpp <635:3 635:8>]
SYMBOL_FUNCTION static b3DbvtAabbMm b3DbvtAabbMm::FromCR(const b3Vector3 &, b3Scalar)
REFERENCE_CALL void b3DynamicBvhBroadphase::getBroadphaseAabb(b3Vector3 &, b3Vector3 &) const -> static b3DbvtAabbMm b3DbvtAabbMm::FromCR(const b3Vector3 &, b3Scalar) [b3DynamicBvhBroadphase.cpp <635:24 635:29>]
@@ -157,9 +157,9 @@ REFERENCE_USAGE bool b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPai
LOCAL_SYMBOL: b3OverlappingPairCache.cpp<85:49> [b3OverlappingPairCache.cpp <90:39 90:42>]
REFERENCE_USAGE bool b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::processOverlap(b3BroadphasePair &) -> b3Dispatcher * b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::m_dispatcher [b3OverlappingPairCache.cpp <90:44 90:55>]
SYMBOL_METHOD public void b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::CleanPairCallback(const b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback &) [b3OverlappingPairCache.cpp <72:8 72:24>]
SYMBOL_METHOD public void b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::CleanPairCallback(b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback &) [b3OverlappingPairCache.cpp <72:8 72:24>]
SYMBOL_METHOD public void b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::CleanPairCallback(b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback &&) [b3OverlappingPairCache.cpp <72:8 72:24>]
SYMBOL_METHOD public b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback & b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::operator=(const b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback &) [b3OverlappingPairCache.cpp <72:8 72:24>]
SYMBOL_METHOD public b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback & b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::operator=(b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback &) [b3OverlappingPairCache.cpp <72:8 72:24>]
SYMBOL_METHOD public b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback & b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::operator=(b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback &&) [b3OverlappingPairCache.cpp <72:8 72:24>]
SYMBOL_METHOD public void b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::~CleanPairCallback() [b3OverlappingPairCache.cpp <72:8 <72:8 72:24> 72:24>]
SYMBOL_FUNCTION void b3OverlapCallback::~b3OverlapCallback()
REFERENCE_OVERRIDE void b3HashedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::~CleanPairCallback() -> void b3OverlapCallback::~b3OverlapCallback() [b3OverlappingPairCache.cpp <72:8 72:24>]
@@ -208,9 +208,9 @@ REFERENCE_USAGE bool b3HashedOverlappingPairCache::removeOverlappingPairsContain
LOCAL_SYMBOL: b3OverlappingPairCache.cpp<118:49> [b3OverlappingPairCache.cpp <121:6 121:9>]
REFERENCE_USAGE bool b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::processOverlap(b3BroadphasePair &) -> int b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::m_obsoleteProxy [b3OverlappingPairCache.cpp <121:16 121:30>]
SYMBOL_METHOD public void b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::RemovePairCallback(const b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback &) [b3OverlappingPairCache.cpp <109:8 109:25>]
SYMBOL_METHOD public void b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::RemovePairCallback(b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback &) [b3OverlappingPairCache.cpp <109:8 109:25>]
SYMBOL_METHOD public void b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::RemovePairCallback(b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback &&) [b3OverlappingPairCache.cpp <109:8 109:25>]
SYMBOL_METHOD public b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback & b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::operator=(const b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback &) [b3OverlappingPairCache.cpp <109:8 109:25>]
SYMBOL_METHOD public b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback & b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::operator=(b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback &) [b3OverlappingPairCache.cpp <109:8 109:25>]
SYMBOL_METHOD public b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback & b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::operator=(b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback &&) [b3OverlappingPairCache.cpp <109:8 109:25>]
SYMBOL_METHOD public void b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::~RemovePairCallback() [b3OverlappingPairCache.cpp <109:8 <109:8 109:25> 109:25>]
REFERENCE_OVERRIDE void b3HashedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::~RemovePairCallback() -> void b3OverlapCallback::~b3OverlapCallback() [b3OverlappingPairCache.cpp <109:8 109:25>]
LOCAL_SYMBOL: b3OverlappingPairCache.cpp<127:21> [b3OverlappingPairCache.cpp <127:21 127:34>]
@@ -431,8 +431,8 @@ REFERENCE_TYPE_USAGE b3BroadphasePair * b3HashedOverlappingPairCache::internalAd
LOCAL_SYMBOL: b3OverlappingPairCache.cpp<219:6> [b3OverlappingPairCache.cpp <255:97 255:104>]
REFERENCE_CALL b3BroadphasePair * b3HashedOverlappingPairCache::internalAddPair(int, int) -> int b3AlignedObjectArray<b3Int4>::capacity() const [b3OverlappingPairCache.cpp <255:134 255:141>]
REFERENCE_USAGE b3BroadphasePair * b3HashedOverlappingPairCache::internalAddPair(int, int) -> b3BroadphasePairArray b3HashedOverlappingPairCache::m_overlappingPairArray [b3OverlappingPairCache.cpp <255:111 255:132>]
SYMBOL_FUNCTION b3Int4 & b3Int4::operator=(b3Int4 &)
REFERENCE_CALL b3BroadphasePair * b3HashedOverlappingPairCache::internalAddPair(int, int) -> b3Int4 & b3Int4::operator=(b3Int4 &) [b3OverlappingPairCache.cpp <258:8 258:8>]
SYMBOL_FUNCTION b3Int4 & b3Int4::operator=(b3Int4 &&)
REFERENCE_CALL b3BroadphasePair * b3HashedOverlappingPairCache::internalAddPair(int, int) -> b3Int4 & b3Int4::operator=(b3Int4 &&) [b3OverlappingPairCache.cpp <258:8 258:8>]
LOCAL_SYMBOL: b3OverlappingPairCache.cpp<227:20> [b3OverlappingPairCache.cpp <258:3 258:6>]
SYMBOL_FUNCTION b3Int4 b3MakeBroadphasePair(int, int)
REFERENCE_CALL b3BroadphasePair * b3HashedOverlappingPairCache::internalAddPair(int, int) -> b3Int4 b3MakeBroadphasePair(int, int) [b3OverlappingPairCache.cpp <258:10 258:29>]
@@ -781,7 +781,7 @@ LOCAL_SYMBOL: b3OverlappingPairCache.cpp<473:20> [b3OverlappingPairCache.cpp <47
REFERENCE_TYPE_USAGE b3BroadphasePair * b3SortedOverlappingPairCache::addOverlappingPair(int, int) -> b3BroadphasePair [b3OverlappingPairCache.cpp <473:2 473:17>]
REFERENCE_CALL b3BroadphasePair * b3SortedOverlappingPairCache::addOverlappingPair(int, int) -> b3Int4 & b3AlignedObjectArray<b3Int4>::expandNonInitializing() [b3OverlappingPairCache.cpp <473:51 473:71>]
REFERENCE_USAGE b3BroadphasePair * b3SortedOverlappingPairCache::addOverlappingPair(int, int) -> b3BroadphasePairArray b3SortedOverlappingPairCache::m_overlappingPairArray [b3OverlappingPairCache.cpp <473:28 473:49>]
REFERENCE_CALL b3BroadphasePair * b3SortedOverlappingPairCache::addOverlappingPair(int, int) -> b3Int4 & b3Int4::operator=(b3Int4 &) [b3OverlappingPairCache.cpp <474:8 474:8>]
REFERENCE_CALL b3BroadphasePair * b3SortedOverlappingPairCache::addOverlappingPair(int, int) -> b3Int4 & b3Int4::operator=(b3Int4 &&) [b3OverlappingPairCache.cpp <474:8 474:8>]
LOCAL_SYMBOL: b3OverlappingPairCache.cpp<473:20> [b3OverlappingPairCache.cpp <474:3 474:6>]
REFERENCE_CALL b3BroadphasePair * b3SortedOverlappingPairCache::addOverlappingPair(int, int) -> b3Int4 b3MakeBroadphasePair(int, int) [b3OverlappingPairCache.cpp <474:10 474:29>]
LOCAL_SYMBOL: b3OverlappingPairCache.cpp<465:72> [b3OverlappingPairCache.cpp <474:31 474:36>]
@@ -935,9 +935,9 @@ REFERENCE_USAGE bool b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPai
LOCAL_SYMBOL: b3OverlappingPairCache.cpp<590:49> [b3OverlappingPairCache.cpp <595:39 595:42>]
REFERENCE_USAGE bool b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::processOverlap(b3BroadphasePair &) -> b3Dispatcher * b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::m_dispatcher [b3OverlappingPairCache.cpp <595:44 595:55>]
SYMBOL_METHOD public void b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::CleanPairCallback(const b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback &) [b3OverlappingPairCache.cpp <577:8 577:24>]
SYMBOL_METHOD public void b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::CleanPairCallback(b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback &) [b3OverlappingPairCache.cpp <577:8 577:24>]
SYMBOL_METHOD public void b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::CleanPairCallback(b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback &&) [b3OverlappingPairCache.cpp <577:8 577:24>]
SYMBOL_METHOD public b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback & b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::operator=(const b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback &) [b3OverlappingPairCache.cpp <577:8 577:24>]
SYMBOL_METHOD public b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback & b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::operator=(b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback &) [b3OverlappingPairCache.cpp <577:8 577:24>]
SYMBOL_METHOD public b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback & b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::operator=(b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback &&) [b3OverlappingPairCache.cpp <577:8 577:24>]
SYMBOL_METHOD public void b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::~CleanPairCallback() [b3OverlappingPairCache.cpp <577:8 <577:8 577:24> 577:24>]
REFERENCE_OVERRIDE void b3SortedOverlappingPairCache::cleanProxyFromPairs::CleanPairCallback::~CleanPairCallback() -> void b3OverlapCallback::~b3OverlapCallback() [b3OverlappingPairCache.cpp <577:8 577:24>]
LOCAL_SYMBOL: b3OverlappingPairCache.cpp<602:20> [b3OverlappingPairCache.cpp <602:20 602:29>]
@@ -984,9 +984,9 @@ REFERENCE_USAGE bool b3SortedOverlappingPairCache::removeOverlappingPairsContain
LOCAL_SYMBOL: b3OverlappingPairCache.cpp<621:49> [b3OverlappingPairCache.cpp <624:6 624:9>]
REFERENCE_USAGE bool b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::processOverlap(b3BroadphasePair &) -> int b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::m_obsoleteProxy [b3OverlappingPairCache.cpp <624:16 624:30>]
SYMBOL_METHOD public void b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::RemovePairCallback(const b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback &) [b3OverlappingPairCache.cpp <612:8 612:25>]
SYMBOL_METHOD public void b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::RemovePairCallback(b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback &) [b3OverlappingPairCache.cpp <612:8 612:25>]
SYMBOL_METHOD public void b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::RemovePairCallback(b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback &&) [b3OverlappingPairCache.cpp <612:8 612:25>]
SYMBOL_METHOD public b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback & b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::operator=(const b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback &) [b3OverlappingPairCache.cpp <612:8 612:25>]
SYMBOL_METHOD public b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback & b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::operator=(b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback &) [b3OverlappingPairCache.cpp <612:8 612:25>]
SYMBOL_METHOD public b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback & b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::operator=(b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback &&) [b3OverlappingPairCache.cpp <612:8 612:25>]
SYMBOL_METHOD public void b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::~RemovePairCallback() [b3OverlappingPairCache.cpp <612:8 <612:8 612:25> 612:25>]
REFERENCE_OVERRIDE void b3SortedOverlappingPairCache::removeOverlappingPairsContainingProxy::RemovePairCallback::~RemovePairCallback() -> void b3OverlapCallback::~b3OverlapCallback() [b3OverlappingPairCache.cpp <612:8 612:25>]
LOCAL_SYMBOL: b3OverlappingPairCache.cpp<629:21> [b3OverlappingPairCache.cpp <629:21 629:34>]
@@ -192,8 +192,8 @@ LOCAL_SYMBOL: b3ConvexUtility.cpp<60:38> [b3ConvexUtility.cpp <82:18 82:26>]
LOCAL_SYMBOL: b3ConvexUtility.cpp<84:12> [b3ConvexUtility.cpp <84:12 84:18>]
REFERENCE_TYPE_USAGE bool b3ConvexUtility::initializePolyhedralFeatures(const b3Vector3 *, int, bool) -> b3Scalar [b3ConvexUtility.cpp <84:3 84:10>]
LOCAL_SYMBOL: b3ConvexUtility.cpp<64:7> [b3ConvexUtility.cpp <87:7 87:14>]
SYMBOL_FUNCTION b3Vector3 & b3Vector3::operator=(b3Vector3 &)
REFERENCE_CALL bool b3ConvexUtility::initializePolyhedralFeatures(const b3Vector3 *, int, bool) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &) [b3ConvexUtility.cpp <89:19 89:19>]
SYMBOL_FUNCTION b3Vector3 & b3Vector3::operator=(b3Vector3 &&)
REFERENCE_CALL bool b3ConvexUtility::initializePolyhedralFeatures(const b3Vector3 *, int, bool) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &&) [b3ConvexUtility.cpp <89:19 89:19>]
REFERENCE_CALL bool b3ConvexUtility::initializePolyhedralFeatures(const b3Vector3 *, int, bool) -> b3Vector3 & b3AlignedObjectArray<b3Vector3>::operator[](int) [b3ConvexUtility.cpp <89:15 89:15>]
LOCAL_SYMBOL: b3ConvexUtility.cpp<39:34> [b3ConvexUtility.cpp <89:4 89:14>]
LOCAL_SYMBOL: b3ConvexUtility.cpp<56:11> [b3ConvexUtility.cpp <89:16 89:16>]
@@ -636,7 +636,7 @@ SYMBOL_METHOD public void b3InternalVertexPair::b3InternalVertexPair(const b3Int
REFERENCE_USAGE void b3InternalVertexPair::b3InternalVertexPair(const b3InternalVertexPair &) -> short b3InternalVertexPair::m_v0 [b3ConvexUtility.cpp <278:8 278:27>]
LOCAL_SYMBOL: b3ConvexUtility.cpp<278:8> [b3ConvexUtility.cpp <278:8 278:27>]
REFERENCE_USAGE void b3InternalVertexPair::b3InternalVertexPair(const b3InternalVertexPair &) -> short b3InternalVertexPair::m_v1 [b3ConvexUtility.cpp <278:8 278:27>]
SYMBOL_METHOD public void b3InternalVertexPair::b3InternalVertexPair(b3InternalVertexPair &) [b3ConvexUtility.cpp <278:8 278:27>]
SYMBOL_METHOD public void b3InternalVertexPair::b3InternalVertexPair(b3InternalVertexPair &&) [b3ConvexUtility.cpp <278:8 278:27>]
SYMBOL_METHOD public void b3InternalVertexPair::~b3InternalVertexPair() [b3ConvexUtility.cpp <278:8 278:27>]
SYMBOL_STRUCT b3InternalEdge [b3ConvexUtility.cpp <299:1 <299:8 299:21> 308:1>]
SYMBOL_METHOD public void b3InternalEdge::b3InternalEdge() [b3ConvexUtility.cpp <301:2 <301:2 301:15> 305:2>]
@@ -650,12 +650,12 @@ SYMBOL_METHOD public void b3InternalEdge::b3InternalEdge(const b3InternalEdge &)
REFERENCE_USAGE void b3InternalEdge::b3InternalEdge(const b3InternalEdge &) -> short b3InternalEdge::m_face0 [b3ConvexUtility.cpp <299:8 299:21>]
LOCAL_SYMBOL: b3ConvexUtility.cpp<299:8> [b3ConvexUtility.cpp <299:8 299:21>]
REFERENCE_USAGE void b3InternalEdge::b3InternalEdge(const b3InternalEdge &) -> short b3InternalEdge::m_face1 [b3ConvexUtility.cpp <299:8 299:21>]
SYMBOL_METHOD public void b3InternalEdge::b3InternalEdge(b3InternalEdge &) [b3ConvexUtility.cpp <299:8 299:21>]
SYMBOL_METHOD public void b3InternalEdge::b3InternalEdge(b3InternalEdge &&) [b3ConvexUtility.cpp <299:8 299:21>]
SYMBOL_METHOD public void b3InternalEdge::~b3InternalEdge() [b3ConvexUtility.cpp <299:8 299:21>]
SYMBOL_METHOD public b3InternalEdge & b3InternalEdge::operator=(const b3InternalEdge &) [b3ConvexUtility.cpp <299:8 <299:8 299:21> 299:21>]
REFERENCE_USAGE b3InternalEdge & b3InternalEdge::operator=(const b3InternalEdge &) -> short b3InternalEdge::m_face0 [b3ConvexUtility.cpp <299:8 299:21>]
REFERENCE_USAGE b3InternalEdge & b3InternalEdge::operator=(const b3InternalEdge &) -> short b3InternalEdge::m_face1 [b3ConvexUtility.cpp <299:8 299:21>]
SYMBOL_METHOD public b3InternalEdge & b3InternalEdge::operator=(b3InternalEdge &) [b3ConvexUtility.cpp <299:8 299:21>]
SYMBOL_METHOD public b3InternalEdge & b3InternalEdge::operator=(b3InternalEdge &&) [b3ConvexUtility.cpp <299:8 299:21>]
SYMBOL_METHOD public void b3ConvexUtility::initialize() [b3ConvexUtility.cpp <339:1 <339:23 339:32> 520:1>]
QUALIFIER: b3ConvexUtility [b3ConvexUtility.cpp <339:6 339:20>]
SYMBOL_BUILTIN_TYPE void
@@ -744,14 +744,14 @@ LOCAL_SYMBOL: b3ConvexUtility.cpp<362:13> [b3ConvexUtility.cpp <362:17 362:17>]
REFERENCE_CALL void b3ConvexUtility::initialize() -> int b3AlignedObjectArray<b3Vector3>::size() const [b3ConvexUtility.cpp <362:33 362:36>]
REFERENCE_USAGE void b3ConvexUtility::initialize() -> b3AlignedObjectArray<b3Vector3> b3ConvexUtility::m_uniqueEdges [b3ConvexUtility.cpp <362:19 362:31>]
LOCAL_SYMBOL: b3ConvexUtility.cpp<362:13> [b3ConvexUtility.cpp <362:40 362:40>]
REFERENCE_CALL void b3ConvexUtility::initialize() -> b3Vector3 & b3Vector3::operator=(b3Vector3 &) [b3ConvexUtility.cpp <364:10 364:10>]
REFERENCE_CALL void b3ConvexUtility::initialize() -> b3Vector3 & b3Vector3::operator=(b3Vector3 &&) [b3ConvexUtility.cpp <364:10 364:10>]
LOCAL_SYMBOL: b3ConvexUtility.cpp<360:14> [b3ConvexUtility.cpp <364:5 364:8>]
REFERENCE_CALL void b3ConvexUtility::initialize() -> b3Vector3 operator-(const b3Vector3 &, const b3Vector3 &) [b3ConvexUtility.cpp <364:28 364:28>]
REFERENCE_CALL void b3ConvexUtility::initialize() -> b3Vector3 & b3AlignedObjectArray<b3Vector3>::operator[](int) [b3ConvexUtility.cpp <364:25 364:25>]
REFERENCE_USAGE void b3ConvexUtility::initialize() -> b3AlignedObjectArray<b3Vector3> b3ConvexUtility::m_uniqueEdges [b3ConvexUtility.cpp <364:12 364:24>]
LOCAL_SYMBOL: b3ConvexUtility.cpp<362:13> [b3ConvexUtility.cpp <364:26 364:26>]
LOCAL_SYMBOL: b3ConvexUtility.cpp<356:14> [b3ConvexUtility.cpp <364:29 364:32>]
REFERENCE_CALL void b3ConvexUtility::initialize() -> b3Vector3 & b3Vector3::operator=(b3Vector3 &) [b3ConvexUtility.cpp <365:11 365:11>]
REFERENCE_CALL void b3ConvexUtility::initialize() -> b3Vector3 & b3Vector3::operator=(b3Vector3 &&) [b3ConvexUtility.cpp <365:11 365:11>]
LOCAL_SYMBOL: b3ConvexUtility.cpp<360:19> [b3ConvexUtility.cpp <365:5 365:9>]
SYMBOL_FUNCTION b3Vector3 operator+(const b3Vector3 &, const b3Vector3 &)
REFERENCE_CALL void b3ConvexUtility::initialize() -> b3Vector3 operator+(const b3Vector3 &, const b3Vector3 &) [b3ConvexUtility.cpp <365:29 365:29>]
@@ -62,8 +62,8 @@ REFERENCE_TEMPLATE_ARGUMENT b3AlignedObjectArray<b3Contact4Data> -> b3Contact4Da
SYMBOL_FIELD public int b3CpuNarrowPhaseInternalData::m_numAcceleratedShapes [b3CpuNarrowPhase.cpp <25:6 25:27>]
REFERENCE_TYPE_USAGE int b3CpuNarrowPhaseInternalData::m_numAcceleratedShapes -> int [b3CpuNarrowPhase.cpp <25:2 25:4>]
SYMBOL_METHOD public void b3CpuNarrowPhaseInternalData::b3CpuNarrowPhaseInternalData(const b3CpuNarrowPhaseInternalData &) [b3CpuNarrowPhase.cpp <9:8 9:35>]
SYMBOL_METHOD public void b3CpuNarrowPhaseInternalData::b3CpuNarrowPhaseInternalData(b3CpuNarrowPhaseInternalData &) [b3CpuNarrowPhase.cpp <9:8 9:35>]
SYMBOL_METHOD public b3CpuNarrowPhaseInternalData & b3CpuNarrowPhaseInternalData::operator=(b3CpuNarrowPhaseInternalData &) [b3CpuNarrowPhase.cpp <9:8 9:35>]
SYMBOL_METHOD public void b3CpuNarrowPhaseInternalData::b3CpuNarrowPhaseInternalData(b3CpuNarrowPhaseInternalData &&) [b3CpuNarrowPhase.cpp <9:8 9:35>]
SYMBOL_METHOD public b3CpuNarrowPhaseInternalData & b3CpuNarrowPhaseInternalData::operator=(b3CpuNarrowPhaseInternalData &&) [b3CpuNarrowPhase.cpp <9:8 9:35>]
SYMBOL_METHOD public void b3CpuNarrowPhaseInternalData::~b3CpuNarrowPhaseInternalData() [b3CpuNarrowPhase.cpp <9:8 <9:8 9:35> 9:35>]
SYMBOL_METHOD public void b3CpuNarrowPhaseInternalData::b3CpuNarrowPhaseInternalData() [b3CpuNarrowPhase.cpp <9:8 <9:8 9:35> 9:35>]
REFERENCE_USAGE void b3CpuNarrowPhaseInternalData::b3CpuNarrowPhaseInternalData() -> b3AlignedObjectArray<b3Aabb> b3CpuNarrowPhaseInternalData::m_localShapeAABBCPU [b3CpuNarrowPhase.cpp <9:8 9:35>]
@@ -674,8 +674,8 @@ REFERENCE_CALL int b3CpuNarrowPhase::registerConvexHullShapeInternal(b3ConvexUti
REFERENCE_USAGE int b3CpuNarrowPhase::registerConvexHullShapeInternal(b3ConvexUtility *, b3Collidable &) -> b3AlignedObjectArray<b3MyFace> b3ConvexUtility::m_faces [b3CpuNarrowPhase.cpp <284:24 284:30>]
LOCAL_SYMBOL: b3CpuNarrowPhase.cpp<250:72> [b3CpuNarrowPhase.cpp <284:13 284:21>]
LOCAL_SYMBOL: b3CpuNarrowPhase.cpp<271:6> [b3CpuNarrowPhase.cpp <284:39 284:39>]
SYMBOL_FUNCTION b3Vector3 & b3Vector3::operator=(b3Vector3 &)
REFERENCE_CALL int b3CpuNarrowPhase::registerConvexHullShapeInternal(b3ConvexUtility *, b3Collidable &) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &) [b3CpuNarrowPhase.cpp <286:56 286:56>]
SYMBOL_FUNCTION b3Vector3 & b3Vector3::operator=(b3Vector3 &&)
REFERENCE_CALL int b3CpuNarrowPhase::registerConvexHullShapeInternal(b3ConvexUtility *, b3Collidable &) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &&) [b3CpuNarrowPhase.cpp <286:56 286:56>]
REFERENCE_USAGE int b3CpuNarrowPhase::registerConvexHullShapeInternal(b3ConvexUtility *, b3Collidable &) -> b3Vector3 b3GpuFace::m_plane [b3CpuNarrowPhase.cpp <286:48 286:54>]
SYMBOL_FUNCTION b3GpuFace & b3AlignedObjectArray<b3GpuFace>::operator[](int)
REFERENCE_CALL int b3CpuNarrowPhase::registerConvexHullShapeInternal(b3ConvexUtility *, b3Collidable &) -> b3GpuFace & b3AlignedObjectArray<b3GpuFace>::operator[](int) [b3CpuNarrowPhase.cpp <286:24 286:24>]
@@ -240,7 +240,7 @@ REFERENCE_USAGE btInt64_t b3ConvexHullInternal::Point64::dot(const b3ConvexHullI
REFERENCE_USAGE btInt64_t b3ConvexHullInternal::Point64::dot(const b3ConvexHullInternal::Point64 &) const -> btInt64_t b3ConvexHullInternal::Point64::z [b3ConvexHullComputer.cpp <78:39 78:39>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<76:34> [b3ConvexHullComputer.cpp <78:37 78:37>]
SYMBOL_METHOD public void b3ConvexHullInternal::Point64::Point64(const b3ConvexHullInternal::Point64 &) [b3ConvexHullComputer.cpp <60:9 60:15>]
SYMBOL_METHOD public void b3ConvexHullInternal::Point64::Point64(b3ConvexHullInternal::Point64 &) [b3ConvexHullComputer.cpp <60:9 60:15>]
SYMBOL_METHOD public void b3ConvexHullInternal::Point64::Point64(b3ConvexHullInternal::Point64 &&) [b3ConvexHullComputer.cpp <60:9 60:15>]
SYMBOL_METHOD public void b3ConvexHullInternal::Point64::~Point64() [b3ConvexHullComputer.cpp <60:9 60:15>]
SYMBOL_CLASS public b3ConvexHullInternal::Point32 [b3ConvexHullComputer.cpp <82:3 <82:9 82:15> 142:3>]
SYMBOL_FIELD public btInt32_t b3ConvexHullInternal::Point32::x [b3ConvexHullComputer.cpp <85:15 85:15>]
@@ -409,19 +409,19 @@ LOCAL_SYMBOL: b3ConvexHullComputer.cpp<82:9> [b3ConvexHullComputer.cpp <82:9 82:
REFERENCE_USAGE void b3ConvexHullInternal::Point32::Point32(const b3ConvexHullInternal::Point32 &) -> btInt32_t b3ConvexHullInternal::Point32::y [b3ConvexHullComputer.cpp <82:9 82:15>]
REFERENCE_USAGE void b3ConvexHullInternal::Point32::Point32(const b3ConvexHullInternal::Point32 &) -> btInt32_t b3ConvexHullInternal::Point32::z [b3ConvexHullComputer.cpp <82:9 82:15>]
REFERENCE_USAGE void b3ConvexHullInternal::Point32::Point32(const b3ConvexHullInternal::Point32 &) -> int b3ConvexHullInternal::Point32::index [b3ConvexHullComputer.cpp <82:9 82:15>]
SYMBOL_METHOD public void b3ConvexHullInternal::Point32::Point32(b3ConvexHullInternal::Point32 &) [b3ConvexHullComputer.cpp <82:9 82:15>]
SYMBOL_METHOD public void b3ConvexHullInternal::Point32::Point32(b3ConvexHullInternal::Point32 &&) [b3ConvexHullComputer.cpp <82:9 82:15>]
SYMBOL_METHOD public void b3ConvexHullInternal::Point32::~Point32() [b3ConvexHullComputer.cpp <82:9 82:15>]
SYMBOL_METHOD public b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(const b3ConvexHullInternal::Point32 &) [b3ConvexHullComputer.cpp <82:9 <82:9 82:15> 82:15>]
REFERENCE_USAGE b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(const b3ConvexHullInternal::Point32 &) -> btInt32_t b3ConvexHullInternal::Point32::x [b3ConvexHullComputer.cpp <82:9 82:15>]
REFERENCE_USAGE b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(const b3ConvexHullInternal::Point32 &) -> btInt32_t b3ConvexHullInternal::Point32::y [b3ConvexHullComputer.cpp <82:9 82:15>]
REFERENCE_USAGE b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(const b3ConvexHullInternal::Point32 &) -> btInt32_t b3ConvexHullInternal::Point32::z [b3ConvexHullComputer.cpp <82:9 82:15>]
REFERENCE_USAGE b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(const b3ConvexHullInternal::Point32 &) -> int b3ConvexHullInternal::Point32::index [b3ConvexHullComputer.cpp <82:9 82:15>]
SYMBOL_METHOD public b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &) [b3ConvexHullComputer.cpp <82:9 <82:9 82:15> 82:15>]
REFERENCE_USAGE b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &) -> btInt32_t b3ConvexHullInternal::Point32::x [b3ConvexHullComputer.cpp <82:9 82:15>]
REFERENCE_TYPE_USAGE b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &) -> b3ConvexHullInternal::Point32 [b3ConvexHullComputer.cpp <82:9 82:15>]
REFERENCE_USAGE b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &) -> btInt32_t b3ConvexHullInternal::Point32::y [b3ConvexHullComputer.cpp <82:9 82:15>]
REFERENCE_USAGE b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &) -> btInt32_t b3ConvexHullInternal::Point32::z [b3ConvexHullComputer.cpp <82:9 82:15>]
REFERENCE_USAGE b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &) -> int b3ConvexHullInternal::Point32::index [b3ConvexHullComputer.cpp <82:9 82:15>]
SYMBOL_METHOD public b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &&) [b3ConvexHullComputer.cpp <82:9 <82:9 82:15> 82:15>]
REFERENCE_USAGE b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &&) -> btInt32_t b3ConvexHullInternal::Point32::x [b3ConvexHullComputer.cpp <82:9 82:15>]
REFERENCE_TYPE_USAGE b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &&) -> b3ConvexHullInternal::Point32 [b3ConvexHullComputer.cpp <82:9 82:15>]
REFERENCE_USAGE b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &&) -> btInt32_t b3ConvexHullInternal::Point32::y [b3ConvexHullComputer.cpp <82:9 82:15>]
REFERENCE_USAGE b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &&) -> btInt32_t b3ConvexHullInternal::Point32::z [b3ConvexHullComputer.cpp <82:9 82:15>]
REFERENCE_USAGE b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &&) -> int b3ConvexHullInternal::Point32::index [b3ConvexHullComputer.cpp <82:9 82:15>]
SYMBOL_CLASS public b3ConvexHullInternal::Int128 [b3ConvexHullComputer.cpp <144:3 <144:9 144:14> 273:3>]
SYMBOL_FIELD public btUint64_t b3ConvexHullInternal::Int128::low [b3ConvexHullComputer.cpp <147:16 147:18>]
REFERENCE_TYPE_USAGE btUint64_t b3ConvexHullInternal::Int128::low -> btUint64_t [b3ConvexHullComputer.cpp <147:5 147:14>]
@@ -576,18 +576,18 @@ SYMBOL_METHOD public void b3ConvexHullInternal::Int128::Int128(const b3ConvexHul
REFERENCE_USAGE void b3ConvexHullInternal::Int128::Int128(const b3ConvexHullInternal::Int128 &) -> btUint64_t b3ConvexHullInternal::Int128::low [b3ConvexHullComputer.cpp <144:9 144:14>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<144:9> [b3ConvexHullComputer.cpp <144:9 144:14>]
REFERENCE_USAGE void b3ConvexHullInternal::Int128::Int128(const b3ConvexHullInternal::Int128 &) -> btUint64_t b3ConvexHullInternal::Int128::high [b3ConvexHullComputer.cpp <144:9 144:14>]
SYMBOL_METHOD public void b3ConvexHullInternal::Int128::Int128(b3ConvexHullInternal::Int128 &) [b3ConvexHullComputer.cpp <144:9 <144:9 144:14> 144:14>]
REFERENCE_USAGE void b3ConvexHullInternal::Int128::Int128(b3ConvexHullInternal::Int128 &) -> btUint64_t b3ConvexHullInternal::Int128::low [b3ConvexHullComputer.cpp <144:9 144:14>]
REFERENCE_TYPE_USAGE void b3ConvexHullInternal::Int128::Int128(b3ConvexHullInternal::Int128 &) -> b3ConvexHullInternal::Int128 [b3ConvexHullComputer.cpp <144:9 144:14>]
REFERENCE_USAGE void b3ConvexHullInternal::Int128::Int128(b3ConvexHullInternal::Int128 &) -> btUint64_t b3ConvexHullInternal::Int128::high [b3ConvexHullComputer.cpp <144:9 144:14>]
SYMBOL_METHOD public void b3ConvexHullInternal::Int128::Int128(b3ConvexHullInternal::Int128 &&) [b3ConvexHullComputer.cpp <144:9 <144:9 144:14> 144:14>]
REFERENCE_USAGE void b3ConvexHullInternal::Int128::Int128(b3ConvexHullInternal::Int128 &&) -> btUint64_t b3ConvexHullInternal::Int128::low [b3ConvexHullComputer.cpp <144:9 144:14>]
REFERENCE_TYPE_USAGE void b3ConvexHullInternal::Int128::Int128(b3ConvexHullInternal::Int128 &&) -> b3ConvexHullInternal::Int128 [b3ConvexHullComputer.cpp <144:9 144:14>]
REFERENCE_USAGE void b3ConvexHullInternal::Int128::Int128(b3ConvexHullInternal::Int128 &&) -> btUint64_t b3ConvexHullInternal::Int128::high [b3ConvexHullComputer.cpp <144:9 144:14>]
SYMBOL_METHOD public void b3ConvexHullInternal::Int128::~Int128() [b3ConvexHullComputer.cpp <144:9 144:14>]
SYMBOL_METHOD public b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(const b3ConvexHullInternal::Int128 &) [b3ConvexHullComputer.cpp <144:9 <144:9 144:14> 144:14>]
REFERENCE_USAGE b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(const b3ConvexHullInternal::Int128 &) -> btUint64_t b3ConvexHullInternal::Int128::low [b3ConvexHullComputer.cpp <144:9 144:14>]
REFERENCE_USAGE b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(const b3ConvexHullInternal::Int128 &) -> btUint64_t b3ConvexHullInternal::Int128::high [b3ConvexHullComputer.cpp <144:9 144:14>]
SYMBOL_METHOD public b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &) [b3ConvexHullComputer.cpp <144:9 <144:9 144:14> 144:14>]
REFERENCE_USAGE b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &) -> btUint64_t b3ConvexHullInternal::Int128::low [b3ConvexHullComputer.cpp <144:9 144:14>]
REFERENCE_TYPE_USAGE b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &) -> b3ConvexHullInternal::Int128 [b3ConvexHullComputer.cpp <144:9 144:14>]
REFERENCE_USAGE b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &) -> btUint64_t b3ConvexHullInternal::Int128::high [b3ConvexHullComputer.cpp <144:9 144:14>]
SYMBOL_METHOD public b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &&) [b3ConvexHullComputer.cpp <144:9 <144:9 144:14> 144:14>]
REFERENCE_USAGE b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &&) -> btUint64_t b3ConvexHullInternal::Int128::low [b3ConvexHullComputer.cpp <144:9 144:14>]
REFERENCE_TYPE_USAGE b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &&) -> b3ConvexHullInternal::Int128 [b3ConvexHullComputer.cpp <144:9 144:14>]
REFERENCE_USAGE b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &&) -> btUint64_t b3ConvexHullInternal::Int128::high [b3ConvexHullComputer.cpp <144:9 144:14>]
SYMBOL_CLASS public b3ConvexHullInternal::Rational64 [b3ConvexHullComputer.cpp <276:3 <276:9 276:18> 332:3>]
SYMBOL_FIELD private btUint64_t b3ConvexHullInternal::Rational64::m_numerator [b3ConvexHullComputer.cpp <279:16 279:26>]
REFERENCE_TYPE_USAGE btUint64_t b3ConvexHullInternal::Rational64::m_numerator -> btUint64_t [b3ConvexHullComputer.cpp <279:5 279:14>]
@@ -643,13 +643,13 @@ REFERENCE_TYPE_USAGE b3Scalar b3ConvexHullInternal::Rational64::toScalar() const
REFERENCE_USAGE b3Scalar b3ConvexHullInternal::Rational64::toScalar() const -> btUint64_t b3ConvexHullInternal::Rational64::m_numerator [b3ConvexHullComputer.cpp <330:69 330:79>]
REFERENCE_USAGE b3Scalar b3ConvexHullInternal::Rational64::toScalar() const -> btUint64_t b3ConvexHullInternal::Rational64::m_denominator [b3ConvexHullComputer.cpp <330:83 330:95>]
SYMBOL_METHOD public void b3ConvexHullInternal::Rational64::Rational64(const b3ConvexHullInternal::Rational64 &) [b3ConvexHullComputer.cpp <276:9 276:18>]
SYMBOL_METHOD public void b3ConvexHullInternal::Rational64::Rational64(b3ConvexHullInternal::Rational64 &) [b3ConvexHullComputer.cpp <276:9 276:18>]
SYMBOL_METHOD public void b3ConvexHullInternal::Rational64::Rational64(b3ConvexHullInternal::Rational64 &&) [b3ConvexHullComputer.cpp <276:9 276:18>]
SYMBOL_METHOD public b3ConvexHullInternal::Rational64 & b3ConvexHullInternal::Rational64::operator=(const b3ConvexHullInternal::Rational64 &) [b3ConvexHullComputer.cpp <276:9 <276:9 276:18> 276:18>]
REFERENCE_USAGE b3ConvexHullInternal::Rational64 & b3ConvexHullInternal::Rational64::operator=(const b3ConvexHullInternal::Rational64 &) -> btUint64_t b3ConvexHullInternal::Rational64::m_numerator [b3ConvexHullComputer.cpp <276:9 276:18>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<276:9> [b3ConvexHullComputer.cpp <276:9 276:18>]
REFERENCE_USAGE b3ConvexHullInternal::Rational64 & b3ConvexHullInternal::Rational64::operator=(const b3ConvexHullInternal::Rational64 &) -> btUint64_t b3ConvexHullInternal::Rational64::m_denominator [b3ConvexHullComputer.cpp <276:9 276:18>]
REFERENCE_USAGE b3ConvexHullInternal::Rational64 & b3ConvexHullInternal::Rational64::operator=(const b3ConvexHullInternal::Rational64 &) -> int b3ConvexHullInternal::Rational64::sign [b3ConvexHullComputer.cpp <276:9 276:18>]
SYMBOL_METHOD public b3ConvexHullInternal::Rational64 & b3ConvexHullInternal::Rational64::operator=(b3ConvexHullInternal::Rational64 &) [b3ConvexHullComputer.cpp <276:9 276:18>]
SYMBOL_METHOD public b3ConvexHullInternal::Rational64 & b3ConvexHullInternal::Rational64::operator=(b3ConvexHullInternal::Rational64 &&) [b3ConvexHullComputer.cpp <276:9 276:18>]
SYMBOL_METHOD public void b3ConvexHullInternal::Rational64::~Rational64() [b3ConvexHullComputer.cpp <276:9 276:18>]
SYMBOL_CLASS public b3ConvexHullInternal::Rational128 [b3ConvexHullComputer.cpp <335:3 <335:9 335:19> 397:3>]
SYMBOL_FIELD private b3ConvexHullInternal::Int128 b3ConvexHullInternal::Rational128::numerator [b3ConvexHullComputer.cpp <338:12 338:20>]
@@ -669,25 +669,25 @@ REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) ->
REFERENCE_USAGE void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::Rational128::denominator [b3ConvexHullComputer.cpp <344:5 344:15>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<344:27> [b3ConvexHullComputer.cpp <346:10 346:14>]
REFERENCE_USAGE void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> int b3ConvexHullInternal::Rational128::sign [b3ConvexHullComputer.cpp <348:7 348:10>]
SYMBOL_FUNCTION b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &)
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &) [b3ConvexHullComputer.cpp <349:23 349:23>]
SYMBOL_FUNCTION b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &&)
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &&) [b3ConvexHullComputer.cpp <349:23 349:23>]
REFERENCE_USAGE void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::Rational128::numerator [b3ConvexHullComputer.cpp <349:13 349:21>]
SYMBOL_FUNCTION void b3ConvexHullInternal::Int128::Int128(btInt64_t)
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> void b3ConvexHullInternal::Int128::Int128(btInt64_t) [b3ConvexHullComputer.cpp <349:25 349:29>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<344:27> [b3ConvexHullComputer.cpp <349:25 349:29>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<344:27> [b3ConvexHullComputer.cpp <351:15 351:19>]
REFERENCE_USAGE void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> int b3ConvexHullInternal::Rational128::sign [b3ConvexHullComputer.cpp <353:7 353:10>]
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &) [b3ConvexHullComputer.cpp <354:23 354:23>]
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &&) [b3ConvexHullComputer.cpp <354:23 354:23>]
REFERENCE_USAGE void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::Rational128::numerator [b3ConvexHullComputer.cpp <354:13 354:21>]
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> void b3ConvexHullInternal::Int128::Int128(btInt64_t) [b3ConvexHullComputer.cpp <354:26 354:30>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<344:27> [b3ConvexHullComputer.cpp <354:26 354:30>]
REFERENCE_USAGE void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> int b3ConvexHullInternal::Rational128::sign [b3ConvexHullComputer.cpp <358:7 358:10>]
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &) [b3ConvexHullComputer.cpp <359:23 359:23>]
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &&) [b3ConvexHullComputer.cpp <359:23 359:23>]
REFERENCE_USAGE void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::Rational128::numerator [b3ConvexHullComputer.cpp <359:13 359:21>]
SYMBOL_FUNCTION void b3ConvexHullInternal::Int128::Int128(btUint64_t)
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> void b3ConvexHullInternal::Int128::Int128(btUint64_t) [b3ConvexHullComputer.cpp <359:38 359:38>]
REFERENCE_TYPE_USAGE void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> btUint64_t [b3ConvexHullComputer.cpp <359:26 359:35>]
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &) [b3ConvexHullComputer.cpp <361:24 361:24>]
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &&) [b3ConvexHullComputer.cpp <361:24 361:24>]
REFERENCE_USAGE void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::Rational128::denominator [b3ConvexHullComputer.cpp <361:12 361:22>]
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> void b3ConvexHullInternal::Int128::Int128(btUint64_t) [b3ConvexHullComputer.cpp <361:39 361:39>]
REFERENCE_TYPE_USAGE void b3ConvexHullInternal::Rational128::Rational128(btInt64_t) -> btUint64_t [b3ConvexHullComputer.cpp <361:27 361:36>]
@@ -709,7 +709,7 @@ SYMBOL_FUNCTION b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::ope
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(const b3ConvexHullInternal::Int128 &, const b3ConvexHullInternal::Int128 &) -> b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(const b3ConvexHullInternal::Int128 &) [b3ConvexHullComputer.cpp <370:23 370:23>]
REFERENCE_USAGE void b3ConvexHullInternal::Rational128::Rational128(const b3ConvexHullInternal::Int128 &, const b3ConvexHullInternal::Int128 &) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::Rational128::numerator [b3ConvexHullComputer.cpp <370:13 370:21>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<365:31> [b3ConvexHullComputer.cpp <370:25 370:33>]
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(const b3ConvexHullInternal::Int128 &, const b3ConvexHullInternal::Int128 &) -> b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &) [b3ConvexHullComputer.cpp <374:23 374:23>]
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(const b3ConvexHullInternal::Int128 &, const b3ConvexHullInternal::Int128 &) -> b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &&) [b3ConvexHullComputer.cpp <374:23 374:23>]
REFERENCE_USAGE void b3ConvexHullInternal::Rational128::Rational128(const b3ConvexHullInternal::Int128 &, const b3ConvexHullInternal::Int128 &) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::Rational128::numerator [b3ConvexHullComputer.cpp <374:13 374:21>]
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(const b3ConvexHullInternal::Int128 &, const b3ConvexHullInternal::Int128 &) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::Int128::operator-() const [b3ConvexHullComputer.cpp <374:25 374:25>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<365:31> [b3ConvexHullComputer.cpp <374:26 374:34>]
@@ -723,7 +723,7 @@ REFERENCE_USAGE void b3ConvexHullInternal::Rational128::Rational128(const b3Conv
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<365:56> [b3ConvexHullComputer.cpp <379:27 379:37>]
REFERENCE_USAGE void b3ConvexHullInternal::Rational128::Rational128(const b3ConvexHullInternal::Int128 &, const b3ConvexHullInternal::Int128 &) -> int b3ConvexHullInternal::Rational128::sign [b3ConvexHullComputer.cpp <383:7 383:10>]
REFERENCE_USAGE void b3ConvexHullInternal::Rational128::Rational128(const b3ConvexHullInternal::Int128 &, const b3ConvexHullInternal::Int128 &) -> int b3ConvexHullInternal::Rational128::sign [b3ConvexHullComputer.cpp <383:15 383:18>]
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(const b3ConvexHullInternal::Int128 &, const b3ConvexHullInternal::Int128 &) -> b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &) [b3ConvexHullComputer.cpp <384:25 384:25>]
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(const b3ConvexHullInternal::Int128 &, const b3ConvexHullInternal::Int128 &) -> b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &&) [b3ConvexHullComputer.cpp <384:25 384:25>]
REFERENCE_USAGE void b3ConvexHullInternal::Rational128::Rational128(const b3ConvexHullInternal::Int128 &, const b3ConvexHullInternal::Int128 &) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::Rational128::denominator [b3ConvexHullComputer.cpp <384:13 384:23>]
REFERENCE_CALL void b3ConvexHullInternal::Rational128::Rational128(const b3ConvexHullInternal::Int128 &, const b3ConvexHullInternal::Int128 &) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::Int128::operator-() const [b3ConvexHullComputer.cpp <384:27 384:27>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<365:56> [b3ConvexHullComputer.cpp <384:28 384:38>]
@@ -746,7 +746,7 @@ REFERENCE_USAGE b3Scalar b3ConvexHullInternal::Rational128::toScalar() const ->
REFERENCE_CALL b3Scalar b3ConvexHullInternal::Rational128::toScalar() const -> b3Scalar b3ConvexHullInternal::Int128::toScalar() const [b3ConvexHullComputer.cpp <395:101 395:108>]
REFERENCE_USAGE b3Scalar b3ConvexHullInternal::Rational128::toScalar() const -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::Rational128::denominator [b3ConvexHullComputer.cpp <395:89 395:99>]
SYMBOL_METHOD public void b3ConvexHullInternal::Rational128::Rational128(const b3ConvexHullInternal::Rational128 &) [b3ConvexHullComputer.cpp <335:9 335:19>]
SYMBOL_METHOD public void b3ConvexHullInternal::Rational128::Rational128(b3ConvexHullInternal::Rational128 &) [b3ConvexHullComputer.cpp <335:9 335:19>]
SYMBOL_METHOD public void b3ConvexHullInternal::Rational128::Rational128(b3ConvexHullInternal::Rational128 &&) [b3ConvexHullComputer.cpp <335:9 335:19>]
SYMBOL_METHOD public void b3ConvexHullInternal::Rational128::~Rational128() [b3ConvexHullComputer.cpp <335:9 335:19>]
SYMBOL_METHOD public b3ConvexHullInternal::Rational128 & b3ConvexHullInternal::Rational128::operator=(const b3ConvexHullInternal::Rational128 &) [b3ConvexHullComputer.cpp <335:9 <335:9 335:19> 335:19>]
REFERENCE_CALL b3ConvexHullInternal::Rational128 & b3ConvexHullInternal::Rational128::operator=(const b3ConvexHullInternal::Rational128 &) -> b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(const b3ConvexHullInternal::Int128 &) [b3ConvexHullComputer.cpp <335:9 335:19>]
@@ -757,7 +757,7 @@ LOCAL_SYMBOL: b3ConvexHullComputer.cpp<335:9> [b3ConvexHullComputer.cpp <335:9 3
REFERENCE_USAGE b3ConvexHullInternal::Rational128 & b3ConvexHullInternal::Rational128::operator=(const b3ConvexHullInternal::Rational128 &) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::Rational128::denominator [b3ConvexHullComputer.cpp <335:9 335:19>]
REFERENCE_USAGE b3ConvexHullInternal::Rational128 & b3ConvexHullInternal::Rational128::operator=(const b3ConvexHullInternal::Rational128 &) -> int b3ConvexHullInternal::Rational128::sign [b3ConvexHullComputer.cpp <335:9 335:19>]
REFERENCE_USAGE b3ConvexHullInternal::Rational128 & b3ConvexHullInternal::Rational128::operator=(const b3ConvexHullInternal::Rational128 &) -> bool b3ConvexHullInternal::Rational128::isInt64 [b3ConvexHullComputer.cpp <335:9 335:19>]
SYMBOL_METHOD public b3ConvexHullInternal::Rational128 & b3ConvexHullInternal::Rational128::operator=(b3ConvexHullInternal::Rational128 &) [b3ConvexHullComputer.cpp <335:9 335:19>]
SYMBOL_METHOD public b3ConvexHullInternal::Rational128 & b3ConvexHullInternal::Rational128::operator=(b3ConvexHullInternal::Rational128 &&) [b3ConvexHullComputer.cpp <335:9 335:19>]
SYMBOL_CLASS public b3ConvexHullInternal::PointR128 [b3ConvexHullComputer.cpp <399:3 <399:9 399:17> 429:3>]
SYMBOL_FIELD public b3ConvexHullInternal::Int128 b3ConvexHullInternal::PointR128::x [b3ConvexHullComputer.cpp <402:12 402:12>]
REFERENCE_TYPE_USAGE b3ConvexHullInternal::Int128 b3ConvexHullInternal::PointR128::x -> b3ConvexHullInternal::Int128 [b3ConvexHullComputer.cpp <402:5 402:10>]
@@ -814,18 +814,18 @@ REFERENCE_USAGE b3Scalar b3ConvexHullInternal::PointR128::zvalue() const -> b3Co
REFERENCE_CALL b3Scalar b3ConvexHullInternal::PointR128::zvalue() const -> b3Scalar b3ConvexHullInternal::Int128::toScalar() const [b3ConvexHullComputer.cpp <427:40 427:47>]
REFERENCE_USAGE b3Scalar b3ConvexHullInternal::PointR128::zvalue() const -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::PointR128::denominator [b3ConvexHullComputer.cpp <427:28 427:38>]
SYMBOL_METHOD public void b3ConvexHullInternal::PointR128::PointR128(const b3ConvexHullInternal::PointR128 &) [b3ConvexHullComputer.cpp <399:9 399:17>]
SYMBOL_METHOD public void b3ConvexHullInternal::PointR128::PointR128(b3ConvexHullInternal::PointR128 &) [b3ConvexHullComputer.cpp <399:9 399:17>]
SYMBOL_METHOD public void b3ConvexHullInternal::PointR128::PointR128(b3ConvexHullInternal::PointR128 &&) [b3ConvexHullComputer.cpp <399:9 399:17>]
SYMBOL_METHOD public void b3ConvexHullInternal::PointR128::~PointR128() [b3ConvexHullComputer.cpp <399:9 399:17>]
SYMBOL_METHOD public b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(const b3ConvexHullInternal::PointR128 &) [b3ConvexHullComputer.cpp <399:9 399:17>]
SYMBOL_METHOD public b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &) [b3ConvexHullComputer.cpp <399:9 <399:9 399:17> 399:17>]
REFERENCE_CALL b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &) -> b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &) [b3ConvexHullComputer.cpp <399:9 399:17>]
SYMBOL_METHOD public b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &&) [b3ConvexHullComputer.cpp <399:9 <399:9 399:17> 399:17>]
REFERENCE_CALL b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &&) -> b3ConvexHullInternal::Int128 & b3ConvexHullInternal::Int128::operator=(b3ConvexHullInternal::Int128 &&) [b3ConvexHullComputer.cpp <399:9 399:17>]
QUALIFIER: b3ConvexHullInternal::Int128 [b3ConvexHullComputer.cpp <399:9 399:17>]
REFERENCE_USAGE b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::PointR128::x [b3ConvexHullComputer.cpp <399:9 399:17>]
REFERENCE_TYPE_USAGE b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &) -> b3ConvexHullInternal::PointR128 [b3ConvexHullComputer.cpp <399:9 399:17>]
REFERENCE_USAGE b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &&) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::PointR128::x [b3ConvexHullComputer.cpp <399:9 399:17>]
REFERENCE_TYPE_USAGE b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &&) -> b3ConvexHullInternal::PointR128 [b3ConvexHullComputer.cpp <399:9 399:17>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<399:9> [b3ConvexHullComputer.cpp <399:9 399:17>]
REFERENCE_USAGE b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::PointR128::y [b3ConvexHullComputer.cpp <399:9 399:17>]
REFERENCE_USAGE b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::PointR128::z [b3ConvexHullComputer.cpp <399:9 399:17>]
REFERENCE_USAGE b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::PointR128::denominator [b3ConvexHullComputer.cpp <399:9 399:17>]
REFERENCE_USAGE b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &&) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::PointR128::y [b3ConvexHullComputer.cpp <399:9 399:17>]
REFERENCE_USAGE b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &&) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::PointR128::z [b3ConvexHullComputer.cpp <399:9 399:17>]
REFERENCE_USAGE b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &&) -> b3ConvexHullInternal::Int128 b3ConvexHullInternal::PointR128::denominator [b3ConvexHullComputer.cpp <399:9 399:17>]
SYMBOL_CLASS public b3ConvexHullInternal::Edge [b3ConvexHullComputer.cpp <432:9 432:12>]
SYMBOL_CLASS public b3ConvexHullInternal::Face [b3ConvexHullComputer.cpp <433:9 433:12>]
SYMBOL_CLASS public b3ConvexHullInternal::Vertex [b3ConvexHullComputer.cpp <435:3 <435:9 435:14> 508:3>]
@@ -966,7 +966,7 @@ LOCAL_SYMBOL: b3ConvexHullComputer.cpp<486:37> [b3ConvexHullComputer.cpp <505:6
REFERENCE_USAGE void b3ConvexHullInternal::Vertex::receiveNearbyFaces(b3ConvexHullInternal::Vertex *) -> b3ConvexHullInternal::Face * b3ConvexHullInternal::Vertex::lastNearbyFace [b3ConvexHullComputer.cpp <506:11 506:24>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<486:37> [b3ConvexHullComputer.cpp <506:6 506:8>]
SYMBOL_METHOD public void b3ConvexHullInternal::Vertex::Vertex(const b3ConvexHullInternal::Vertex &) [b3ConvexHullComputer.cpp <435:9 435:14>]
SYMBOL_METHOD public void b3ConvexHullInternal::Vertex::Vertex(b3ConvexHullInternal::Vertex &) [b3ConvexHullComputer.cpp <435:9 435:14>]
SYMBOL_METHOD public void b3ConvexHullInternal::Vertex::Vertex(b3ConvexHullInternal::Vertex &&) [b3ConvexHullComputer.cpp <435:9 435:14>]
SYMBOL_CLASS public b3ConvexHullInternal::Edge [b3ConvexHullComputer.cpp <511:3 <511:9 511:12> 544:3>]
SYMBOL_FIELD public b3ConvexHullInternal::Edge * b3ConvexHullInternal::Edge::next [b3ConvexHullComputer.cpp <514:11 514:14>]
REFERENCE_TYPE_USAGE b3ConvexHullInternal::Edge * b3ConvexHullInternal::Edge::next -> b3ConvexHullInternal::Edge [b3ConvexHullComputer.cpp <514:5 514:8>]
@@ -1032,14 +1032,14 @@ REFERENCE_CALL void b3ConvexHullInternal::Face::init(b3ConvexHullInternal::Verte
REFERENCE_USAGE void b3ConvexHullInternal::Face::init(b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *) -> b3ConvexHullInternal::Point32 b3ConvexHullInternal::Face::origin [b3ConvexHullComputer.cpp <563:6 563:11>]
REFERENCE_USAGE void b3ConvexHullInternal::Face::init(b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *) -> b3ConvexHullInternal::Point32 b3ConvexHullInternal::Vertex::point [b3ConvexHullComputer.cpp <563:18 563:22>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<560:23> [b3ConvexHullComputer.cpp <563:15 563:15>]
SYMBOL_FUNCTION b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &)
REFERENCE_CALL void b3ConvexHullInternal::Face::init(b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *) -> b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &) [b3ConvexHullComputer.cpp <564:11 564:11>]
SYMBOL_FUNCTION b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &&)
REFERENCE_CALL void b3ConvexHullInternal::Face::init(b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *) -> b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &&) [b3ConvexHullComputer.cpp <564:11 564:11>]
REFERENCE_USAGE void b3ConvexHullInternal::Face::init(b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *) -> b3ConvexHullInternal::Point32 b3ConvexHullInternal::Face::dir0 [b3ConvexHullComputer.cpp <564:6 564:9>]
SYMBOL_FUNCTION b3ConvexHullInternal::Point32 b3ConvexHullInternal::Vertex::operator-(const b3ConvexHullInternal::Vertex &) const
REFERENCE_CALL void b3ConvexHullInternal::Face::init(b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *) -> b3ConvexHullInternal::Point32 b3ConvexHullInternal::Vertex::operator-(const b3ConvexHullInternal::Vertex &) const [b3ConvexHullComputer.cpp <564:16 564:16>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<560:34> [b3ConvexHullComputer.cpp <564:14 564:14>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<560:23> [b3ConvexHullComputer.cpp <564:19 564:19>]
REFERENCE_CALL void b3ConvexHullInternal::Face::init(b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *) -> b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &) [b3ConvexHullComputer.cpp <565:11 565:11>]
REFERENCE_CALL void b3ConvexHullInternal::Face::init(b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *) -> b3ConvexHullInternal::Point32 & b3ConvexHullInternal::Point32::operator=(b3ConvexHullInternal::Point32 &&) [b3ConvexHullComputer.cpp <565:11 565:11>]
REFERENCE_USAGE void b3ConvexHullInternal::Face::init(b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *) -> b3ConvexHullInternal::Point32 b3ConvexHullInternal::Face::dir1 [b3ConvexHullComputer.cpp <565:6 565:9>]
REFERENCE_CALL void b3ConvexHullInternal::Face::init(b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *, b3ConvexHullInternal::Vertex *) -> b3ConvexHullInternal::Point32 b3ConvexHullInternal::Vertex::operator-(const b3ConvexHullInternal::Vertex &) const [b3ConvexHullComputer.cpp <565:16 565:16>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<560:45> [b3ConvexHullComputer.cpp <565:14 565:14>]
@@ -1060,7 +1060,7 @@ REFERENCE_CALL b3ConvexHullInternal::Point64 b3ConvexHullInternal::Face::getNorm
REFERENCE_USAGE b3ConvexHullInternal::Point64 b3ConvexHullInternal::Face::getNormal() -> b3ConvexHullInternal::Point32 b3ConvexHullInternal::Face::dir0 [b3ConvexHullComputer.cpp <579:13 579:16>]
REFERENCE_USAGE b3ConvexHullInternal::Point64 b3ConvexHullInternal::Face::getNormal() -> b3ConvexHullInternal::Point32 b3ConvexHullInternal::Face::dir1 [b3ConvexHullComputer.cpp <579:24 579:27>]
SYMBOL_METHOD public void b3ConvexHullInternal::Face::Face(const b3ConvexHullInternal::Face &) [b3ConvexHullComputer.cpp <546:9 546:12>]
SYMBOL_METHOD public void b3ConvexHullInternal::Face::Face(b3ConvexHullInternal::Face &) [b3ConvexHullComputer.cpp <546:9 546:12>]
SYMBOL_METHOD public void b3ConvexHullInternal::Face::Face(b3ConvexHullInternal::Face &&) [b3ConvexHullComputer.cpp <546:9 546:12>]
SYMBOL_CLASS b3ConvexHullInternal::DMul<typename UWord, typename UHWord> [b3ConvexHullComputer.cpp <583:3 <583:51 583:54> 648:3>]
SYMBOL_METHOD private static btUint32_t b3ConvexHullInternal::DMul<typename UWord, typename UHWord>::high(btUint64_t) [b3ConvexHullComputer.cpp <586:5 <586:23 586:26> 589:5>]
REFERENCE_TYPE_USAGE static btUint32_t b3ConvexHullInternal::DMul<typename UWord, typename UHWord>::high(btUint64_t) -> btUint32_t [b3ConvexHullComputer.cpp <586:12 586:21>]
@@ -1360,14 +1360,14 @@ REFERENCE_USAGE void b3ConvexHullInternal::IntermediateHull::IntermediateHull()
SYMBOL_METHOD public void b3ConvexHullInternal::IntermediateHull::print() [b3ConvexHullComputer.cpp <664:10 664:14>]
REFERENCE_TYPE_USAGE void b3ConvexHullInternal::IntermediateHull::print() -> void [b3ConvexHullComputer.cpp <664:5 664:8>]
SYMBOL_METHOD public void b3ConvexHullInternal::IntermediateHull::IntermediateHull(const b3ConvexHullInternal::IntermediateHull &) [b3ConvexHullComputer.cpp <652:9 652:24>]
SYMBOL_METHOD public void b3ConvexHullInternal::IntermediateHull::IntermediateHull(b3ConvexHullInternal::IntermediateHull &) [b3ConvexHullComputer.cpp <652:9 652:24>]
SYMBOL_METHOD public void b3ConvexHullInternal::IntermediateHull::IntermediateHull(b3ConvexHullInternal::IntermediateHull &&) [b3ConvexHullComputer.cpp <652:9 652:24>]
SYMBOL_METHOD public b3ConvexHullInternal::IntermediateHull & b3ConvexHullInternal::IntermediateHull::operator=(const b3ConvexHullInternal::IntermediateHull &) [b3ConvexHullComputer.cpp <652:9 <652:9 652:24> 652:24>]
REFERENCE_USAGE b3ConvexHullInternal::IntermediateHull & b3ConvexHullInternal::IntermediateHull::operator=(const b3ConvexHullInternal::IntermediateHull &) -> b3ConvexHullInternal::Vertex * b3ConvexHullInternal::IntermediateHull::minXy [b3ConvexHullComputer.cpp <652:9 652:24>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<652:9> [b3ConvexHullComputer.cpp <652:9 652:24>]
REFERENCE_USAGE b3ConvexHullInternal::IntermediateHull & b3ConvexHullInternal::IntermediateHull::operator=(const b3ConvexHullInternal::IntermediateHull &) -> b3ConvexHullInternal::Vertex * b3ConvexHullInternal::IntermediateHull::maxXy [b3ConvexHullComputer.cpp <652:9 652:24>]
REFERENCE_USAGE b3ConvexHullInternal::IntermediateHull & b3ConvexHullInternal::IntermediateHull::operator=(const b3ConvexHullInternal::IntermediateHull &) -> b3ConvexHullInternal::Vertex * b3ConvexHullInternal::IntermediateHull::minYx [b3ConvexHullComputer.cpp <652:9 652:24>]
REFERENCE_USAGE b3ConvexHullInternal::IntermediateHull & b3ConvexHullInternal::IntermediateHull::operator=(const b3ConvexHullInternal::IntermediateHull &) -> b3ConvexHullInternal::Vertex * b3ConvexHullInternal::IntermediateHull::maxYx [b3ConvexHullComputer.cpp <652:9 652:24>]
SYMBOL_METHOD public b3ConvexHullInternal::IntermediateHull & b3ConvexHullInternal::IntermediateHull::operator=(b3ConvexHullInternal::IntermediateHull &) [b3ConvexHullComputer.cpp <652:9 652:24>]
SYMBOL_METHOD public b3ConvexHullInternal::IntermediateHull & b3ConvexHullInternal::IntermediateHull::operator=(b3ConvexHullInternal::IntermediateHull &&) [b3ConvexHullComputer.cpp <652:9 652:24>]
SYMBOL_ENUM private b3ConvexHullInternal::Orientation [b3ConvexHullComputer.cpp <667:3 <667:8 667:18> 667:55>]
SYMBOL_ENUM_CONSTANT b3ConvexHullInternal::Orientation::NONE [b3ConvexHullComputer.cpp <667:21 667:24>]
SYMBOL_ENUM_CONSTANT b3ConvexHullInternal::Orientation::CLOCKWISE [b3ConvexHullComputer.cpp <667:27 667:35>]
@@ -1976,8 +1976,8 @@ REFERENCE_TYPE_USAGE b3Scalar b3ConvexHullInternal::shrink(b3Scalar, b3Scalar) -
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<838:45> [b3ConvexHullComputer.cpp <838:45 838:55>]
REFERENCE_TYPE_USAGE b3Scalar b3ConvexHullInternal::shrink(b3Scalar, b3Scalar) -> b3Scalar [b3ConvexHullComputer.cpp <838:36 838:43>]
SYMBOL_METHOD public void b3ConvexHullInternal::b3ConvexHullInternal(const b3ConvexHullInternal &) [b3ConvexHullComputer.cpp <56:7 56:26>]
SYMBOL_METHOD public void b3ConvexHullInternal::b3ConvexHullInternal(b3ConvexHullInternal &) [b3ConvexHullComputer.cpp <56:7 56:26>]
SYMBOL_METHOD public b3ConvexHullInternal & b3ConvexHullInternal::operator=(b3ConvexHullInternal &) [b3ConvexHullComputer.cpp <56:7 56:26>]
SYMBOL_METHOD public void b3ConvexHullInternal::b3ConvexHullInternal(b3ConvexHullInternal &&) [b3ConvexHullComputer.cpp <56:7 56:26>]
SYMBOL_METHOD public b3ConvexHullInternal & b3ConvexHullInternal::operator=(b3ConvexHullInternal &&) [b3ConvexHullComputer.cpp <56:7 56:26>]
SYMBOL_METHOD public void b3ConvexHullInternal::~b3ConvexHullInternal() [b3ConvexHullComputer.cpp <56:7 <56:7 56:26> 56:26>]
SYMBOL_METHOD public void b3ConvexHullInternal::b3ConvexHullInternal() [b3ConvexHullComputer.cpp <56:7 <56:7 56:26> 56:26>]
REFERENCE_USAGE void b3ConvexHullInternal::b3ConvexHullInternal() -> b3Vector3 b3ConvexHullInternal::scaling [b3ConvexHullComputer.cpp <56:7 56:26>]
@@ -2096,8 +2096,8 @@ REFERENCE_USAGE static b3ConvexHullInternal::Int128 b3ConvexHullInternal::Int128
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<885:9> [b3ConvexHullComputer.cpp <894:42 894:47>]
REFERENCE_USAGE static b3ConvexHullInternal::Int128 b3ConvexHullInternal::Int128::mul(btUint64_t, btUint64_t) -> btUint64_t b3ConvexHullInternal::Int128::high [b3ConvexHullComputer.cpp <894:61 894:64>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<885:9> [b3ConvexHullComputer.cpp <894:54 894:59>]
SYMBOL_FUNCTION void b3ConvexHullInternal::Int128::Int128(b3ConvexHullInternal::Int128 &)
REFERENCE_CALL static b3ConvexHullInternal::Int128 b3ConvexHullInternal::Int128::mul(btUint64_t, btUint64_t) -> void b3ConvexHullInternal::Int128::Int128(b3ConvexHullInternal::Int128 &) [b3ConvexHullComputer.cpp <897:9 897:14>]
SYMBOL_FUNCTION void b3ConvexHullInternal::Int128::Int128(b3ConvexHullInternal::Int128 &&)
REFERENCE_CALL static b3ConvexHullInternal::Int128 b3ConvexHullInternal::Int128::mul(btUint64_t, btUint64_t) -> void b3ConvexHullInternal::Int128::Int128(b3ConvexHullInternal::Int128 &&) [b3ConvexHullComputer.cpp <897:9 897:14>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<885:9> [b3ConvexHullComputer.cpp <897:9 897:14>]
SYMBOL_METHOD public int b3ConvexHullInternal::Rational64::compare(const b3ConvexHullInternal::Rational64 &) const [b3ConvexHullComputer.cpp <900:1 <900:39 900:45> 942:1>]
SYMBOL_CLASS b3ConvexHullInternal::Rational64
@@ -4092,8 +4092,8 @@ LOCAL_SYMBOL: b3ConvexHullComputer.cpp<1971:12> [b3ConvexHullComputer.cpp <1995:
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<1971:12> [b3ConvexHullComputer.cpp <1997:3 1997:3>]
REFERENCE_TYPE_USAGE void b3ConvexHullInternal::compute(const void *, bool, int, int) -> b3Scalar [b3ConvexHullComputer.cpp <1997:10 1997:17>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<1971:12> [b3ConvexHullComputer.cpp <1997:24 1997:24>]
SYMBOL_FUNCTION b3Vector3 & b3Vector3::operator=(b3Vector3 &)
REFERENCE_CALL void b3ConvexHullInternal::compute(const void *, bool, int, int) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &) [b3ConvexHullComputer.cpp <2000:9 2000:9>]
SYMBOL_FUNCTION b3Vector3 & b3Vector3::operator=(b3Vector3 &&)
REFERENCE_CALL void b3ConvexHullInternal::compute(const void *, bool, int, int) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &&) [b3ConvexHullComputer.cpp <2000:9 2000:9>]
REFERENCE_USAGE void b3ConvexHullInternal::compute(const void *, bool, int, int) -> b3Vector3 b3ConvexHullInternal::center [b3ConvexHullComputer.cpp <2000:2 2000:7>]
SYMBOL_FUNCTION b3Vector3 operator*(const b3Vector3 &, const b3Scalar &)
REFERENCE_CALL void b3ConvexHullInternal::compute(const void *, bool, int, int) -> b3Vector3 operator*(const b3Vector3 &, const b3Scalar &) [b3ConvexHullComputer.cpp <2000:23 2000:23>]
@@ -4135,7 +4135,7 @@ REFERENCE_TYPE_USAGE void b3ConvexHullInternal::compute(const void *, bool, int,
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<2009:18> [b3ConvexHullComputer.cpp <2010:77 2010:77>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<1947:14> [b3ConvexHullComputer.cpp <2011:4 2011:6>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<1944:79> [b3ConvexHullComputer.cpp <2011:11 2011:16>]
REFERENCE_CALL void b3ConvexHullInternal::compute(const void *, bool, int, int) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &) [b3ConvexHullComputer.cpp <2012:6 2012:6>]
REFERENCE_CALL void b3ConvexHullInternal::compute(const void *, bool, int, int) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &&) [b3ConvexHullComputer.cpp <2012:6 2012:6>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<2010:14> [b3ConvexHullComputer.cpp <2012:4 2012:4>]
SYMBOL_FUNCTION b3Vector3 operator*(const b3Vector3 &, const b3Vector3 &)
REFERENCE_CALL void b3ConvexHullInternal::compute(const void *, bool, int, int) -> b3Vector3 operator*(const b3Vector3 &, const b3Vector3 &) [b3ConvexHullComputer.cpp <2012:21 2012:21>]
@@ -4187,7 +4187,7 @@ LOCAL_SYMBOL: b3ConvexHullComputer.cpp<2023:17> [b3ConvexHullComputer.cpp <2024:
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<2023:17> [b3ConvexHullComputer.cpp <2024:44 2024:44>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<1947:14> [b3ConvexHullComputer.cpp <2025:4 2025:6>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<1944:79> [b3ConvexHullComputer.cpp <2025:11 2025:16>]
REFERENCE_CALL void b3ConvexHullInternal::compute(const void *, bool, int, int) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &) [b3ConvexHullComputer.cpp <2026:6 2026:6>]
REFERENCE_CALL void b3ConvexHullInternal::compute(const void *, bool, int, int) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &&) [b3ConvexHullComputer.cpp <2026:6 2026:6>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<2024:14> [b3ConvexHullComputer.cpp <2026:4 2026:4>]
REFERENCE_CALL void b3ConvexHullInternal::compute(const void *, bool, int, int) -> b3Vector3 operator*(const b3Vector3 &, const b3Vector3 &) [b3ConvexHullComputer.cpp <2026:21 2026:21>]
REFERENCE_CALL void b3ConvexHullInternal::compute(const void *, bool, int, int) -> b3Vector3 operator-(const b3Vector3 &, const b3Vector3 &) [b3ConvexHullComputer.cpp <2026:11 2026:11>]
@@ -4966,8 +4966,8 @@ REFERENCE_USAGE bool b3ConvexHullInternal::shiftFace(b3ConvexHullInternal::Face
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<2478:12> [b3ConvexHullComputer.cpp <2479:4 2479:4>]
REFERENCE_USAGE bool b3ConvexHullInternal::shiftFace(b3ConvexHullInternal::Face *, b3Scalar, b3AlignedObjectArray<b3ConvexHullInternal::Vertex *>) -> int b3ConvexHullInternal::Vertex::copy [b3ConvexHullComputer.cpp <2480:7 2480:10>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<2478:12> [b3ConvexHullComputer.cpp <2480:4 2480:4>]
SYMBOL_FUNCTION b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &)
REFERENCE_CALL bool b3ConvexHullInternal::shiftFace(b3ConvexHullInternal::Face *, b3Scalar, b3AlignedObjectArray<b3ConvexHullInternal::Vertex *>) -> b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &) [b3ConvexHullComputer.cpp <2481:16 2481:16>]
SYMBOL_FUNCTION b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &&)
REFERENCE_CALL bool b3ConvexHullInternal::shiftFace(b3ConvexHullInternal::Face *, b3Scalar, b3AlignedObjectArray<b3ConvexHullInternal::Vertex *>) -> b3ConvexHullInternal::PointR128 & b3ConvexHullInternal::PointR128::operator=(b3ConvexHullInternal::PointR128 &&) [b3ConvexHullComputer.cpp <2481:16 2481:16>]
REFERENCE_USAGE bool b3ConvexHullInternal::shiftFace(b3ConvexHullInternal::Face *, b3Scalar, b3AlignedObjectArray<b3ConvexHullInternal::Vertex *>) -> b3ConvexHullInternal::PointR128 b3ConvexHullInternal::Vertex::point128 [b3ConvexHullComputer.cpp <2481:7 2481:14>]
LOCAL_SYMBOL: b3ConvexHullComputer.cpp<2478:12> [b3ConvexHullComputer.cpp <2481:4 2481:4>]
SYMBOL_FUNCTION void b3ConvexHullInternal::PointR128::PointR128(b3ConvexHullInternal::Int128, b3ConvexHullInternal::Int128, b3ConvexHullInternal::Int128, b3ConvexHullInternal::Int128)
@@ -176,14 +176,14 @@ LOCAL_SYMBOL: b3GeometryUtil.cpp<99:29> [b3GeometryUtil.cpp <99:29 99:33>]
REFERENCE_CALL static void b3GeometryUtil::getPlaneEquationsFromVertices(b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> void b3Vector3::b3Vector3() [b3GeometryUtil.cpp <99:29 99:33>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<99:35> [b3GeometryUtil.cpp <99:35 99:39>]
REFERENCE_CALL static void b3GeometryUtil::getPlaneEquationsFromVertices(b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> void b3Vector3::b3Vector3() [b3GeometryUtil.cpp <99:35 99:39>]
SYMBOL_FUNCTION b3Vector3 & b3Vector3::operator=(b3Vector3 &)
REFERENCE_CALL static void b3GeometryUtil::getPlaneEquationsFromVertices(b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &) [b3GeometryUtil.cpp <100:11 100:11>]
SYMBOL_FUNCTION b3Vector3 & b3Vector3::operator=(b3Vector3 &&)
REFERENCE_CALL static void b3GeometryUtil::getPlaneEquationsFromVertices(b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &&) [b3GeometryUtil.cpp <100:11 100:11>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<99:29> [b3GeometryUtil.cpp <100:5 100:9>]
SYMBOL_FUNCTION b3Vector3 operator-(const b3Vector3 &, const b3Vector3 &)
REFERENCE_CALL static void b3GeometryUtil::getPlaneEquationsFromVertices(b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 operator-(const b3Vector3 &, const b3Vector3 &) [b3GeometryUtil.cpp <100:15 100:15>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<92:21> [b3GeometryUtil.cpp <100:13 100:14>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<87:20> [b3GeometryUtil.cpp <100:16 100:17>]
REFERENCE_CALL static void b3GeometryUtil::getPlaneEquationsFromVertices(b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &) [b3GeometryUtil.cpp <101:11 101:11>]
REFERENCE_CALL static void b3GeometryUtil::getPlaneEquationsFromVertices(b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &&) [b3GeometryUtil.cpp <101:11 101:11>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<99:35> [b3GeometryUtil.cpp <101:5 101:9>]
REFERENCE_CALL static void b3GeometryUtil::getPlaneEquationsFromVertices(b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 operator-(const b3Vector3 &, const b3Vector3 &) [b3GeometryUtil.cpp <101:15 101:15>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<97:22> [b3GeometryUtil.cpp <101:13 101:14>]
@@ -195,7 +195,7 @@ LOCAL_SYMBOL: b3GeometryUtil.cpp<103:14> [b3GeometryUtil.cpp <103:14 103:15>]
REFERENCE_TYPE_USAGE static void b3GeometryUtil::getPlaneEquationsFromVertices(b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> int [b3GeometryUtil.cpp <103:10 103:12>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<103:14> [b3GeometryUtil.cpp <103:19 103:20>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<103:14> [b3GeometryUtil.cpp <103:24 103:25>]
REFERENCE_CALL static void b3GeometryUtil::getPlaneEquationsFromVertices(b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &) [b3GeometryUtil.cpp <105:20 105:20>]
REFERENCE_CALL static void b3GeometryUtil::getPlaneEquationsFromVertices(b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &&) [b3GeometryUtil.cpp <105:20 105:20>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<99:15> [b3GeometryUtil.cpp <105:6 105:18>]
SYMBOL_FUNCTION b3Vector3 operator*(const b3Scalar &, const b3Vector3 &)
REFERENCE_CALL static void b3GeometryUtil::getPlaneEquationsFromVertices(b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 operator*(const b3Scalar &, const b3Vector3 &) [b3GeometryUtil.cpp <105:33 105:33>]
@@ -278,7 +278,7 @@ LOCAL_SYMBOL: b3GeometryUtil.cpp<142:13> [b3GeometryUtil.cpp <145:42 145:42>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<147:15> [b3GeometryUtil.cpp <147:15 147:18>]
REFERENCE_TYPE_USAGE static void b3GeometryUtil::getVerticesFromPlaneEquations(const b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 [b3GeometryUtil.cpp <147:5 147:13>]
REFERENCE_CALL static void b3GeometryUtil::getVerticesFromPlaneEquations(const b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> void b3Vector3::b3Vector3() [b3GeometryUtil.cpp <147:15 147:18>]
REFERENCE_CALL static void b3GeometryUtil::getVerticesFromPlaneEquations(const b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &) [b3GeometryUtil.cpp <147:26 147:26>]
REFERENCE_CALL static void b3GeometryUtil::getVerticesFromPlaneEquations(const b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &&) [b3GeometryUtil.cpp <147:26 147:26>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<147:15> [b3GeometryUtil.cpp <147:21 147:24>]
REFERENCE_CALL static void b3GeometryUtil::getVerticesFromPlaneEquations(const b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 b3Vector3::cross(const b3Vector3 &) const [b3GeometryUtil.cpp <147:31 147:35>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<140:21> [b3GeometryUtil.cpp <147:28 147:29>]
@@ -286,7 +286,7 @@ LOCAL_SYMBOL: b3GeometryUtil.cpp<145:22> [b3GeometryUtil.cpp <147:37 147:38>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<148:15> [b3GeometryUtil.cpp <148:15 148:18>]
REFERENCE_TYPE_USAGE static void b3GeometryUtil::getVerticesFromPlaneEquations(const b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 [b3GeometryUtil.cpp <148:5 148:13>]
REFERENCE_CALL static void b3GeometryUtil::getVerticesFromPlaneEquations(const b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> void b3Vector3::b3Vector3() [b3GeometryUtil.cpp <148:15 148:18>]
REFERENCE_CALL static void b3GeometryUtil::getVerticesFromPlaneEquations(const b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &) [b3GeometryUtil.cpp <148:26 148:26>]
REFERENCE_CALL static void b3GeometryUtil::getVerticesFromPlaneEquations(const b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &&) [b3GeometryUtil.cpp <148:26 148:26>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<148:15> [b3GeometryUtil.cpp <148:21 148:24>]
REFERENCE_CALL static void b3GeometryUtil::getVerticesFromPlaneEquations(const b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 b3Vector3::cross(const b3Vector3 &) const [b3GeometryUtil.cpp <148:31 148:35>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<145:22> [b3GeometryUtil.cpp <148:28 148:29>]
@@ -294,7 +294,7 @@ LOCAL_SYMBOL: b3GeometryUtil.cpp<135:20> [b3GeometryUtil.cpp <148:37 148:38>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<149:15> [b3GeometryUtil.cpp <149:15 149:18>]
REFERENCE_TYPE_USAGE static void b3GeometryUtil::getVerticesFromPlaneEquations(const b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 [b3GeometryUtil.cpp <149:5 149:13>]
REFERENCE_CALL static void b3GeometryUtil::getVerticesFromPlaneEquations(const b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> void b3Vector3::b3Vector3() [b3GeometryUtil.cpp <149:15 149:18>]
REFERENCE_CALL static void b3GeometryUtil::getVerticesFromPlaneEquations(const b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &) [b3GeometryUtil.cpp <149:26 149:26>]
REFERENCE_CALL static void b3GeometryUtil::getVerticesFromPlaneEquations(const b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 & b3Vector3::operator=(b3Vector3 &&) [b3GeometryUtil.cpp <149:26 149:26>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<149:15> [b3GeometryUtil.cpp <149:21 149:24>]
REFERENCE_CALL static void b3GeometryUtil::getVerticesFromPlaneEquations(const b3AlignedObjectArray<b3Vector3> &, b3AlignedObjectArray<b3Vector3> &) -> b3Vector3 b3Vector3::cross(const b3Vector3 &) const [b3GeometryUtil.cpp <149:31 149:35>]
LOCAL_SYMBOL: b3GeometryUtil.cpp<135:20> [b3GeometryUtil.cpp <149:28 149:29>]