logic: implemented highlighting both opening and closing bracket in Code view while hovering either one (issue #12)
This commit is contained in:
+314
File diff suppressed because it is too large
Load Diff
+282
File diff suppressed because it is too large
Load Diff
+292
File diff suppressed because it is too large
Load Diff
+360
File diff suppressed because it is too large
Load Diff
+388
File diff suppressed because it is too large
Load Diff
+296
File diff suppressed because it is too large
Load Diff
+440
File diff suppressed because it is too large
Load Diff
+296
File diff suppressed because it is too large
Load Diff
+334
File diff suppressed because it is too large
Load Diff
+404
File diff suppressed because it is too large
Load Diff
+488
File diff suppressed because it is too large
Load Diff
+378
File diff suppressed because it is too large
Load Diff
+46
@@ -201,6 +201,8 @@ LOCAL_SYMBOL: b2Settings.h<141:24> [b2Settings.h <141:24 141:29>]
|
||||
SYMBOL_BUILTIN_TYPE char
|
||||
REFERENCE_TYPE_USAGE void b2Log(const char *) -> char [b2Settings.h <141:18 141:21>]
|
||||
SYMBOL_STRUCT b2Version [b2Settings.h <145:1 <145:8 145:16> 150:1>]
|
||||
LOCAL_SYMBOL: b2Settings.h<146:1> [b2Settings.h <146:1 146:1>]
|
||||
LOCAL_SYMBOL: b2Settings.h<146:1> [b2Settings.h <150:1 150:1>]
|
||||
SYMBOL_FIELD public int32 b2Version::major [b2Settings.h <147:8 147:12>]
|
||||
REFERENCE_TYPE_USAGE int32 b2Version::major -> int32 [b2Settings.h <147:2 147:6>]
|
||||
SYMBOL_FIELD public int32 b2Version::minor [b2Settings.h <148:8 148:12>]
|
||||
@@ -220,6 +222,8 @@ REFERENCE_TYPE_USAGE const int32 b2_chunkArrayIncrement -> int32 [b2BlockAllocat
|
||||
SYMBOL_STRUCT b2Block [b2BlockAllocator.h <29:8 29:14>]
|
||||
SYMBOL_STRUCT b2Chunk [b2BlockAllocator.h <30:8 30:14>]
|
||||
SYMBOL_CLASS b2BlockAllocator [b2BlockAllocator.h <35:1 <35:7 35:22> 60:1>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.h<36:1> [b2BlockAllocator.h <36:1 36:1>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.h<36:1> [b2BlockAllocator.h <60:1 60:1>]
|
||||
SYMBOL_METHOD public void b2BlockAllocator::b2BlockAllocator() [b2BlockAllocator.h <38:2 38:17>]
|
||||
SYMBOL_METHOD public void b2BlockAllocator::~b2BlockAllocator() [b2BlockAllocator.h <39:2 39:18>]
|
||||
SYMBOL_METHOD public void * b2BlockAllocator::Allocate(int32) [b2BlockAllocator.h <42:8 42:15>]
|
||||
@@ -258,6 +262,8 @@ SYMBOL_CLASS b2BlockAllocator
|
||||
QUALIFIER: b2BlockAllocator [b2BlockAllocator.cpp <24:7 24:22>]
|
||||
REFERENCE_TYPE_USAGE static int32 [] b2BlockAllocator::s_blockSizes -> int32 [b2BlockAllocator.cpp <24:1 24:5>]
|
||||
REFERENCE_USAGE static int32 [] b2BlockAllocator::s_blockSizes -> const int32 b2_blockSizes [b2BlockAllocator.cpp <24:38 24:50>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<25:1> [b2BlockAllocator.cpp <25:1 25:1>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<25:1> [b2BlockAllocator.cpp <40:1 40:1>]
|
||||
SYMBOL_FIELD private static uint8 [] b2BlockAllocator::s_blockSizeLookup [b2BlockAllocator.cpp <41:25 41:41>]
|
||||
QUALIFIER: b2BlockAllocator [b2BlockAllocator.cpp <41:7 41:22>]
|
||||
REFERENCE_TYPE_USAGE static uint8 [] b2BlockAllocator::s_blockSizeLookup -> uint8 [b2BlockAllocator.cpp <41:1 41:5>]
|
||||
@@ -266,15 +272,21 @@ SYMBOL_FIELD private static bool b2BlockAllocator::s_blockSizeLookupInitialized
|
||||
QUALIFIER: b2BlockAllocator [b2BlockAllocator.cpp <42:6 42:21>]
|
||||
REFERENCE_TYPE_USAGE static bool b2BlockAllocator::s_blockSizeLookupInitialized -> bool [b2BlockAllocator.cpp <42:1 42:4>]
|
||||
SYMBOL_STRUCT b2Chunk [b2BlockAllocator.cpp <44:1 <44:8 44:14> 48:1>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<45:1> [b2BlockAllocator.cpp <45:1 45:1>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<45:1> [b2BlockAllocator.cpp <48:1 48:1>]
|
||||
SYMBOL_FIELD public int32 b2Chunk::blockSize [b2BlockAllocator.cpp <46:8 46:16>]
|
||||
REFERENCE_TYPE_USAGE int32 b2Chunk::blockSize -> int32 [b2BlockAllocator.cpp <46:2 46:6>]
|
||||
SYMBOL_FIELD public b2Block * b2Chunk::blocks [b2BlockAllocator.cpp <47:11 47:16>]
|
||||
REFERENCE_TYPE_USAGE b2Block * b2Chunk::blocks -> b2Block [b2BlockAllocator.cpp <47:2 47:8>]
|
||||
SYMBOL_STRUCT b2Block [b2BlockAllocator.cpp <50:1 <50:8 50:14> 53:1>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<51:1> [b2BlockAllocator.cpp <51:1 51:1>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<51:1> [b2BlockAllocator.cpp <53:1 53:1>]
|
||||
SYMBOL_FIELD public b2Block * b2Block::next [b2BlockAllocator.cpp <52:11 52:14>]
|
||||
REFERENCE_TYPE_USAGE b2Block * b2Block::next -> b2Block [b2BlockAllocator.cpp <52:2 52:8>]
|
||||
SYMBOL_METHOD public void b2BlockAllocator::b2BlockAllocator() [b2BlockAllocator.cpp <55:1 <55:19 55:34> 85:1>]
|
||||
QUALIFIER: b2BlockAllocator [b2BlockAllocator.cpp <55:1 55:16>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<56:1> [b2BlockAllocator.cpp <56:1 56:1>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<56:1> [b2BlockAllocator.cpp <85:1 85:1>]
|
||||
REFERENCE_TYPE_USAGE void b2BlockAllocator::b2BlockAllocator() -> void [b2BlockAllocator.cpp <57:2 57:9>]
|
||||
REFERENCE_USAGE void b2BlockAllocator::b2BlockAllocator() -> const int32 b2_blockSizes [b2BlockAllocator.cpp <57:11 57:23>]
|
||||
SYMBOL_FUNCTION void _wassert(const wchar_t *, const wchar_t *, unsigned int)
|
||||
@@ -298,6 +310,8 @@ REFERENCE_CALL void b2BlockAllocator::b2BlockAllocator() -> void * memset(void *
|
||||
REFERENCE_USAGE void b2BlockAllocator::b2BlockAllocator() -> b2Block * [] b2BlockAllocator::m_freeLists [b2BlockAllocator.cpp <64:9 64:19>]
|
||||
REFERENCE_USAGE void b2BlockAllocator::b2BlockAllocator() -> b2Block * [] b2BlockAllocator::m_freeLists [b2BlockAllocator.cpp <64:32 64:42>]
|
||||
REFERENCE_USAGE void b2BlockAllocator::b2BlockAllocator() -> static bool b2BlockAllocator::s_blockSizeLookupInitialized [b2BlockAllocator.cpp <66:6 66:33>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<67:2> [b2BlockAllocator.cpp <67:2 67:2>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<67:2> [b2BlockAllocator.cpp <84:2 84:2>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<68:9> [b2BlockAllocator.cpp <68:9 68:9>]
|
||||
REFERENCE_TYPE_USAGE void b2BlockAllocator::b2BlockAllocator() -> int32 [b2BlockAllocator.cpp <68:3 68:7>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<69:14> [b2BlockAllocator.cpp <69:14 69:14>]
|
||||
@@ -305,6 +319,8 @@ REFERENCE_TYPE_USAGE void b2BlockAllocator::b2BlockAllocator() -> int32 [b2Block
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<69:14> [b2BlockAllocator.cpp <69:21 69:21>]
|
||||
REFERENCE_USAGE void b2BlockAllocator::b2BlockAllocator() -> const int32 b2_maxBlockSize [b2BlockAllocator.cpp <69:26 69:40>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<69:14> [b2BlockAllocator.cpp <69:45 69:45>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<70:3> [b2BlockAllocator.cpp <70:3 70:3>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<70:3> [b2BlockAllocator.cpp <81:3 81:3>]
|
||||
REFERENCE_TYPE_USAGE void b2BlockAllocator::b2BlockAllocator() -> void [b2BlockAllocator.cpp <71:4 71:11>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<68:9> [b2BlockAllocator.cpp <71:13 71:13>]
|
||||
REFERENCE_USAGE void b2BlockAllocator::b2BlockAllocator() -> const int32 b2_blockSizes [b2BlockAllocator.cpp <71:17 71:29>]
|
||||
@@ -313,10 +329,14 @@ REFERENCE_TYPE_USAGE void b2BlockAllocator::b2BlockAllocator() -> unsigned int [
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<69:14> [b2BlockAllocator.cpp <72:8 72:8>]
|
||||
REFERENCE_USAGE void b2BlockAllocator::b2BlockAllocator() -> static int32 [] b2BlockAllocator::s_blockSizes [b2BlockAllocator.cpp <72:13 72:24>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<68:9> [b2BlockAllocator.cpp <72:26 72:26>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<73:4> [b2BlockAllocator.cpp <73:4 73:4>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<73:4> [b2BlockAllocator.cpp <75:4 75:4>]
|
||||
REFERENCE_USAGE void b2BlockAllocator::b2BlockAllocator() -> static uint8 [] b2BlockAllocator::s_blockSizeLookup [b2BlockAllocator.cpp <74:5 74:21>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<69:14> [b2BlockAllocator.cpp <74:23 74:23>]
|
||||
REFERENCE_TYPE_USAGE void b2BlockAllocator::b2BlockAllocator() -> uint8 [b2BlockAllocator.cpp <74:29 74:33>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<68:9> [b2BlockAllocator.cpp <74:35 74:35>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<77:4> [b2BlockAllocator.cpp <77:4 77:4>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<77:4> [b2BlockAllocator.cpp <80:4 80:4>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<68:9> [b2BlockAllocator.cpp <78:7 78:7>]
|
||||
REFERENCE_USAGE void b2BlockAllocator::b2BlockAllocator() -> static uint8 [] b2BlockAllocator::s_blockSizeLookup [b2BlockAllocator.cpp <79:5 79:21>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<69:14> [b2BlockAllocator.cpp <79:23 79:23>]
|
||||
@@ -325,11 +345,15 @@ LOCAL_SYMBOL: b2BlockAllocator.cpp<68:9> [b2BlockAllocator.cpp <79:35 79:35>]
|
||||
REFERENCE_USAGE void b2BlockAllocator::b2BlockAllocator() -> static bool b2BlockAllocator::s_blockSizeLookupInitialized [b2BlockAllocator.cpp <83:3 83:30>]
|
||||
SYMBOL_METHOD public void b2BlockAllocator::~b2BlockAllocator() [b2BlockAllocator.cpp <87:1 <87:19 87:35> 95:1>]
|
||||
QUALIFIER: b2BlockAllocator [b2BlockAllocator.cpp <87:1 87:16>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<88:1> [b2BlockAllocator.cpp <88:1 88:1>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<88:1> [b2BlockAllocator.cpp <95:1 95:1>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<89:13> [b2BlockAllocator.cpp <89:13 89:13>]
|
||||
REFERENCE_TYPE_USAGE void b2BlockAllocator::~b2BlockAllocator() -> int32 [b2BlockAllocator.cpp <89:7 89:11>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<89:13> [b2BlockAllocator.cpp <89:20 89:20>]
|
||||
REFERENCE_USAGE void b2BlockAllocator::~b2BlockAllocator() -> int32 b2BlockAllocator::m_chunkCount [b2BlockAllocator.cpp <89:24 89:35>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<89:13> [b2BlockAllocator.cpp <89:40 89:40>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<90:2> [b2BlockAllocator.cpp <90:2 90:2>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<90:2> [b2BlockAllocator.cpp <92:2 92:2>]
|
||||
SYMBOL_FUNCTION void b2Free(void *)
|
||||
REFERENCE_CALL void b2BlockAllocator::~b2BlockAllocator() -> void b2Free(void *) [b2BlockAllocator.cpp <91:3 91:8>]
|
||||
REFERENCE_USAGE void b2BlockAllocator::~b2BlockAllocator() -> b2Block * b2Chunk::blocks [b2BlockAllocator.cpp <91:22 91:27>]
|
||||
@@ -342,6 +366,8 @@ QUALIFIER: b2BlockAllocator [b2BlockAllocator.cpp <97:7 97:22>]
|
||||
REFERENCE_TYPE_USAGE void * b2BlockAllocator::Allocate(int32) -> void [b2BlockAllocator.cpp <97:1 97:4>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<97:40> [b2BlockAllocator.cpp <97:40 97:43>]
|
||||
REFERENCE_TYPE_USAGE void * b2BlockAllocator::Allocate(int32) -> int32 [b2BlockAllocator.cpp <97:34 97:38>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<98:1> [b2BlockAllocator.cpp <98:1 98:1>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<98:1> [b2BlockAllocator.cpp <153:1 153:1>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<97:40> [b2BlockAllocator.cpp <99:6 99:9>]
|
||||
REFERENCE_TYPE_USAGE void * b2BlockAllocator::Allocate(int32) -> void [b2BlockAllocator.cpp <102:2 102:9>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<97:40> [b2BlockAllocator.cpp <102:15 102:18>]
|
||||
@@ -349,6 +375,8 @@ REFERENCE_CALL void * b2BlockAllocator::Allocate(int32) -> void _wassert(const w
|
||||
REFERENCE_TYPE_USAGE void * b2BlockAllocator::Allocate(int32) -> unsigned int [b2BlockAllocator.cpp <102:2 102:9>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<97:40> [b2BlockAllocator.cpp <104:6 104:9>]
|
||||
REFERENCE_USAGE void * b2BlockAllocator::Allocate(int32) -> const int32 b2_maxBlockSize [b2BlockAllocator.cpp <104:13 104:27>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<105:2> [b2BlockAllocator.cpp <105:2 105:2>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<105:2> [b2BlockAllocator.cpp <107:2 107:2>]
|
||||
REFERENCE_CALL void * b2BlockAllocator::Allocate(int32) -> void * b2Alloc(int32) [b2BlockAllocator.cpp <106:10 106:16>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<97:40> [b2BlockAllocator.cpp <106:18 106:21>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<109:8> [b2BlockAllocator.cpp <109:8 109:12>]
|
||||
@@ -363,6 +391,8 @@ REFERENCE_CALL void * b2BlockAllocator::Allocate(int32) -> void _wassert(const w
|
||||
REFERENCE_TYPE_USAGE void * b2BlockAllocator::Allocate(int32) -> unsigned int [b2BlockAllocator.cpp <110:2 110:9>]
|
||||
REFERENCE_USAGE void * b2BlockAllocator::Allocate(int32) -> b2Block * [] b2BlockAllocator::m_freeLists [b2BlockAllocator.cpp <112:6 112:16>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<109:8> [b2BlockAllocator.cpp <112:18 112:22>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<113:2> [b2BlockAllocator.cpp <113:2 113:2>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<113:2> [b2BlockAllocator.cpp <117:2 117:2>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<114:12> [b2BlockAllocator.cpp <114:12 114:16>]
|
||||
REFERENCE_TYPE_USAGE void * b2BlockAllocator::Allocate(int32) -> b2Block [b2BlockAllocator.cpp <114:3 114:9>]
|
||||
REFERENCE_USAGE void * b2BlockAllocator::Allocate(int32) -> b2Block * [] b2BlockAllocator::m_freeLists [b2BlockAllocator.cpp <114:20 114:30>]
|
||||
@@ -372,8 +402,12 @@ LOCAL_SYMBOL: b2BlockAllocator.cpp<109:8> [b2BlockAllocator.cpp <115:15 115:19>]
|
||||
REFERENCE_USAGE void * b2BlockAllocator::Allocate(int32) -> b2Block * b2Block::next [b2BlockAllocator.cpp <115:31 115:34>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<114:12> [b2BlockAllocator.cpp <115:24 115:28>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<114:12> [b2BlockAllocator.cpp <116:10 116:14>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<119:2> [b2BlockAllocator.cpp <119:2 119:2>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<119:2> [b2BlockAllocator.cpp <152:2 152:2>]
|
||||
REFERENCE_USAGE void * b2BlockAllocator::Allocate(int32) -> int32 b2BlockAllocator::m_chunkCount [b2BlockAllocator.cpp <120:7 120:18>]
|
||||
REFERENCE_USAGE void * b2BlockAllocator::Allocate(int32) -> int32 b2BlockAllocator::m_chunkSpace [b2BlockAllocator.cpp <120:23 120:34>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<121:3> [b2BlockAllocator.cpp <121:3 121:3>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<121:3> [b2BlockAllocator.cpp <128:3 128:3>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<122:13> [b2BlockAllocator.cpp <122:13 122:21>]
|
||||
REFERENCE_TYPE_USAGE void * b2BlockAllocator::Allocate(int32) -> b2Chunk [b2BlockAllocator.cpp <122:4 122:10>]
|
||||
REFERENCE_USAGE void * b2BlockAllocator::Allocate(int32) -> b2Chunk * b2BlockAllocator::m_chunks [b2BlockAllocator.cpp <122:25 122:32>]
|
||||
@@ -428,6 +462,8 @@ REFERENCE_TYPE_USAGE void * b2BlockAllocator::Allocate(int32) -> int32 [b2BlockA
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<139:14> [b2BlockAllocator.cpp <139:21 139:21>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<137:9> [b2BlockAllocator.cpp <139:25 139:34>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<139:14> [b2BlockAllocator.cpp <139:43 139:43>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<140:3> [b2BlockAllocator.cpp <140:3 140:3>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<140:3> [b2BlockAllocator.cpp <144:3 144:3>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<141:13> [b2BlockAllocator.cpp <141:13 141:17>]
|
||||
REFERENCE_TYPE_USAGE void * b2BlockAllocator::Allocate(int32) -> b2Block [b2BlockAllocator.cpp <141:4 141:10>]
|
||||
REFERENCE_TYPE_USAGE void * b2BlockAllocator::Allocate(int32) -> b2Block [b2BlockAllocator.cpp <141:22 141:28>]
|
||||
@@ -472,13 +508,19 @@ LOCAL_SYMBOL: b2BlockAllocator.cpp<155:35> [b2BlockAllocator.cpp <155:35 155:35>
|
||||
REFERENCE_TYPE_USAGE void b2BlockAllocator::Free(void *, int32) -> void [b2BlockAllocator.cpp <155:29 155:32>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<155:44> [b2BlockAllocator.cpp <155:44 155:47>]
|
||||
REFERENCE_TYPE_USAGE void b2BlockAllocator::Free(void *, int32) -> int32 [b2BlockAllocator.cpp <155:38 155:42>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<156:1> [b2BlockAllocator.cpp <156:1 156:1>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<156:1> [b2BlockAllocator.cpp <202:1 202:1>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<155:44> [b2BlockAllocator.cpp <157:6 157:9>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<158:2> [b2BlockAllocator.cpp <158:2 158:2>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<158:2> [b2BlockAllocator.cpp <160:2 160:2>]
|
||||
REFERENCE_TYPE_USAGE void b2BlockAllocator::Free(void *, int32) -> void [b2BlockAllocator.cpp <162:2 162:9>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<155:44> [b2BlockAllocator.cpp <162:15 162:18>]
|
||||
REFERENCE_CALL void b2BlockAllocator::Free(void *, int32) -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2BlockAllocator.cpp <162:2 162:9>]
|
||||
REFERENCE_TYPE_USAGE void b2BlockAllocator::Free(void *, int32) -> unsigned int [b2BlockAllocator.cpp <162:2 162:9>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<155:44> [b2BlockAllocator.cpp <164:6 164:9>]
|
||||
REFERENCE_USAGE void b2BlockAllocator::Free(void *, int32) -> const int32 b2_maxBlockSize [b2BlockAllocator.cpp <164:13 164:27>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<165:2> [b2BlockAllocator.cpp <165:2 165:2>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<165:2> [b2BlockAllocator.cpp <168:2 168:2>]
|
||||
REFERENCE_CALL void b2BlockAllocator::Free(void *, int32) -> void b2Free(void *) [b2BlockAllocator.cpp <166:3 166:8>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<155:35> [b2BlockAllocator.cpp <166:10 166:10>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<170:8> [b2BlockAllocator.cpp <170:8 170:12>]
|
||||
@@ -505,11 +547,15 @@ LOCAL_SYMBOL: b2BlockAllocator.cpp<199:11> [b2BlockAllocator.cpp <201:23 201:27>
|
||||
SYMBOL_METHOD public void b2BlockAllocator::Clear() [b2BlockAllocator.cpp <204:1 <204:24 204:28> 215:1>]
|
||||
QUALIFIER: b2BlockAllocator [b2BlockAllocator.cpp <204:6 204:21>]
|
||||
REFERENCE_TYPE_USAGE void b2BlockAllocator::Clear() -> void [b2BlockAllocator.cpp <204:1 204:4>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<205:1> [b2BlockAllocator.cpp <205:1 205:1>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<205:1> [b2BlockAllocator.cpp <215:1 215:1>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<206:13> [b2BlockAllocator.cpp <206:13 206:13>]
|
||||
REFERENCE_TYPE_USAGE void b2BlockAllocator::Clear() -> int32 [b2BlockAllocator.cpp <206:7 206:11>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<206:13> [b2BlockAllocator.cpp <206:20 206:20>]
|
||||
REFERENCE_USAGE void b2BlockAllocator::Clear() -> int32 b2BlockAllocator::m_chunkCount [b2BlockAllocator.cpp <206:24 206:35>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<206:13> [b2BlockAllocator.cpp <206:40 206:40>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<207:2> [b2BlockAllocator.cpp <207:2 207:2>]
|
||||
LOCAL_SYMBOL: b2BlockAllocator.cpp<207:2> [b2BlockAllocator.cpp <209:2 209:2>]
|
||||
REFERENCE_CALL void b2BlockAllocator::Clear() -> void b2Free(void *) [b2BlockAllocator.cpp <208:3 208:8>]
|
||||
REFERENCE_USAGE void b2BlockAllocator::Clear() -> b2Block * b2Chunk::blocks [b2BlockAllocator.cpp <208:22 208:27>]
|
||||
REFERENCE_USAGE void b2BlockAllocator::Clear() -> b2Chunk * b2BlockAllocator::m_chunks [b2BlockAllocator.cpp <208:10 208:17>]
|
||||
|
||||
+234
@@ -307,6 +307,8 @@ LOCAL_SYMBOL: b2Settings.h<141:24> [b2Settings.h <141:24 141:29>]
|
||||
SYMBOL_BUILTIN_TYPE char
|
||||
REFERENCE_TYPE_USAGE void b2Log(const char *) -> char [b2Settings.h <141:18 141:21>]
|
||||
SYMBOL_STRUCT b2Version [b2Settings.h <145:1 <145:8 145:16> 150:1>]
|
||||
LOCAL_SYMBOL: b2Settings.h<146:1> [b2Settings.h <146:1 146:1>]
|
||||
LOCAL_SYMBOL: b2Settings.h<146:1> [b2Settings.h <150:1 150:1>]
|
||||
SYMBOL_FIELD public int32 b2Version::major [b2Settings.h <147:8 147:12>]
|
||||
REFERENCE_TYPE_USAGE int32 b2Version::major -> int32 [b2Settings.h <147:2 147:6>]
|
||||
SYMBOL_FIELD public int32 b2Version::minor [b2Settings.h <148:8 148:12>]
|
||||
@@ -320,6 +322,8 @@ SYMBOL_BUILTIN_TYPE bool
|
||||
REFERENCE_TYPE_USAGE bool b2IsValid(float32) -> bool [b2Math.h <26:8 26:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<26:31> [b2Math.h <26:31 26:31>]
|
||||
REFERENCE_TYPE_USAGE bool b2IsValid(float32) -> float32 [b2Math.h <26:23 26:29>]
|
||||
LOCAL_SYMBOL: b2Math.h<27:1> [b2Math.h <27:1 27:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<27:1> [b2Math.h <30:1 30:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<28:8> [b2Math.h <28:8 28:9>]
|
||||
REFERENCE_TYPE_USAGE bool b2IsValid(float32) -> int32 [b2Math.h <28:2 28:6>]
|
||||
REFERENCE_TYPE_USAGE bool b2IsValid(float32) -> int32 [b2Math.h <28:31 28:35>]
|
||||
@@ -329,7 +333,11 @@ SYMBOL_FUNCTION float32 b2InvSqrt(float32) [b2Math.h <33:1 <33:16 33:24> 47:1>]
|
||||
REFERENCE_TYPE_USAGE float32 b2InvSqrt(float32) -> float32 [b2Math.h <33:8 33:14>]
|
||||
LOCAL_SYMBOL: b2Math.h<33:34> [b2Math.h <33:34 33:34>]
|
||||
REFERENCE_TYPE_USAGE float32 b2InvSqrt(float32) -> float32 [b2Math.h <33:26 33:32>]
|
||||
LOCAL_SYMBOL: b2Math.h<34:1> [b2Math.h <34:1 34:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<34:1> [b2Math.h <47:1 47:1>]
|
||||
SYMBOL_UNION b2InvSqrt::anonymous union (b2Math.h<35:2>) [b2Math.h <35:2 <35:2 35:6> 39:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<36:2> [b2Math.h <36:2 36:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<36:2> [b2Math.h <39:2 39:2>]
|
||||
SYMBOL_FIELD public float32 b2InvSqrt::anonymous union (b2Math.h<35:2>)::x [b2Math.h <37:11 37:11>]
|
||||
REFERENCE_TYPE_USAGE float32 b2InvSqrt::anonymous union (b2Math.h<35:2>)::x -> float32 [b2Math.h <37:3 37:9>]
|
||||
SYMBOL_FIELD public int32 b2InvSqrt::anonymous union (b2Math.h<35:2>)::i [b2Math.h <38:9 38:9>]
|
||||
@@ -361,7 +369,11 @@ LOCAL_SYMBOL: b2Math.h<33:34> [b2Math.h <45:26 45:26>]
|
||||
LOCAL_SYMBOL: b2Math.h<33:34> [b2Math.h <45:30 45:30>]
|
||||
LOCAL_SYMBOL: b2Math.h<33:34> [b2Math.h <46:9 46:9>]
|
||||
SYMBOL_STRUCT b2Vec2 [b2Math.h <53:1 <53:8 53:13> 141:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<54:1> [b2Math.h <54:1 54:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<54:1> [b2Math.h <141:1 141:1>]
|
||||
SYMBOL_METHOD public void b2Vec2::b2Vec2() [b2Math.h <56:2 <56:2 56:7> 56:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<56:11> [b2Math.h <56:11 56:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<56:11> [b2Math.h <56:12 56:12>]
|
||||
SYMBOL_METHOD public void b2Vec2::b2Vec2(float32, float32) [b2Math.h <59:2 <59:2 59:7> 59:53>]
|
||||
LOCAL_SYMBOL: b2Math.h<59:17> [b2Math.h <59:17 59:19>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::b2Vec2(float32, float32) -> float32 [b2Math.h <59:9 59:15>]
|
||||
@@ -371,8 +383,12 @@ REFERENCE_USAGE void b2Vec2::b2Vec2(float32, float32) -> float32 b2Vec2::x [b2Ma
|
||||
LOCAL_SYMBOL: b2Math.h<59:17> [b2Math.h <59:39 59:41>]
|
||||
REFERENCE_USAGE void b2Vec2::b2Vec2(float32, float32) -> float32 b2Vec2::y [b2Math.h <59:45 59:45>]
|
||||
LOCAL_SYMBOL: b2Math.h<59:30> [b2Math.h <59:47 59:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<59:52> [b2Math.h <59:52 59:52>]
|
||||
LOCAL_SYMBOL: b2Math.h<59:52> [b2Math.h <59:53 59:53>]
|
||||
SYMBOL_METHOD public void b2Vec2::SetZero() [b2Math.h <62:2 <62:7 62:13> 62:39>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::SetZero() -> void [b2Math.h <62:2 62:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<62:17> [b2Math.h <62:17 62:17>]
|
||||
LOCAL_SYMBOL: b2Math.h<62:17> [b2Math.h <62:39 62:39>]
|
||||
REFERENCE_USAGE void b2Vec2::SetZero() -> float32 b2Vec2::x [b2Math.h <62:19 62:19>]
|
||||
REFERENCE_USAGE void b2Vec2::SetZero() -> float32 b2Vec2::y [b2Math.h <62:29 62:29>]
|
||||
SYMBOL_METHOD public void b2Vec2::Set(float32, float32) [b2Math.h <65:2 <65:7 65:9> 65:53>]
|
||||
@@ -381,12 +397,16 @@ LOCAL_SYMBOL: b2Math.h<65:19> [b2Math.h <65:19 65:20>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::Set(float32, float32) -> float32 [b2Math.h <65:11 65:17>]
|
||||
LOCAL_SYMBOL: b2Math.h<65:31> [b2Math.h <65:31 65:32>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::Set(float32, float32) -> float32 [b2Math.h <65:23 65:29>]
|
||||
LOCAL_SYMBOL: b2Math.h<65:35> [b2Math.h <65:35 65:35>]
|
||||
LOCAL_SYMBOL: b2Math.h<65:35> [b2Math.h <65:53 65:53>]
|
||||
REFERENCE_USAGE void b2Vec2::Set(float32, float32) -> float32 b2Vec2::x [b2Math.h <65:37 65:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<65:19> [b2Math.h <65:41 65:42>]
|
||||
REFERENCE_USAGE void b2Vec2::Set(float32, float32) -> float32 b2Vec2::y [b2Math.h <65:45 65:45>]
|
||||
LOCAL_SYMBOL: b2Math.h<65:31> [b2Math.h <65:49 65:50>]
|
||||
SYMBOL_METHOD public b2Vec2 b2Vec2::operator-() const [b2Math.h <68:2 <68:9 68:18> 68:65>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Vec2::operator-() const -> b2Vec2 [b2Math.h <68:2 68:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<68:28> [b2Math.h <68:28 68:28>]
|
||||
LOCAL_SYMBOL: b2Math.h<68:28> [b2Math.h <68:65 68:65>]
|
||||
LOCAL_SYMBOL: b2Math.h<68:37> [b2Math.h <68:37 68:37>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Vec2::operator-() const -> b2Vec2 [b2Math.h <68:30 68:35>]
|
||||
SYMBOL_FUNCTION void b2Vec2::b2Vec2()
|
||||
@@ -403,18 +423,24 @@ SYMBOL_METHOD public float32 b2Vec2::operator()(int32) const [b2Math.h <71:2 <71
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::operator()(int32) const -> float32 [b2Math.h <71:2 71:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<71:29> [b2Math.h <71:29 71:29>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::operator()(int32) const -> int32 [b2Math.h <71:23 71:27>]
|
||||
LOCAL_SYMBOL: b2Math.h<72:2> [b2Math.h <72:2 72:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<72:2> [b2Math.h <74:2 74:2>]
|
||||
REFERENCE_USAGE float32 b2Vec2::operator()(int32) const -> float32 b2Vec2::x [b2Math.h <73:12 73:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<71:29> [b2Math.h <73:15 73:15>]
|
||||
SYMBOL_METHOD public float32 & b2Vec2::operator()(int32) [b2Math.h <77:2 <77:11 77:21> 80:2>]
|
||||
REFERENCE_TYPE_USAGE float32 & b2Vec2::operator()(int32) -> float32 [b2Math.h <77:2 77:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<77:30> [b2Math.h <77:30 77:30>]
|
||||
REFERENCE_TYPE_USAGE float32 & b2Vec2::operator()(int32) -> int32 [b2Math.h <77:24 77:28>]
|
||||
LOCAL_SYMBOL: b2Math.h<78:2> [b2Math.h <78:2 78:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<78:2> [b2Math.h <80:2 80:2>]
|
||||
REFERENCE_USAGE float32 & b2Vec2::operator()(int32) -> float32 b2Vec2::x [b2Math.h <79:12 79:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<77:30> [b2Math.h <79:15 79:15>]
|
||||
SYMBOL_METHOD public void b2Vec2::operator+=(const b2Vec2 &) [b2Math.h <83:2 <83:7 83:17> 86:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator+=(const b2Vec2 &) -> void [b2Math.h <83:2 83:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<83:34> [b2Math.h <83:34 83:34>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator+=(const b2Vec2 &) -> b2Vec2 [b2Math.h <83:26 83:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<84:2> [b2Math.h <84:2 84:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<84:2> [b2Math.h <86:2 86:2>]
|
||||
REFERENCE_USAGE void b2Vec2::operator+=(const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <85:3 85:3>]
|
||||
REFERENCE_USAGE void b2Vec2::operator+=(const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <85:10 85:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<83:34> [b2Math.h <85:8 85:8>]
|
||||
@@ -425,6 +451,8 @@ SYMBOL_METHOD public void b2Vec2::operator-=(const b2Vec2 &) [b2Math.h <89:2 <89
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator-=(const b2Vec2 &) -> void [b2Math.h <89:2 89:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<89:34> [b2Math.h <89:34 89:34>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator-=(const b2Vec2 &) -> b2Vec2 [b2Math.h <89:26 89:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<90:2> [b2Math.h <90:2 90:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<90:2> [b2Math.h <92:2 92:2>]
|
||||
REFERENCE_USAGE void b2Vec2::operator-=(const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <91:3 91:3>]
|
||||
REFERENCE_USAGE void b2Vec2::operator-=(const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <91:10 91:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<89:34> [b2Math.h <91:8 91:8>]
|
||||
@@ -435,12 +463,16 @@ SYMBOL_METHOD public void b2Vec2::operator*=(float32) [b2Math.h <95:2 <95:7 95:1
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator*=(float32) -> void [b2Math.h <95:2 95:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<95:28> [b2Math.h <95:28 95:28>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator*=(float32) -> float32 [b2Math.h <95:20 95:26>]
|
||||
LOCAL_SYMBOL: b2Math.h<96:2> [b2Math.h <96:2 96:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<96:2> [b2Math.h <98:2 98:2>]
|
||||
REFERENCE_USAGE void b2Vec2::operator*=(float32) -> float32 b2Vec2::x [b2Math.h <97:3 97:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<95:28> [b2Math.h <97:8 97:8>]
|
||||
REFERENCE_USAGE void b2Vec2::operator*=(float32) -> float32 b2Vec2::y [b2Math.h <97:11 97:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<95:28> [b2Math.h <97:16 97:16>]
|
||||
SYMBOL_METHOD public float32 b2Vec2::Length() const [b2Math.h <101:2 <101:10 101:15> 104:2>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::Length() const -> float32 [b2Math.h <101:2 101:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<102:2> [b2Math.h <102:2 102:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<102:2> [b2Math.h <104:2 104:2>]
|
||||
SYMBOL_FUNCTION float sqrtf(float)
|
||||
REFERENCE_CALL float32 b2Vec2::Length() const -> float sqrtf(float) [b2Math.h <103:10 103:15>]
|
||||
REFERENCE_USAGE float32 b2Vec2::Length() const -> float32 b2Vec2::x [b2Math.h <103:17 103:17>]
|
||||
@@ -449,17 +481,23 @@ REFERENCE_USAGE float32 b2Vec2::Length() const -> float32 b2Vec2::y [b2Math.h <1
|
||||
REFERENCE_USAGE float32 b2Vec2::Length() const -> float32 b2Vec2::y [b2Math.h <103:29 103:29>]
|
||||
SYMBOL_METHOD public float32 b2Vec2::LengthSquared() const [b2Math.h <108:2 <108:10 108:22> 111:2>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::LengthSquared() const -> float32 [b2Math.h <108:2 108:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<109:2> [b2Math.h <109:2 109:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<109:2> [b2Math.h <111:2 111:2>]
|
||||
REFERENCE_USAGE float32 b2Vec2::LengthSquared() const -> float32 b2Vec2::x [b2Math.h <110:10 110:10>]
|
||||
REFERENCE_USAGE float32 b2Vec2::LengthSquared() const -> float32 b2Vec2::x [b2Math.h <110:14 110:14>]
|
||||
REFERENCE_USAGE float32 b2Vec2::LengthSquared() const -> float32 b2Vec2::y [b2Math.h <110:18 110:18>]
|
||||
REFERENCE_USAGE float32 b2Vec2::LengthSquared() const -> float32 b2Vec2::y [b2Math.h <110:22 110:22>]
|
||||
SYMBOL_METHOD public float32 b2Vec2::Normalize() [b2Math.h <114:2 <114:10 114:18> 126:2>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::Normalize() -> float32 [b2Math.h <114:2 114:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<115:2> [b2Math.h <115:2 115:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<115:2> [b2Math.h <126:2 126:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<116:11> [b2Math.h <116:11 116:16>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::Normalize() -> float32 [b2Math.h <116:3 116:9>]
|
||||
SYMBOL_FUNCTION float32 b2Vec2::Length() const
|
||||
REFERENCE_CALL float32 b2Vec2::Normalize() -> float32 b2Vec2::Length() const [b2Math.h <116:20 116:25>]
|
||||
LOCAL_SYMBOL: b2Math.h<116:11> [b2Math.h <117:7 117:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<118:3> [b2Math.h <118:3 118:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<118:3> [b2Math.h <120:3 120:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<121:11> [b2Math.h <121:11 121:19>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::Normalize() -> float32 [b2Math.h <121:3 121:9>]
|
||||
LOCAL_SYMBOL: b2Math.h<116:11> [b2Math.h <121:30 121:35>]
|
||||
@@ -470,6 +508,8 @@ LOCAL_SYMBOL: b2Math.h<121:11> [b2Math.h <123:8 123:16>]
|
||||
LOCAL_SYMBOL: b2Math.h<116:11> [b2Math.h <125:10 125:15>]
|
||||
SYMBOL_METHOD public bool b2Vec2::IsValid() const [b2Math.h <129:2 <129:7 129:13> 132:2>]
|
||||
REFERENCE_TYPE_USAGE bool b2Vec2::IsValid() const -> bool [b2Math.h <129:2 129:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<130:2> [b2Math.h <130:2 130:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<130:2> [b2Math.h <132:2 132:2>]
|
||||
SYMBOL_FUNCTION bool b2IsValid(float32)
|
||||
REFERENCE_CALL bool b2Vec2::IsValid() const -> bool b2IsValid(float32) [b2Math.h <131:10 131:18>]
|
||||
REFERENCE_USAGE bool b2Vec2::IsValid() const -> float32 b2Vec2::x [b2Math.h <131:20 131:20>]
|
||||
@@ -477,6 +517,8 @@ REFERENCE_CALL bool b2Vec2::IsValid() const -> bool b2IsValid(float32) [b2Math.h
|
||||
REFERENCE_USAGE bool b2Vec2::IsValid() const -> float32 b2Vec2::y [b2Math.h <131:36 131:36>]
|
||||
SYMBOL_METHOD public b2Vec2 b2Vec2::Skew() const [b2Math.h <135:2 <135:9 135:12> 138:2>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Vec2::Skew() const -> b2Vec2 [b2Math.h <135:2 135:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<136:2> [b2Math.h <136:2 136:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<136:2> [b2Math.h <138:2 138:2>]
|
||||
SYMBOL_FUNCTION void b2Vec2::b2Vec2(float32, float32)
|
||||
REFERENCE_CALL b2Vec2 b2Vec2::Skew() const -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <137:10 137:15>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Vec2::Skew() const -> b2Vec2 [b2Math.h <137:10 137:15>]
|
||||
@@ -503,7 +545,11 @@ REFERENCE_USAGE b2Vec2 & b2Vec2::operator=(b2Vec2 &&) -> float32 b2Vec2::x [b2Ma
|
||||
REFERENCE_TYPE_USAGE b2Vec2 & b2Vec2::operator=(b2Vec2 &&) -> b2Vec2 [b2Math.h <53:8 53:13>]
|
||||
REFERENCE_USAGE b2Vec2 & b2Vec2::operator=(b2Vec2 &&) -> float32 b2Vec2::y [b2Math.h <53:8 53:13>]
|
||||
SYMBOL_STRUCT b2Vec3 [b2Math.h <144:1 <144:8 144:13> 180:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<145:1> [b2Math.h <145:1 145:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<145:1> [b2Math.h <180:1 180:1>]
|
||||
SYMBOL_METHOD public void b2Vec3::b2Vec3() [b2Math.h <147:2 <147:2 147:7> 147:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<147:11> [b2Math.h <147:11 147:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<147:11> [b2Math.h <147:12 147:12>]
|
||||
SYMBOL_METHOD public void b2Vec3::b2Vec3(float32, float32, float32) [b2Math.h <150:2 <150:2 150:7> 150:74>]
|
||||
LOCAL_SYMBOL: b2Math.h<150:17> [b2Math.h <150:17 150:19>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::b2Vec3(float32, float32, float32) -> float32 [b2Math.h <150:9 150:15>]
|
||||
@@ -517,8 +563,12 @@ REFERENCE_USAGE void b2Vec3::b2Vec3(float32, float32, float32) -> float32 b2Vec3
|
||||
LOCAL_SYMBOL: b2Math.h<150:30> [b2Math.h <150:60 150:62>]
|
||||
REFERENCE_USAGE void b2Vec3::b2Vec3(float32, float32, float32) -> float32 b2Vec3::z [b2Math.h <150:66 150:66>]
|
||||
LOCAL_SYMBOL: b2Math.h<150:43> [b2Math.h <150:68 150:70>]
|
||||
LOCAL_SYMBOL: b2Math.h<150:73> [b2Math.h <150:73 150:73>]
|
||||
LOCAL_SYMBOL: b2Math.h<150:73> [b2Math.h <150:74 150:74>]
|
||||
SYMBOL_METHOD public void b2Vec3::SetZero() [b2Math.h <153:2 <153:7 153:13> 153:49>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::SetZero() -> void [b2Math.h <153:2 153:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<153:17> [b2Math.h <153:17 153:17>]
|
||||
LOCAL_SYMBOL: b2Math.h<153:17> [b2Math.h <153:49 153:49>]
|
||||
REFERENCE_USAGE void b2Vec3::SetZero() -> float32 b2Vec3::x [b2Math.h <153:19 153:19>]
|
||||
REFERENCE_USAGE void b2Vec3::SetZero() -> float32 b2Vec3::y [b2Math.h <153:29 153:29>]
|
||||
REFERENCE_USAGE void b2Vec3::SetZero() -> float32 b2Vec3::z [b2Math.h <153:39 153:39>]
|
||||
@@ -530,6 +580,8 @@ LOCAL_SYMBOL: b2Math.h<156:31> [b2Math.h <156:31 156:32>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::Set(float32, float32, float32) -> float32 [b2Math.h <156:23 156:29>]
|
||||
LOCAL_SYMBOL: b2Math.h<156:43> [b2Math.h <156:43 156:44>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::Set(float32, float32, float32) -> float32 [b2Math.h <156:35 156:41>]
|
||||
LOCAL_SYMBOL: b2Math.h<156:47> [b2Math.h <156:47 156:47>]
|
||||
LOCAL_SYMBOL: b2Math.h<156:47> [b2Math.h <156:73 156:73>]
|
||||
REFERENCE_USAGE void b2Vec3::Set(float32, float32, float32) -> float32 b2Vec3::x [b2Math.h <156:49 156:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<156:19> [b2Math.h <156:53 156:54>]
|
||||
REFERENCE_USAGE void b2Vec3::Set(float32, float32, float32) -> float32 b2Vec3::y [b2Math.h <156:57 156:57>]
|
||||
@@ -538,6 +590,8 @@ REFERENCE_USAGE void b2Vec3::Set(float32, float32, float32) -> float32 b2Vec3::z
|
||||
LOCAL_SYMBOL: b2Math.h<156:43> [b2Math.h <156:69 156:70>]
|
||||
SYMBOL_METHOD public b2Vec3 b2Vec3::operator-() const [b2Math.h <159:2 <159:9 159:18> 159:69>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Vec3::operator-() const -> b2Vec3 [b2Math.h <159:2 159:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<159:28> [b2Math.h <159:28 159:28>]
|
||||
LOCAL_SYMBOL: b2Math.h<159:28> [b2Math.h <159:69 159:69>]
|
||||
LOCAL_SYMBOL: b2Math.h<159:37> [b2Math.h <159:37 159:37>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Vec3::operator-() const -> b2Vec3 [b2Math.h <159:30 159:35>]
|
||||
SYMBOL_FUNCTION void b2Vec3::b2Vec3()
|
||||
@@ -555,6 +609,8 @@ SYMBOL_METHOD public void b2Vec3::operator+=(const b2Vec3 &) [b2Math.h <162:2 <1
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator+=(const b2Vec3 &) -> void [b2Math.h <162:2 162:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<162:34> [b2Math.h <162:34 162:34>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator+=(const b2Vec3 &) -> b2Vec3 [b2Math.h <162:26 162:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<163:2> [b2Math.h <163:2 163:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<163:2> [b2Math.h <165:2 165:2>]
|
||||
REFERENCE_USAGE void b2Vec3::operator+=(const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <164:3 164:3>]
|
||||
REFERENCE_USAGE void b2Vec3::operator+=(const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <164:10 164:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<162:34> [b2Math.h <164:8 164:8>]
|
||||
@@ -568,6 +624,8 @@ SYMBOL_METHOD public void b2Vec3::operator-=(const b2Vec3 &) [b2Math.h <168:2 <1
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator-=(const b2Vec3 &) -> void [b2Math.h <168:2 168:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<168:34> [b2Math.h <168:34 168:34>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator-=(const b2Vec3 &) -> b2Vec3 [b2Math.h <168:26 168:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<169:2> [b2Math.h <169:2 169:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<169:2> [b2Math.h <171:2 171:2>]
|
||||
REFERENCE_USAGE void b2Vec3::operator-=(const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <170:3 170:3>]
|
||||
REFERENCE_USAGE void b2Vec3::operator-=(const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <170:10 170:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<168:34> [b2Math.h <170:8 170:8>]
|
||||
@@ -581,6 +639,8 @@ SYMBOL_METHOD public void b2Vec3::operator*=(float32) [b2Math.h <174:2 <174:7 17
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator*=(float32) -> void [b2Math.h <174:2 174:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<174:28> [b2Math.h <174:28 174:28>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator*=(float32) -> float32 [b2Math.h <174:20 174:26>]
|
||||
LOCAL_SYMBOL: b2Math.h<175:2> [b2Math.h <175:2 175:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<175:2> [b2Math.h <177:2 177:2>]
|
||||
REFERENCE_USAGE void b2Vec3::operator*=(float32) -> float32 b2Vec3::x [b2Math.h <176:3 176:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<174:28> [b2Math.h <176:8 176:8>]
|
||||
REFERENCE_USAGE void b2Vec3::operator*=(float32) -> float32 b2Vec3::y [b2Math.h <176:11 176:11>]
|
||||
@@ -607,10 +667,14 @@ REFERENCE_USAGE b2Vec3 & b2Vec3::operator=(const b2Vec3 &) -> float32 b2Vec3::z
|
||||
SYMBOL_METHOD public b2Vec3 & b2Vec3::operator=(b2Vec3 &&) [b2Math.h <144:8 144:13>]
|
||||
SYMBOL_METHOD public void b2Vec3::~b2Vec3() [b2Math.h <144:8 144:13>]
|
||||
SYMBOL_STRUCT b2Mat22 [b2Math.h <183:1 <183:8 183:14> 254:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<184:1> [b2Math.h <184:1 184:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<184:1> [b2Math.h <254:1 254:1>]
|
||||
SYMBOL_METHOD public void b2Mat22::b2Mat22() [b2Math.h <186:2 <186:2 186:8> 186:13>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22() -> b2Vec2 b2Mat22::ex [b2Math.h <186:2 186:8>]
|
||||
REFERENCE_CALL void b2Mat22::b2Mat22() -> void b2Vec2::b2Vec2() [b2Math.h <186:2 186:8>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22() -> b2Vec2 b2Mat22::ey [b2Math.h <186:2 186:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<186:12> [b2Math.h <186:12 186:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<186:12> [b2Math.h <186:13 186:13>]
|
||||
SYMBOL_METHOD public void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) [b2Math.h <189:2 <189:2 189:8> 193:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<189:24> [b2Math.h <189:24 189:25>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <189:16 189:21>]
|
||||
@@ -619,6 +683,8 @@ REFERENCE_TYPE_USAGE void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Mat22::ex [b2Math.h <189:2 189:8>]
|
||||
REFERENCE_CALL void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> void b2Vec2::b2Vec2() [b2Math.h <189:2 189:8>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Mat22::ey [b2Math.h <189:2 189:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<190:2> [b2Math.h <190:2 190:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<190:2> [b2Math.h <193:2 193:2>]
|
||||
SYMBOL_FUNCTION b2Vec2 & b2Vec2::operator=(const b2Vec2 &)
|
||||
REFERENCE_CALL void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 & b2Vec2::operator=(const b2Vec2 &) [b2Math.h <191:6 191:6>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Mat22::ex [b2Math.h <191:3 191:4>]
|
||||
@@ -638,6 +704,8 @@ REFERENCE_TYPE_USAGE void b2Mat22::b2Mat22(float32, float32, float32, float32) -
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(float32, float32, float32, float32) -> b2Vec2 b2Mat22::ex [b2Math.h <196:2 196:8>]
|
||||
REFERENCE_CALL void b2Mat22::b2Mat22(float32, float32, float32, float32) -> void b2Vec2::b2Vec2() [b2Math.h <196:2 196:8>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(float32, float32, float32, float32) -> b2Vec2 b2Mat22::ey [b2Math.h <196:2 196:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<197:2> [b2Math.h <197:2 197:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<197:2> [b2Math.h <200:2 200:2>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(float32, float32, float32, float32) -> float32 b2Vec2::x [b2Math.h <198:6 198:6>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(float32, float32, float32, float32) -> b2Vec2 b2Mat22::ex [b2Math.h <198:3 198:4>]
|
||||
LOCAL_SYMBOL: b2Math.h<196:18> [b2Math.h <198:10 198:12>]
|
||||
@@ -656,6 +724,8 @@ LOCAL_SYMBOL: b2Math.h<203:25> [b2Math.h <203:25 203:26>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat22::Set(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <203:17 203:22>]
|
||||
LOCAL_SYMBOL: b2Math.h<203:43> [b2Math.h <203:43 203:44>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat22::Set(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <203:35 203:40>]
|
||||
LOCAL_SYMBOL: b2Math.h<204:2> [b2Math.h <204:2 204:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<204:2> [b2Math.h <207:2 207:2>]
|
||||
REFERENCE_CALL void b2Mat22::Set(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 & b2Vec2::operator=(const b2Vec2 &) [b2Math.h <205:6 205:6>]
|
||||
REFERENCE_USAGE void b2Mat22::Set(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Mat22::ex [b2Math.h <205:3 205:4>]
|
||||
LOCAL_SYMBOL: b2Math.h<203:25> [b2Math.h <205:8 205:9>]
|
||||
@@ -664,6 +734,8 @@ REFERENCE_USAGE void b2Mat22::Set(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Ma
|
||||
LOCAL_SYMBOL: b2Math.h<203:43> [b2Math.h <206:8 206:9>]
|
||||
SYMBOL_METHOD public void b2Mat22::SetIdentity() [b2Math.h <210:2 <210:7 210:17> 214:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat22::SetIdentity() -> void [b2Math.h <210:2 210:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<211:2> [b2Math.h <211:2 211:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<211:2> [b2Math.h <214:2 214:2>]
|
||||
REFERENCE_USAGE void b2Mat22::SetIdentity() -> float32 b2Vec2::x [b2Math.h <212:6 212:6>]
|
||||
REFERENCE_USAGE void b2Mat22::SetIdentity() -> b2Vec2 b2Mat22::ex [b2Math.h <212:3 212:4>]
|
||||
REFERENCE_USAGE void b2Mat22::SetIdentity() -> float32 b2Vec2::x [b2Math.h <212:19 212:19>]
|
||||
@@ -674,6 +746,8 @@ REFERENCE_USAGE void b2Mat22::SetIdentity() -> float32 b2Vec2::y [b2Math.h <213:
|
||||
REFERENCE_USAGE void b2Mat22::SetIdentity() -> b2Vec2 b2Mat22::ey [b2Math.h <213:16 213:17>]
|
||||
SYMBOL_METHOD public void b2Mat22::SetZero() [b2Math.h <217:2 <217:7 217:13> 221:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat22::SetZero() -> void [b2Math.h <217:2 217:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<218:2> [b2Math.h <218:2 218:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<218:2> [b2Math.h <221:2 221:2>]
|
||||
REFERENCE_USAGE void b2Mat22::SetZero() -> float32 b2Vec2::x [b2Math.h <219:6 219:6>]
|
||||
REFERENCE_USAGE void b2Mat22::SetZero() -> b2Vec2 b2Mat22::ex [b2Math.h <219:3 219:4>]
|
||||
REFERENCE_USAGE void b2Mat22::SetZero() -> float32 b2Vec2::x [b2Math.h <219:19 219:19>]
|
||||
@@ -684,6 +758,8 @@ REFERENCE_USAGE void b2Mat22::SetZero() -> float32 b2Vec2::y [b2Math.h <220:19 2
|
||||
REFERENCE_USAGE void b2Mat22::SetZero() -> b2Vec2 b2Mat22::ey [b2Math.h <220:16 220:17>]
|
||||
SYMBOL_METHOD public b2Mat22 b2Mat22::GetInverse() const [b2Math.h <223:2 <223:10 223:19> 235:2>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Mat22::GetInverse() const -> b2Mat22 [b2Math.h <223:2 223:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<224:2> [b2Math.h <224:2 224:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<224:2> [b2Math.h <235:2 235:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<225:11> [b2Math.h <225:11 225:11>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Mat22::GetInverse() const -> float32 [b2Math.h <225:3 225:9>]
|
||||
REFERENCE_USAGE b2Mat22 b2Mat22::GetInverse() const -> float32 b2Vec2::x [b2Math.h <225:18 225:18>]
|
||||
@@ -708,6 +784,8 @@ LOCAL_SYMBOL: b2Math.h<225:41> [b2Math.h <227:21 227:21>]
|
||||
LOCAL_SYMBOL: b2Math.h<225:21> [b2Math.h <227:25 227:25>]
|
||||
LOCAL_SYMBOL: b2Math.h<225:31> [b2Math.h <227:29 227:29>]
|
||||
LOCAL_SYMBOL: b2Math.h<227:11> [b2Math.h <228:7 228:9>]
|
||||
LOCAL_SYMBOL: b2Math.h<229:3> [b2Math.h <229:3 229:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<229:3> [b2Math.h <231:3 231:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<227:11> [b2Math.h <230:4 230:6>]
|
||||
LOCAL_SYMBOL: b2Math.h<227:11> [b2Math.h <230:17 230:19>]
|
||||
REFERENCE_USAGE b2Mat22 b2Mat22::GetInverse() const -> float32 b2Vec2::x [b2Math.h <232:8 232:8>]
|
||||
@@ -737,6 +815,8 @@ SYMBOL_METHOD public b2Vec2 b2Mat22::Solve(const b2Vec2 &) const [b2Math.h <239:
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mat22::Solve(const b2Vec2 &) const -> b2Vec2 [b2Math.h <239:2 239:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<239:29> [b2Math.h <239:29 239:29>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mat22::Solve(const b2Vec2 &) const -> b2Vec2 [b2Math.h <239:21 239:26>]
|
||||
LOCAL_SYMBOL: b2Math.h<240:2> [b2Math.h <240:2 240:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<240:2> [b2Math.h <251:2 251:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<241:11> [b2Math.h <241:11 241:13>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mat22::Solve(const b2Vec2 &) const -> float32 [b2Math.h <241:3 241:9>]
|
||||
REFERENCE_USAGE b2Vec2 b2Mat22::Solve(const b2Vec2 &) const -> float32 b2Vec2::x [b2Math.h <241:20 241:20>]
|
||||
@@ -757,6 +837,8 @@ LOCAL_SYMBOL: b2Math.h<241:47> [b2Math.h <242:23 242:25>]
|
||||
LOCAL_SYMBOL: b2Math.h<241:23> [b2Math.h <242:29 242:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<241:35> [b2Math.h <242:35 242:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<242:11> [b2Math.h <243:7 243:9>]
|
||||
LOCAL_SYMBOL: b2Math.h<244:3> [b2Math.h <244:3 244:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<244:3> [b2Math.h <246:3 246:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<242:11> [b2Math.h <245:4 245:6>]
|
||||
LOCAL_SYMBOL: b2Math.h<242:11> [b2Math.h <245:17 245:19>]
|
||||
LOCAL_SYMBOL: b2Math.h<247:10> [b2Math.h <247:10 247:10>]
|
||||
@@ -795,11 +877,15 @@ LOCAL_SYMBOL: b2Math.h<183:8> [b2Math.h <183:8 183:14>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(b2Mat22 &&) -> b2Vec2 b2Mat22::ey [b2Math.h <183:8 183:14>]
|
||||
SYMBOL_METHOD public void b2Mat22::~b2Mat22() [b2Math.h <183:8 183:14>]
|
||||
SYMBOL_STRUCT b2Mat33 [b2Math.h <257:1 <257:8 257:14> 296:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<258:1> [b2Math.h <258:1 258:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<258:1> [b2Math.h <296:1 296:1>]
|
||||
SYMBOL_METHOD public void b2Mat33::b2Mat33() [b2Math.h <260:2 <260:2 260:8> 260:13>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33() -> b2Vec3 b2Mat33::ex [b2Math.h <260:2 260:8>]
|
||||
REFERENCE_CALL void b2Mat33::b2Mat33() -> void b2Vec3::b2Vec3() [b2Math.h <260:2 260:8>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33() -> b2Vec3 b2Mat33::ey [b2Math.h <260:2 260:8>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33() -> b2Vec3 b2Mat33::ez [b2Math.h <260:2 260:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<260:12> [b2Math.h <260:12 260:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<260:12> [b2Math.h <260:13 260:13>]
|
||||
SYMBOL_METHOD public void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) [b2Math.h <263:2 <263:2 263:8> 268:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<263:24> [b2Math.h <263:24 263:25>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <263:16 263:21>]
|
||||
@@ -811,6 +897,8 @@ REFERENCE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Ve
|
||||
REFERENCE_CALL void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> void b2Vec3::b2Vec3() [b2Math.h <263:2 263:8>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> b2Vec3 b2Mat33::ey [b2Math.h <263:2 263:8>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> b2Vec3 b2Mat33::ez [b2Math.h <263:2 263:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<264:2> [b2Math.h <264:2 264:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<264:2> [b2Math.h <268:2 268:2>]
|
||||
SYMBOL_FUNCTION b2Vec3 & b2Vec3::operator=(const b2Vec3 &)
|
||||
REFERENCE_CALL void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> b2Vec3 & b2Vec3::operator=(const b2Vec3 &) [b2Math.h <265:6 265:6>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> b2Vec3 b2Mat33::ex [b2Math.h <265:3 265:4>]
|
||||
@@ -823,6 +911,8 @@ REFERENCE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Ve
|
||||
LOCAL_SYMBOL: b2Math.h<263:60> [b2Math.h <267:8 267:9>]
|
||||
SYMBOL_METHOD public void b2Mat33::SetZero() [b2Math.h <271:2 <271:7 271:13> 276:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat33::SetZero() -> void [b2Math.h <271:2 271:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<272:2> [b2Math.h <272:2 272:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<272:2> [b2Math.h <276:2 276:2>]
|
||||
SYMBOL_FUNCTION void b2Vec3::SetZero()
|
||||
REFERENCE_CALL void b2Mat33::SetZero() -> void b2Vec3::SetZero() [b2Math.h <273:6 273:12>]
|
||||
REFERENCE_USAGE void b2Mat33::SetZero() -> b2Vec3 b2Mat33::ex [b2Math.h <273:3 273:4>]
|
||||
@@ -855,10 +945,16 @@ REFERENCE_TYPE_USAGE b2Vec3 b2Mat33::ez -> b2Vec3 [b2Math.h <295:2 295:7>]
|
||||
SYMBOL_METHOD public void b2Mat33::b2Mat33(const b2Mat33 &) [b2Math.h <257:8 257:14>]
|
||||
SYMBOL_METHOD public void b2Mat33::b2Mat33(b2Mat33 &&) [b2Math.h <257:8 257:14>]
|
||||
SYMBOL_STRUCT b2Rot [b2Math.h <299:1 <299:8 299:12> 346:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<300:1> [b2Math.h <300:1 300:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<300:1> [b2Math.h <346:1 346:1>]
|
||||
SYMBOL_METHOD public void b2Rot::b2Rot() [b2Math.h <301:2 <301:2 301:6> 301:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<301:10> [b2Math.h <301:10 301:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<301:10> [b2Math.h <301:11 301:11>]
|
||||
SYMBOL_METHOD public void b2Rot::b2Rot(float32) [b2Math.h <304:2 <304:11 304:15> 309:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<304:25> [b2Math.h <304:25 304:29>]
|
||||
REFERENCE_TYPE_USAGE void b2Rot::b2Rot(float32) -> float32 [b2Math.h <304:17 304:23>]
|
||||
LOCAL_SYMBOL: b2Math.h<305:2> [b2Math.h <305:2 305:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<305:2> [b2Math.h <309:2 309:2>]
|
||||
REFERENCE_USAGE void b2Rot::b2Rot(float32) -> float32 b2Rot::s [b2Math.h <307:3 307:3>]
|
||||
SYMBOL_FUNCTION float sinf(float)
|
||||
REFERENCE_CALL void b2Rot::b2Rot(float32) -> float sinf(float) [b2Math.h <307:7 307:10>]
|
||||
@@ -871,6 +967,8 @@ SYMBOL_METHOD public void b2Rot::Set(float32) [b2Math.h <312:2 <312:7 312:9> 317
|
||||
REFERENCE_TYPE_USAGE void b2Rot::Set(float32) -> void [b2Math.h <312:2 312:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<312:19> [b2Math.h <312:19 312:23>]
|
||||
REFERENCE_TYPE_USAGE void b2Rot::Set(float32) -> float32 [b2Math.h <312:11 312:17>]
|
||||
LOCAL_SYMBOL: b2Math.h<313:2> [b2Math.h <313:2 313:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<313:2> [b2Math.h <317:2 317:2>]
|
||||
REFERENCE_USAGE void b2Rot::Set(float32) -> float32 b2Rot::s [b2Math.h <315:3 315:3>]
|
||||
REFERENCE_CALL void b2Rot::Set(float32) -> float sinf(float) [b2Math.h <315:7 315:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<312:19> [b2Math.h <315:12 315:16>]
|
||||
@@ -879,22 +977,30 @@ REFERENCE_CALL void b2Rot::Set(float32) -> float cosf(float) [b2Math.h <316:7 31
|
||||
LOCAL_SYMBOL: b2Math.h<312:19> [b2Math.h <316:12 316:16>]
|
||||
SYMBOL_METHOD public void b2Rot::SetIdentity() [b2Math.h <320:2 <320:7 320:17> 324:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Rot::SetIdentity() -> void [b2Math.h <320:2 320:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<321:2> [b2Math.h <321:2 321:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<321:2> [b2Math.h <324:2 324:2>]
|
||||
REFERENCE_USAGE void b2Rot::SetIdentity() -> float32 b2Rot::s [b2Math.h <322:3 322:3>]
|
||||
REFERENCE_USAGE void b2Rot::SetIdentity() -> float32 b2Rot::c [b2Math.h <323:3 323:3>]
|
||||
SYMBOL_METHOD public float32 b2Rot::GetAngle() const [b2Math.h <327:2 <327:10 327:17> 330:2>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Rot::GetAngle() const -> float32 [b2Math.h <327:2 327:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<328:2> [b2Math.h <328:2 328:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<328:2> [b2Math.h <330:2 330:2>]
|
||||
SYMBOL_FUNCTION float atan2f(float, float)
|
||||
REFERENCE_CALL float32 b2Rot::GetAngle() const -> float atan2f(float, float) [b2Math.h <329:10 329:16>]
|
||||
REFERENCE_USAGE float32 b2Rot::GetAngle() const -> float32 b2Rot::s [b2Math.h <329:18 329:18>]
|
||||
REFERENCE_USAGE float32 b2Rot::GetAngle() const -> float32 b2Rot::c [b2Math.h <329:21 329:21>]
|
||||
SYMBOL_METHOD public b2Vec2 b2Rot::GetXAxis() const [b2Math.h <333:2 <333:9 333:16> 336:2>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Rot::GetXAxis() const -> b2Vec2 [b2Math.h <333:2 333:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<334:2> [b2Math.h <334:2 334:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<334:2> [b2Math.h <336:2 336:2>]
|
||||
REFERENCE_CALL b2Vec2 b2Rot::GetXAxis() const -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <335:10 335:15>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Rot::GetXAxis() const -> b2Vec2 [b2Math.h <335:10 335:15>]
|
||||
REFERENCE_USAGE b2Vec2 b2Rot::GetXAxis() const -> float32 b2Rot::c [b2Math.h <335:17 335:17>]
|
||||
REFERENCE_USAGE b2Vec2 b2Rot::GetXAxis() const -> float32 b2Rot::s [b2Math.h <335:20 335:20>]
|
||||
SYMBOL_METHOD public b2Vec2 b2Rot::GetYAxis() const [b2Math.h <339:2 <339:9 339:16> 342:2>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Rot::GetYAxis() const -> b2Vec2 [b2Math.h <339:2 339:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<340:2> [b2Math.h <340:2 340:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<340:2> [b2Math.h <342:2 342:2>]
|
||||
REFERENCE_CALL b2Vec2 b2Rot::GetYAxis() const -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <341:10 341:15>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Rot::GetYAxis() const -> b2Vec2 [b2Math.h <341:10 341:15>]
|
||||
REFERENCE_USAGE b2Vec2 b2Rot::GetYAxis() const -> float32 b2Rot::s [b2Math.h <341:18 341:18>]
|
||||
@@ -918,12 +1024,16 @@ REFERENCE_USAGE b2Rot & b2Rot::operator=(b2Rot &&) -> float32 b2Rot::s [b2Math.h
|
||||
REFERENCE_TYPE_USAGE b2Rot & b2Rot::operator=(b2Rot &&) -> b2Rot [b2Math.h <299:8 299:12>]
|
||||
REFERENCE_USAGE b2Rot & b2Rot::operator=(b2Rot &&) -> float32 b2Rot::c [b2Math.h <299:8 299:12>]
|
||||
SYMBOL_STRUCT b2Transform [b2Math.h <350:1 <350:8 350:18> 374:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<351:1> [b2Math.h <351:1 351:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<351:1> [b2Math.h <374:1 374:1>]
|
||||
SYMBOL_METHOD public void b2Transform::b2Transform() [b2Math.h <353:2 <353:2 353:12> 353:17>]
|
||||
REFERENCE_USAGE void b2Transform::b2Transform() -> b2Vec2 b2Transform::p [b2Math.h <353:2 353:12>]
|
||||
REFERENCE_CALL void b2Transform::b2Transform() -> void b2Vec2::b2Vec2() [b2Math.h <353:2 353:12>]
|
||||
REFERENCE_USAGE void b2Transform::b2Transform() -> b2Rot b2Transform::q [b2Math.h <353:2 353:12>]
|
||||
SYMBOL_FUNCTION void b2Rot::b2Rot()
|
||||
REFERENCE_CALL void b2Transform::b2Transform() -> void b2Rot::b2Rot() [b2Math.h <353:2 353:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<353:16> [b2Math.h <353:16 353:16>]
|
||||
LOCAL_SYMBOL: b2Math.h<353:16> [b2Math.h <353:17 353:17>]
|
||||
SYMBOL_METHOD public void b2Transform::b2Transform(const b2Vec2 &, const b2Rot &) [b2Math.h <356:2 <356:2 356:12> 356:89>]
|
||||
LOCAL_SYMBOL: b2Math.h<356:28> [b2Math.h <356:28 356:35>]
|
||||
REFERENCE_TYPE_USAGE void b2Transform::b2Transform(const b2Vec2 &, const b2Rot &) -> b2Vec2 [b2Math.h <356:20 356:25>]
|
||||
@@ -937,8 +1047,12 @@ REFERENCE_USAGE void b2Transform::b2Transform(const b2Vec2 &, const b2Rot &) ->
|
||||
SYMBOL_FUNCTION void b2Rot::b2Rot(const b2Rot &)
|
||||
REFERENCE_CALL void b2Transform::b2Transform(const b2Vec2 &, const b2Rot &) -> void b2Rot::b2Rot(const b2Rot &) [b2Math.h <356:76 356:76>]
|
||||
LOCAL_SYMBOL: b2Math.h<356:51> [b2Math.h <356:78 356:85>]
|
||||
LOCAL_SYMBOL: b2Math.h<356:88> [b2Math.h <356:88 356:88>]
|
||||
LOCAL_SYMBOL: b2Math.h<356:88> [b2Math.h <356:89 356:89>]
|
||||
SYMBOL_METHOD public void b2Transform::SetIdentity() [b2Math.h <359:2 <359:7 359:17> 363:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Transform::SetIdentity() -> void [b2Math.h <359:2 359:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<360:2> [b2Math.h <360:2 360:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<360:2> [b2Math.h <363:2 363:2>]
|
||||
SYMBOL_FUNCTION void b2Vec2::SetZero()
|
||||
REFERENCE_CALL void b2Transform::SetIdentity() -> void b2Vec2::SetZero() [b2Math.h <361:5 361:11>]
|
||||
REFERENCE_USAGE void b2Transform::SetIdentity() -> b2Vec2 b2Transform::p [b2Math.h <361:3 361:3>]
|
||||
@@ -951,6 +1065,8 @@ LOCAL_SYMBOL: b2Math.h<366:25> [b2Math.h <366:25 366:32>]
|
||||
REFERENCE_TYPE_USAGE void b2Transform::Set(const b2Vec2 &, float32) -> b2Vec2 [b2Math.h <366:17 366:22>]
|
||||
LOCAL_SYMBOL: b2Math.h<366:43> [b2Math.h <366:43 366:47>]
|
||||
REFERENCE_TYPE_USAGE void b2Transform::Set(const b2Vec2 &, float32) -> float32 [b2Math.h <366:35 366:41>]
|
||||
LOCAL_SYMBOL: b2Math.h<367:2> [b2Math.h <367:2 367:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<367:2> [b2Math.h <370:2 370:2>]
|
||||
REFERENCE_CALL void b2Transform::Set(const b2Vec2 &, float32) -> b2Vec2 & b2Vec2::operator=(const b2Vec2 &) [b2Math.h <368:5 368:5>]
|
||||
REFERENCE_USAGE void b2Transform::Set(const b2Vec2 &, float32) -> b2Vec2 b2Transform::p [b2Math.h <368:3 368:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<366:25> [b2Math.h <368:7 368:14>]
|
||||
@@ -972,6 +1088,8 @@ REFERENCE_USAGE void b2Transform::b2Transform(b2Transform &&) -> b2Rot b2Transfo
|
||||
SYMBOL_FUNCTION void b2Rot::b2Rot(b2Rot &&)
|
||||
REFERENCE_CALL void b2Transform::b2Transform(b2Transform &&) -> void b2Rot::b2Rot(b2Rot &&) [b2Math.h <350:8 350:18>]
|
||||
SYMBOL_STRUCT b2Sweep [b2Math.h <380:1 <380:8 380:14> 400:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<381:1> [b2Math.h <381:1 381:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<381:1> [b2Math.h <400:1 400:1>]
|
||||
SYMBOL_METHOD public void b2Sweep::GetTransform(b2Transform *, float32) const [b2Math.h <384:7 384:18>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::GetTransform(b2Transform *, float32) const -> void [b2Math.h <384:2 384:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<384:33> [b2Math.h <384:33 384:35>]
|
||||
@@ -1004,6 +1122,8 @@ LOCAL_SYMBOL: b2Math.h<406:36> [b2Math.h <406:36 406:36>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Dot(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <406:28 406:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<406:53> [b2Math.h <406:53 406:53>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Dot(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <406:45 406:50>]
|
||||
LOCAL_SYMBOL: b2Math.h<407:1> [b2Math.h <407:1 407:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<407:1> [b2Math.h <409:1 409:1>]
|
||||
REFERENCE_USAGE float32 b2Dot(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <408:11 408:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<406:36> [b2Math.h <408:9 408:9>]
|
||||
REFERENCE_USAGE float32 b2Dot(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <408:17 408:17>]
|
||||
@@ -1018,6 +1138,8 @@ LOCAL_SYMBOL: b2Math.h<412:38> [b2Math.h <412:38 412:38>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Cross(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <412:30 412:35>]
|
||||
LOCAL_SYMBOL: b2Math.h<412:55> [b2Math.h <412:55 412:55>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Cross(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <412:47 412:52>]
|
||||
LOCAL_SYMBOL: b2Math.h<413:1> [b2Math.h <413:1 413:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<413:1> [b2Math.h <415:1 415:1>]
|
||||
REFERENCE_USAGE float32 b2Cross(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <414:11 414:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<412:38> [b2Math.h <414:9 414:9>]
|
||||
REFERENCE_USAGE float32 b2Cross(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::y [b2Math.h <414:17 414:17>]
|
||||
@@ -1032,6 +1154,8 @@ LOCAL_SYMBOL: b2Math.h<419:37> [b2Math.h <419:37 419:37>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(const b2Vec2 &, float32) -> b2Vec2 [b2Math.h <419:29 419:34>]
|
||||
LOCAL_SYMBOL: b2Math.h<419:48> [b2Math.h <419:48 419:48>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(const b2Vec2 &, float32) -> float32 [b2Math.h <419:40 419:46>]
|
||||
LOCAL_SYMBOL: b2Math.h<420:1> [b2Math.h <420:1 420:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<420:1> [b2Math.h <422:1 422:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Cross(const b2Vec2 &, float32) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <421:9 421:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(const b2Vec2 &, float32) -> b2Vec2 [b2Math.h <421:9 421:14>]
|
||||
LOCAL_SYMBOL: b2Math.h<419:48> [b2Math.h <421:16 421:16>]
|
||||
@@ -1046,6 +1170,8 @@ LOCAL_SYMBOL: b2Math.h<426:31> [b2Math.h <426:31 426:31>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(float32, const b2Vec2 &) -> float32 [b2Math.h <426:23 426:29>]
|
||||
LOCAL_SYMBOL: b2Math.h<426:48> [b2Math.h <426:48 426:48>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(float32, const b2Vec2 &) -> b2Vec2 [b2Math.h <426:40 426:45>]
|
||||
LOCAL_SYMBOL: b2Math.h<427:1> [b2Math.h <427:1 427:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<427:1> [b2Math.h <429:1 429:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Cross(float32, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <428:9 428:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(float32, const b2Vec2 &) -> b2Vec2 [b2Math.h <428:9 428:14>]
|
||||
LOCAL_SYMBOL: b2Math.h<426:31> [b2Math.h <428:17 428:17>]
|
||||
@@ -1060,6 +1186,8 @@ LOCAL_SYMBOL: b2Math.h<433:36> [b2Math.h <433:36 433:36>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &) -> b2Mat22 [b2Math.h <433:27 433:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<433:53> [b2Math.h <433:53 433:53>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <433:45 433:50>]
|
||||
LOCAL_SYMBOL: b2Math.h<434:1> [b2Math.h <434:1 434:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<434:1> [b2Math.h <436:1 436:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <435:9 435:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <435:9 435:14>]
|
||||
REFERENCE_USAGE b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <435:21 435:21>]
|
||||
@@ -1088,6 +1216,8 @@ LOCAL_SYMBOL: b2Math.h<440:37> [b2Math.h <440:37 440:37>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Mat22 &, const b2Vec2 &) -> b2Mat22 [b2Math.h <440:28 440:34>]
|
||||
LOCAL_SYMBOL: b2Math.h<440:54> [b2Math.h <440:54 440:54>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Mat22 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <440:46 440:51>]
|
||||
LOCAL_SYMBOL: b2Math.h<441:1> [b2Math.h <441:1 441:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<441:1> [b2Math.h <443:1 443:1>]
|
||||
REFERENCE_CALL b2Vec2 b2MulT(const b2Mat22 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <442:9 442:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Mat22 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <442:9 442:14>]
|
||||
SYMBOL_FUNCTION float32 b2Dot(const b2Vec2 &, const b2Vec2 &)
|
||||
@@ -1105,6 +1235,8 @@ LOCAL_SYMBOL: b2Math.h<446:41> [b2Math.h <446:41 446:41>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator+(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <446:33 446:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<446:58> [b2Math.h <446:58 446:58>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator+(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <446:50 446:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<447:1> [b2Math.h <447:1 447:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<447:1> [b2Math.h <449:1 449:1>]
|
||||
REFERENCE_CALL b2Vec2 operator+(const b2Vec2 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <448:9 448:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator+(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <448:9 448:14>]
|
||||
REFERENCE_USAGE b2Vec2 operator+(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <448:18 448:18>]
|
||||
@@ -1121,6 +1253,8 @@ LOCAL_SYMBOL: b2Math.h<452:41> [b2Math.h <452:41 452:41>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <452:33 452:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<452:58> [b2Math.h <452:58 452:58>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <452:50 452:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<453:1> [b2Math.h <453:1 453:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<453:1> [b2Math.h <455:1 455:1>]
|
||||
REFERENCE_CALL b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <454:9 454:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <454:9 454:14>]
|
||||
REFERENCE_USAGE b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <454:18 454:18>]
|
||||
@@ -1137,6 +1271,8 @@ LOCAL_SYMBOL: b2Math.h<457:35> [b2Math.h <457:35 457:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator*(float32, const b2Vec2 &) -> float32 [b2Math.h <457:27 457:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<457:52> [b2Math.h <457:52 457:52>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator*(float32, const b2Vec2 &) -> b2Vec2 [b2Math.h <457:44 457:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<458:1> [b2Math.h <458:1 458:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<458:1> [b2Math.h <460:1 460:1>]
|
||||
REFERENCE_CALL b2Vec2 operator*(float32, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <459:9 459:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator*(float32, const b2Vec2 &) -> b2Vec2 [b2Math.h <459:9 459:14>]
|
||||
LOCAL_SYMBOL: b2Math.h<457:35> [b2Math.h <459:16 459:16>]
|
||||
@@ -1151,6 +1287,8 @@ LOCAL_SYMBOL: b2Math.h<462:40> [b2Math.h <462:40 462:40>]
|
||||
REFERENCE_TYPE_USAGE bool operator==(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <462:32 462:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<462:57> [b2Math.h <462:57 462:57>]
|
||||
REFERENCE_TYPE_USAGE bool operator==(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <462:49 462:54>]
|
||||
LOCAL_SYMBOL: b2Math.h<463:1> [b2Math.h <463:1 463:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<463:1> [b2Math.h <465:1 465:1>]
|
||||
REFERENCE_USAGE bool operator==(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <464:11 464:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<462:40> [b2Math.h <464:9 464:9>]
|
||||
REFERENCE_USAGE bool operator==(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <464:18 464:18>]
|
||||
@@ -1165,6 +1303,8 @@ LOCAL_SYMBOL: b2Math.h<467:40> [b2Math.h <467:40 467:40>]
|
||||
REFERENCE_TYPE_USAGE bool operator!=(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <467:32 467:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<467:57> [b2Math.h <467:57 467:57>]
|
||||
REFERENCE_TYPE_USAGE bool operator!=(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <467:49 467:54>]
|
||||
LOCAL_SYMBOL: b2Math.h<468:1> [b2Math.h <468:1 468:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<468:1> [b2Math.h <470:1 470:1>]
|
||||
REFERENCE_USAGE bool operator!=(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <469:11 469:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<467:40> [b2Math.h <469:9 469:9>]
|
||||
REFERENCE_USAGE bool operator!=(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <469:18 469:18>]
|
||||
@@ -1179,6 +1319,8 @@ LOCAL_SYMBOL: b2Math.h<472:41> [b2Math.h <472:41 472:41>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Distance(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <472:33 472:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<472:58> [b2Math.h <472:58 472:58>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Distance(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <472:50 472:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<473:1> [b2Math.h <473:1 473:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<473:1> [b2Math.h <476:1 476:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<474:9> [b2Math.h <474:9 474:9>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Distance(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <474:2 474:7>]
|
||||
SYMBOL_FUNCTION b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &)
|
||||
@@ -1193,6 +1335,8 @@ LOCAL_SYMBOL: b2Math.h<478:48> [b2Math.h <478:48 478:48>]
|
||||
REFERENCE_TYPE_USAGE float32 b2DistanceSquared(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <478:40 478:45>]
|
||||
LOCAL_SYMBOL: b2Math.h<478:65> [b2Math.h <478:65 478:65>]
|
||||
REFERENCE_TYPE_USAGE float32 b2DistanceSquared(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <478:57 478:62>]
|
||||
LOCAL_SYMBOL: b2Math.h<479:1> [b2Math.h <479:1 479:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<479:1> [b2Math.h <482:1 482:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<480:9> [b2Math.h <480:9 480:9>]
|
||||
REFERENCE_TYPE_USAGE float32 b2DistanceSquared(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <480:2 480:7>]
|
||||
REFERENCE_CALL float32 b2DistanceSquared(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) [b2Math.h <480:15 480:15>]
|
||||
@@ -1207,6 +1351,8 @@ LOCAL_SYMBOL: b2Math.h<484:35> [b2Math.h <484:35 484:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator*(float32, const b2Vec3 &) -> float32 [b2Math.h <484:27 484:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<484:52> [b2Math.h <484:52 484:52>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator*(float32, const b2Vec3 &) -> b2Vec3 [b2Math.h <484:44 484:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<485:1> [b2Math.h <485:1 485:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<485:1> [b2Math.h <487:1 487:1>]
|
||||
SYMBOL_FUNCTION void b2Vec3::b2Vec3(float32, float32, float32)
|
||||
REFERENCE_CALL b2Vec3 operator*(float32, const b2Vec3 &) -> void b2Vec3::b2Vec3(float32, float32, float32) [b2Math.h <486:9 486:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator*(float32, const b2Vec3 &) -> b2Vec3 [b2Math.h <486:9 486:14>]
|
||||
@@ -1225,6 +1371,8 @@ LOCAL_SYMBOL: b2Math.h<490:41> [b2Math.h <490:41 490:41>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <490:33 490:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<490:58> [b2Math.h <490:58 490:58>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <490:50 490:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<491:1> [b2Math.h <491:1 491:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<491:1> [b2Math.h <493:1 493:1>]
|
||||
REFERENCE_CALL b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) -> void b2Vec3::b2Vec3(float32, float32, float32) [b2Math.h <492:9 492:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <492:9 492:14>]
|
||||
REFERENCE_USAGE b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <492:18 492:18>]
|
||||
@@ -1245,6 +1393,8 @@ LOCAL_SYMBOL: b2Math.h<496:41> [b2Math.h <496:41 496:41>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator-(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <496:33 496:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<496:58> [b2Math.h <496:58 496:58>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator-(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <496:50 496:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<497:1> [b2Math.h <497:1 497:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<497:1> [b2Math.h <499:1 499:1>]
|
||||
REFERENCE_CALL b2Vec3 operator-(const b2Vec3 &, const b2Vec3 &) -> void b2Vec3::b2Vec3(float32, float32, float32) [b2Math.h <498:9 498:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator-(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <498:9 498:14>]
|
||||
REFERENCE_USAGE b2Vec3 operator-(const b2Vec3 &, const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <498:18 498:18>]
|
||||
@@ -1265,6 +1415,8 @@ LOCAL_SYMBOL: b2Math.h<502:36> [b2Math.h <502:36 502:36>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Dot(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <502:28 502:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<502:53> [b2Math.h <502:53 502:53>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Dot(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <502:45 502:50>]
|
||||
LOCAL_SYMBOL: b2Math.h<503:1> [b2Math.h <503:1 503:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<503:1> [b2Math.h <505:1 505:1>]
|
||||
REFERENCE_USAGE float32 b2Dot(const b2Vec3 &, const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <504:11 504:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<502:36> [b2Math.h <504:9 504:9>]
|
||||
REFERENCE_USAGE float32 b2Dot(const b2Vec3 &, const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <504:17 504:17>]
|
||||
@@ -1283,6 +1435,8 @@ LOCAL_SYMBOL: b2Math.h<508:37> [b2Math.h <508:37 508:37>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Cross(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <508:29 508:34>]
|
||||
LOCAL_SYMBOL: b2Math.h<508:54> [b2Math.h <508:54 508:54>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Cross(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <508:46 508:51>]
|
||||
LOCAL_SYMBOL: b2Math.h<509:1> [b2Math.h <509:1 509:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<509:1> [b2Math.h <511:1 511:1>]
|
||||
REFERENCE_CALL b2Vec3 b2Cross(const b2Vec3 &, const b2Vec3 &) -> void b2Vec3::b2Vec3(float32, float32, float32) [b2Math.h <510:9 510:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Cross(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <510:9 510:14>]
|
||||
REFERENCE_USAGE b2Vec3 b2Cross(const b2Vec3 &, const b2Vec3 &) -> float32 b2Vec3::y [b2Math.h <510:18 510:18>]
|
||||
@@ -1315,6 +1469,8 @@ LOCAL_SYMBOL: b2Math.h<513:43> [b2Math.h <513:43 513:43>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 operator+(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <513:34 513:40>]
|
||||
LOCAL_SYMBOL: b2Math.h<513:61> [b2Math.h <513:61 513:61>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 operator+(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <513:52 513:58>]
|
||||
LOCAL_SYMBOL: b2Math.h<514:1> [b2Math.h <514:1 514:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<514:1> [b2Math.h <516:1 516:1>]
|
||||
SYMBOL_FUNCTION void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &)
|
||||
REFERENCE_CALL b2Mat22 operator+(const b2Mat22 &, const b2Mat22 &) -> void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) [b2Math.h <515:9 515:15>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 operator+(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <515:9 515:15>]
|
||||
@@ -1335,6 +1491,8 @@ LOCAL_SYMBOL: b2Math.h<519:37> [b2Math.h <519:37 519:37>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Mul(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <519:28 519:34>]
|
||||
LOCAL_SYMBOL: b2Math.h<519:55> [b2Math.h <519:55 519:55>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Mul(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <519:46 519:52>]
|
||||
LOCAL_SYMBOL: b2Math.h<520:1> [b2Math.h <520:1 520:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<520:1> [b2Math.h <522:1 522:1>]
|
||||
REFERENCE_CALL b2Mat22 b2Mul(const b2Mat22 &, const b2Mat22 &) -> void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) [b2Math.h <521:9 521:15>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Mul(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <521:9 521:15>]
|
||||
SYMBOL_FUNCTION b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &)
|
||||
@@ -1352,6 +1510,8 @@ LOCAL_SYMBOL: b2Math.h<525:38> [b2Math.h <525:38 525:38>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2MulT(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <525:29 525:35>]
|
||||
LOCAL_SYMBOL: b2Math.h<525:56> [b2Math.h <525:56 525:56>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2MulT(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <525:47 525:53>]
|
||||
LOCAL_SYMBOL: b2Math.h<526:1> [b2Math.h <526:1 526:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<526:1> [b2Math.h <530:1 530:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<527:9> [b2Math.h <527:9 527:10>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2MulT(const b2Mat22 &, const b2Mat22 &) -> b2Vec2 [b2Math.h <527:2 527:7>]
|
||||
REFERENCE_CALL b2Mat22 b2MulT(const b2Mat22 &, const b2Mat22 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <527:9 527:10>]
|
||||
@@ -1388,6 +1548,8 @@ LOCAL_SYMBOL: b2Math.h<533:36> [b2Math.h <533:36 533:36>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Mul(const b2Mat33 &, const b2Vec3 &) -> b2Mat33 [b2Math.h <533:27 533:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<533:53> [b2Math.h <533:53 533:53>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Mul(const b2Mat33 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <533:45 533:50>]
|
||||
LOCAL_SYMBOL: b2Math.h<534:1> [b2Math.h <534:1 534:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<534:1> [b2Math.h <536:1 536:1>]
|
||||
SYMBOL_FUNCTION b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &)
|
||||
REFERENCE_CALL b2Vec3 b2Mul(const b2Mat33 &, const b2Vec3 &) -> b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) [b2Math.h <535:33 535:33>]
|
||||
REFERENCE_CALL b2Vec3 b2Mul(const b2Mat33 &, const b2Vec3 &) -> b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) [b2Math.h <535:20 535:20>]
|
||||
@@ -1413,6 +1575,8 @@ LOCAL_SYMBOL: b2Math.h<539:38> [b2Math.h <539:38 539:38>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul22(const b2Mat33 &, const b2Vec2 &) -> b2Mat33 [b2Math.h <539:29 539:35>]
|
||||
LOCAL_SYMBOL: b2Math.h<539:55> [b2Math.h <539:55 539:55>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul22(const b2Mat33 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <539:47 539:52>]
|
||||
LOCAL_SYMBOL: b2Math.h<540:1> [b2Math.h <540:1 540:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<540:1> [b2Math.h <542:1 542:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Mul22(const b2Mat33 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <541:9 541:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul22(const b2Mat33 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <541:9 541:14>]
|
||||
REFERENCE_USAGE b2Vec2 b2Mul22(const b2Mat33 &, const b2Vec2 &) -> float32 b2Vec3::x [b2Math.h <541:21 541:21>]
|
||||
@@ -1441,6 +1605,8 @@ LOCAL_SYMBOL: b2Math.h<545:33> [b2Math.h <545:33 545:33>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2Mul(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <545:26 545:30>]
|
||||
LOCAL_SYMBOL: b2Math.h<545:49> [b2Math.h <545:49 545:49>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2Mul(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <545:42 545:46>]
|
||||
LOCAL_SYMBOL: b2Math.h<546:1> [b2Math.h <546:1 546:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<546:1> [b2Math.h <555:1 555:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<551:8> [b2Math.h <551:8 551:9>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2Mul(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <551:2 551:6>]
|
||||
REFERENCE_CALL b2Rot b2Mul(const b2Rot &, const b2Rot &) -> void b2Rot::b2Rot() [b2Math.h <551:8 551:9>]
|
||||
@@ -1472,6 +1638,8 @@ LOCAL_SYMBOL: b2Math.h<558:34> [b2Math.h <558:34 558:34>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2MulT(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <558:27 558:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<558:50> [b2Math.h <558:50 558:50>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2MulT(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <558:43 558:47>]
|
||||
LOCAL_SYMBOL: b2Math.h<559:1> [b2Math.h <559:1 559:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<559:1> [b2Math.h <568:1 568:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<564:8> [b2Math.h <564:8 564:9>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2MulT(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <564:2 564:6>]
|
||||
REFERENCE_CALL b2Rot b2MulT(const b2Rot &, const b2Rot &) -> void b2Rot::b2Rot() [b2Math.h <564:8 564:9>]
|
||||
@@ -1503,6 +1671,8 @@ LOCAL_SYMBOL: b2Math.h<571:34> [b2Math.h <571:34 571:34>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Rot &, const b2Vec2 &) -> b2Rot [b2Math.h <571:27 571:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<571:51> [b2Math.h <571:51 571:51>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Rot &, const b2Vec2 &) -> b2Vec2 [b2Math.h <571:43 571:48>]
|
||||
LOCAL_SYMBOL: b2Math.h<572:1> [b2Math.h <572:1 572:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<572:1> [b2Math.h <574:1 574:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Mul(const b2Rot &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <573:9 573:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Rot &, const b2Vec2 &) -> b2Vec2 [b2Math.h <573:9 573:14>]
|
||||
REFERENCE_USAGE b2Vec2 b2Mul(const b2Rot &, const b2Vec2 &) -> float32 b2Rot::c [b2Math.h <573:18 573:18>]
|
||||
@@ -1527,6 +1697,8 @@ LOCAL_SYMBOL: b2Math.h<577:35> [b2Math.h <577:35 577:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Rot &, const b2Vec2 &) -> b2Rot [b2Math.h <577:28 577:32>]
|
||||
LOCAL_SYMBOL: b2Math.h<577:52> [b2Math.h <577:52 577:52>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Rot &, const b2Vec2 &) -> b2Vec2 [b2Math.h <577:44 577:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<578:1> [b2Math.h <578:1 578:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<578:1> [b2Math.h <580:1 580:1>]
|
||||
REFERENCE_CALL b2Vec2 b2MulT(const b2Rot &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <579:9 579:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Rot &, const b2Vec2 &) -> b2Vec2 [b2Math.h <579:9 579:14>]
|
||||
REFERENCE_USAGE b2Vec2 b2MulT(const b2Rot &, const b2Vec2 &) -> float32 b2Rot::c [b2Math.h <579:18 579:18>]
|
||||
@@ -1551,6 +1723,8 @@ LOCAL_SYMBOL: b2Math.h<582:40> [b2Math.h <582:40 582:40>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Transform &, const b2Vec2 &) -> b2Transform [b2Math.h <582:27 582:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<582:57> [b2Math.h <582:57 582:57>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Transform &, const b2Vec2 &) -> b2Vec2 [b2Math.h <582:49 582:54>]
|
||||
LOCAL_SYMBOL: b2Math.h<583:1> [b2Math.h <583:1 583:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<583:1> [b2Math.h <588:1 588:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<584:10> [b2Math.h <584:10 584:10>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Transform &, const b2Vec2 &) -> float32 [b2Math.h <584:2 584:8>]
|
||||
REFERENCE_USAGE b2Vec2 b2Mul(const b2Transform &, const b2Vec2 &) -> float32 b2Rot::c [b2Math.h <584:19 584:19>]
|
||||
@@ -1591,6 +1765,8 @@ LOCAL_SYMBOL: b2Math.h<590:41> [b2Math.h <590:41 590:41>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Transform &, const b2Vec2 &) -> b2Transform [b2Math.h <590:28 590:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<590:58> [b2Math.h <590:58 590:58>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Transform &, const b2Vec2 &) -> b2Vec2 [b2Math.h <590:50 590:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<591:1> [b2Math.h <591:1 591:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<591:1> [b2Math.h <598:1 598:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<592:10> [b2Math.h <592:10 592:11>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Transform &, const b2Vec2 &) -> float32 [b2Math.h <592:2 592:8>]
|
||||
REFERENCE_USAGE b2Vec2 b2MulT(const b2Transform &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <592:17 592:17>]
|
||||
@@ -1635,6 +1811,8 @@ LOCAL_SYMBOL: b2Math.h<602:45> [b2Math.h <602:45 602:45>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2Mul(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <602:32 602:42>]
|
||||
LOCAL_SYMBOL: b2Math.h<602:67> [b2Math.h <602:67 602:67>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2Mul(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <602:54 602:64>]
|
||||
LOCAL_SYMBOL: b2Math.h<603:1> [b2Math.h <603:1 603:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<603:1> [b2Math.h <608:1 608:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<604:14> [b2Math.h <604:14 604:14>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2Mul(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <604:2 604:12>]
|
||||
SYMBOL_FUNCTION void b2Transform::b2Transform()
|
||||
@@ -1671,6 +1849,8 @@ LOCAL_SYMBOL: b2Math.h<612:46> [b2Math.h <612:46 612:46>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2MulT(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <612:33 612:43>]
|
||||
LOCAL_SYMBOL: b2Math.h<612:68> [b2Math.h <612:68 612:68>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2MulT(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <612:55 612:65>]
|
||||
LOCAL_SYMBOL: b2Math.h<613:1> [b2Math.h <613:1 613:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<613:1> [b2Math.h <618:1 618:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<614:14> [b2Math.h <614:14 614:14>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2MulT(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <614:2 614:12>]
|
||||
REFERENCE_CALL b2Transform b2MulT(const b2Transform &, const b2Transform &) -> void b2Transform::b2Transform() [b2Math.h <614:14 614:14>]
|
||||
@@ -1702,6 +1882,8 @@ SYMBOL_FUNCTION T b2Abs<typename T>(T) [b2Math.h <620:1 <621:10 621:14> 624:1>]
|
||||
REFERENCE_TYPE_USAGE T b2Abs<typename T>(T) -> b2Abs<typename T>::T [b2Math.h <621:8 621:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<621:18> [b2Math.h <621:18 621:18>]
|
||||
REFERENCE_TYPE_USAGE T b2Abs<typename T>(T) -> b2Abs<typename T>::T [b2Math.h <621:16 621:16>]
|
||||
LOCAL_SYMBOL: b2Math.h<622:1> [b2Math.h <622:1 622:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<622:1> [b2Math.h <624:1 624:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<621:18> [b2Math.h <623:9 623:9>]
|
||||
REFERENCE_TYPE_USAGE T b2Abs<typename T>(T) -> b2Abs<typename T>::T [b2Math.h <623:13 623:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<621:18> [b2Math.h <623:20 623:20>]
|
||||
@@ -1715,6 +1897,8 @@ SYMBOL_FUNCTION b2Vec2 b2Abs(const b2Vec2 &) [b2Math.h <626:1 <626:15 626:19> 62
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Abs(const b2Vec2 &) -> b2Vec2 [b2Math.h <626:8 626:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<626:35> [b2Math.h <626:35 626:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Abs(const b2Vec2 &) -> b2Vec2 [b2Math.h <626:27 626:32>]
|
||||
LOCAL_SYMBOL: b2Math.h<627:1> [b2Math.h <627:1 627:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<627:1> [b2Math.h <629:1 629:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Abs(const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <628:9 628:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Abs(const b2Vec2 &) -> b2Vec2 [b2Math.h <628:9 628:14>]
|
||||
SYMBOL_FUNCTION float b2Abs<float>(float)
|
||||
@@ -1728,6 +1912,8 @@ SYMBOL_FUNCTION b2Mat22 b2Abs(const b2Mat22 &) [b2Math.h <631:1 <631:16 631:20>
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Abs(const b2Mat22 &) -> b2Mat22 [b2Math.h <631:8 631:14>]
|
||||
LOCAL_SYMBOL: b2Math.h<631:37> [b2Math.h <631:37 631:37>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Abs(const b2Mat22 &) -> b2Mat22 [b2Math.h <631:28 631:34>]
|
||||
LOCAL_SYMBOL: b2Math.h<632:1> [b2Math.h <632:1 632:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<632:1> [b2Math.h <634:1 634:1>]
|
||||
REFERENCE_CALL b2Mat22 b2Abs(const b2Mat22 &) -> void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) [b2Math.h <633:9 633:15>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Abs(const b2Mat22 &) -> b2Mat22 [b2Math.h <633:9 633:15>]
|
||||
SYMBOL_FUNCTION b2Vec2 b2Abs(const b2Vec2 &)
|
||||
@@ -1744,6 +1930,8 @@ LOCAL_SYMBOL: b2Math.h<637:18> [b2Math.h <637:18 637:18>]
|
||||
REFERENCE_TYPE_USAGE T b2Min<typename T>(T, T) -> b2Min<typename T>::T [b2Math.h <637:16 637:16>]
|
||||
LOCAL_SYMBOL: b2Math.h<637:23> [b2Math.h <637:23 637:23>]
|
||||
REFERENCE_TYPE_USAGE T b2Min<typename T>(T, T) -> b2Min<typename T>::T [b2Math.h <637:21 637:21>]
|
||||
LOCAL_SYMBOL: b2Math.h<638:1> [b2Math.h <638:1 638:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<638:1> [b2Math.h <640:1 640:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<637:18> [b2Math.h <639:9 639:9>]
|
||||
LOCAL_SYMBOL: b2Math.h<637:23> [b2Math.h <639:13 639:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<637:18> [b2Math.h <639:17 639:17>]
|
||||
@@ -1759,6 +1947,8 @@ LOCAL_SYMBOL: b2Math.h<642:35> [b2Math.h <642:35 642:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Min(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <642:27 642:32>]
|
||||
LOCAL_SYMBOL: b2Math.h<642:52> [b2Math.h <642:52 642:52>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Min(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <642:44 642:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<643:1> [b2Math.h <643:1 643:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<643:1> [b2Math.h <645:1 645:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Min(const b2Vec2 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <644:9 644:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Min(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <644:9 644:14>]
|
||||
SYMBOL_FUNCTION float b2Min<float>(float, float)
|
||||
@@ -1779,6 +1969,8 @@ LOCAL_SYMBOL: b2Math.h<648:18> [b2Math.h <648:18 648:18>]
|
||||
REFERENCE_TYPE_USAGE T b2Max<typename T>(T, T) -> b2Max<typename T>::T [b2Math.h <648:16 648:16>]
|
||||
LOCAL_SYMBOL: b2Math.h<648:23> [b2Math.h <648:23 648:23>]
|
||||
REFERENCE_TYPE_USAGE T b2Max<typename T>(T, T) -> b2Max<typename T>::T [b2Math.h <648:21 648:21>]
|
||||
LOCAL_SYMBOL: b2Math.h<649:1> [b2Math.h <649:1 649:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<649:1> [b2Math.h <651:1 651:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<648:18> [b2Math.h <650:9 650:9>]
|
||||
LOCAL_SYMBOL: b2Math.h<648:23> [b2Math.h <650:13 650:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<648:18> [b2Math.h <650:17 650:17>]
|
||||
@@ -1794,6 +1986,8 @@ LOCAL_SYMBOL: b2Math.h<653:35> [b2Math.h <653:35 653:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <653:27 653:32>]
|
||||
LOCAL_SYMBOL: b2Math.h<653:52> [b2Math.h <653:52 653:52>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <653:44 653:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<654:1> [b2Math.h <654:1 654:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<654:1> [b2Math.h <656:1 656:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <655:9 655:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <655:9 655:14>]
|
||||
SYMBOL_FUNCTION float b2Max<float>(float, float)
|
||||
@@ -1816,6 +2010,8 @@ LOCAL_SYMBOL: b2Math.h<659:25> [b2Math.h <659:25 659:27>]
|
||||
REFERENCE_TYPE_USAGE T b2Clamp<typename T>(T, T, T) -> b2Clamp<typename T>::T [b2Math.h <659:23 659:23>]
|
||||
LOCAL_SYMBOL: b2Math.h<659:32> [b2Math.h <659:32 659:35>]
|
||||
REFERENCE_TYPE_USAGE T b2Clamp<typename T>(T, T, T) -> b2Clamp<typename T>::T [b2Math.h <659:30 659:30>]
|
||||
LOCAL_SYMBOL: b2Math.h<660:1> [b2Math.h <660:1 660:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<660:1> [b2Math.h <662:1 662:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<659:25> [b2Math.h <661:15 661:17>]
|
||||
LOCAL_SYMBOL: b2Math.h<659:20> [b2Math.h <661:26 661:26>]
|
||||
LOCAL_SYMBOL: b2Math.h<659:32> [b2Math.h <661:29 661:32>]
|
||||
@@ -1827,6 +2023,8 @@ LOCAL_SYMBOL: b2Math.h<664:54> [b2Math.h <664:54 664:56>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Clamp(const b2Vec2 &, const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <664:46 664:51>]
|
||||
LOCAL_SYMBOL: b2Math.h<664:73> [b2Math.h <664:73 664:76>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Clamp(const b2Vec2 &, const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <664:65 664:70>]
|
||||
LOCAL_SYMBOL: b2Math.h<665:1> [b2Math.h <665:1 665:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<665:1> [b2Math.h <667:1 667:1>]
|
||||
SYMBOL_FUNCTION b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &)
|
||||
REFERENCE_CALL b2Vec2 b2Clamp(const b2Vec2 &, const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &) [b2Math.h <666:9 666:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<664:54> [b2Math.h <666:15 666:17>]
|
||||
@@ -1841,6 +2039,8 @@ LOCAL_SYMBOL: b2Math.h<669:44> [b2Math.h <669:44 669:44>]
|
||||
REFERENCE_TYPE_USAGE void b2Swap<typename T>(T &, T &) -> b2Swap<typename T>::T [b2Math.h <669:41 669:41>]
|
||||
LOCAL_SYMBOL: b2Math.h<669:50> [b2Math.h <669:50 669:50>]
|
||||
REFERENCE_TYPE_USAGE void b2Swap<typename T>(T &, T &) -> b2Swap<typename T>::T [b2Math.h <669:47 669:47>]
|
||||
LOCAL_SYMBOL: b2Math.h<670:1> [b2Math.h <670:1 670:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<670:1> [b2Math.h <674:1 674:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<671:4> [b2Math.h <671:4 671:6>]
|
||||
REFERENCE_TYPE_USAGE void b2Swap<typename T>(T &, T &) -> b2Swap<typename T>::T [b2Math.h <671:2 671:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<669:44> [b2Math.h <671:10 671:10>]
|
||||
@@ -1852,6 +2052,8 @@ SYMBOL_FUNCTION uint32 b2NextPowerOfTwo(uint32) [b2Math.h <681:1 <681:15 681:30>
|
||||
REFERENCE_TYPE_USAGE uint32 b2NextPowerOfTwo(uint32) -> uint32 [b2Math.h <681:8 681:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<681:39> [b2Math.h <681:39 681:39>]
|
||||
REFERENCE_TYPE_USAGE uint32 b2NextPowerOfTwo(uint32) -> uint32 [b2Math.h <681:32 681:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<682:1> [b2Math.h <682:1 682:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<682:1> [b2Math.h <689:1 689:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<681:39> [b2Math.h <683:2 683:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<681:39> [b2Math.h <683:8 683:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<681:39> [b2Math.h <684:2 684:2>]
|
||||
@@ -1867,6 +2069,8 @@ SYMBOL_FUNCTION bool b2IsPowerOfTwo(uint32) [b2Math.h <691:1 <691:13 691:26> 695
|
||||
REFERENCE_TYPE_USAGE bool b2IsPowerOfTwo(uint32) -> bool [b2Math.h <691:8 691:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<691:35> [b2Math.h <691:35 691:35>]
|
||||
REFERENCE_TYPE_USAGE bool b2IsPowerOfTwo(uint32) -> uint32 [b2Math.h <691:28 691:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<692:1> [b2Math.h <692:1 692:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<692:1> [b2Math.h <695:1 695:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<693:7> [b2Math.h <693:7 693:12>]
|
||||
REFERENCE_TYPE_USAGE bool b2IsPowerOfTwo(uint32) -> bool [b2Math.h <693:2 693:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<691:35> [b2Math.h <693:16 693:16>]
|
||||
@@ -1881,6 +2085,8 @@ LOCAL_SYMBOL: b2Math.h<697:48> [b2Math.h <697:48 697:49>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::GetTransform(b2Transform *, float32) const -> b2Transform [b2Math.h <697:35 697:45>]
|
||||
LOCAL_SYMBOL: b2Math.h<697:60> [b2Math.h <697:60 697:63>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::GetTransform(b2Transform *, float32) const -> float32 [b2Math.h <697:52 697:58>]
|
||||
LOCAL_SYMBOL: b2Math.h<698:1> [b2Math.h <698:1 698:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<698:1> [b2Math.h <705:1 705:1>]
|
||||
REFERENCE_CALL void b2Sweep::GetTransform(b2Transform *, float32) const -> b2Vec2 & b2Vec2::operator=(b2Vec2 &&) [b2Math.h <699:8 699:8>]
|
||||
REFERENCE_USAGE void b2Sweep::GetTransform(b2Transform *, float32) const -> b2Vec2 b2Transform::p [b2Math.h <699:6 699:6>]
|
||||
LOCAL_SYMBOL: b2Math.h<697:48> [b2Math.h <699:2 699:3>]
|
||||
@@ -1915,6 +2121,8 @@ QUALIFIER: b2Sweep [b2Math.h <707:13 707:19>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::Advance(float32) -> void [b2Math.h <707:8 707:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<707:38> [b2Math.h <707:38 707:42>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::Advance(float32) -> float32 [b2Math.h <707:30 707:36>]
|
||||
LOCAL_SYMBOL: b2Math.h<708:1> [b2Math.h <708:1 708:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<708:1> [b2Math.h <714:1 714:1>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::Advance(float32) -> void [b2Math.h <709:2 709:9>]
|
||||
REFERENCE_USAGE void b2Sweep::Advance(float32) -> float32 b2Sweep::alpha0 [b2Math.h <709:11 709:16>]
|
||||
SYMBOL_FUNCTION void _wassert(const wchar_t *, const wchar_t *, unsigned int)
|
||||
@@ -1942,6 +2150,8 @@ LOCAL_SYMBOL: b2Math.h<707:38> [b2Math.h <713:11 713:15>]
|
||||
SYMBOL_METHOD public void b2Sweep::Normalize() [b2Math.h <717:1 <717:22 717:30> 723:1>]
|
||||
QUALIFIER: b2Sweep [b2Math.h <717:13 717:19>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::Normalize() -> void [b2Math.h <717:8 717:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<718:1> [b2Math.h <718:1 718:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<718:1> [b2Math.h <723:1 723:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<719:10> [b2Math.h <719:10 719:14>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::Normalize() -> float32 [b2Math.h <719:2 719:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<720:10> [b2Math.h <720:10 720:10>]
|
||||
@@ -1956,7 +2166,11 @@ LOCAL_SYMBOL: b2Math.h<720:10> [b2Math.h <721:8 721:8>]
|
||||
REFERENCE_USAGE void b2Sweep::Normalize() -> float32 b2Sweep::a [b2Math.h <722:2 722:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<720:10> [b2Math.h <722:7 722:7>]
|
||||
SYMBOL_STRUCT b2Color [b2Draw.h <25:1 <25:8 25:14> 39:1>]
|
||||
LOCAL_SYMBOL: b2Draw.h<26:1> [b2Draw.h <26:1 26:1>]
|
||||
LOCAL_SYMBOL: b2Draw.h<26:1> [b2Draw.h <39:1 39:1>]
|
||||
SYMBOL_METHOD public void b2Color::b2Color() [b2Draw.h <27:2 <27:2 27:8> 27:13>]
|
||||
LOCAL_SYMBOL: b2Draw.h<27:12> [b2Draw.h <27:12 27:12>]
|
||||
LOCAL_SYMBOL: b2Draw.h<27:12> [b2Draw.h <27:13 27:13>]
|
||||
SYMBOL_METHOD public void b2Color::b2Color(float32, float32, float32, float32) [b2Draw.h <28:2 <28:2 28:8> 31:2>]
|
||||
LOCAL_SYMBOL: b2Draw.h<28:18> [b2Draw.h <28:18 28:20>]
|
||||
REFERENCE_TYPE_USAGE void b2Color::b2Color(float32, float32, float32, float32) -> float32 [b2Draw.h <28:10 28:16>]
|
||||
@@ -1966,6 +2180,8 @@ LOCAL_SYMBOL: b2Draw.h<28:44> [b2Draw.h <28:44 28:46>]
|
||||
REFERENCE_TYPE_USAGE void b2Color::b2Color(float32, float32, float32, float32) -> float32 [b2Draw.h <28:36 28:42>]
|
||||
LOCAL_SYMBOL: b2Draw.h<28:57> [b2Draw.h <28:57 28:59>]
|
||||
REFERENCE_TYPE_USAGE void b2Color::b2Color(float32, float32, float32, float32) -> float32 [b2Draw.h <28:49 28:55>]
|
||||
LOCAL_SYMBOL: b2Draw.h<29:2> [b2Draw.h <29:2 29:2>]
|
||||
LOCAL_SYMBOL: b2Draw.h<29:2> [b2Draw.h <31:2 31:2>]
|
||||
REFERENCE_USAGE void b2Color::b2Color(float32, float32, float32, float32) -> float32 b2Color::r [b2Draw.h <30:3 30:3>]
|
||||
LOCAL_SYMBOL: b2Draw.h<28:18> [b2Draw.h <30:7 30:9>]
|
||||
REFERENCE_USAGE void b2Color::b2Color(float32, float32, float32, float32) -> float32 b2Color::g [b2Draw.h <30:12 30:12>]
|
||||
@@ -1984,6 +2200,8 @@ LOCAL_SYMBOL: b2Draw.h<33:45> [b2Draw.h <33:45 33:47>]
|
||||
REFERENCE_TYPE_USAGE void b2Color::Set(float32, float32, float32, float32) -> float32 [b2Draw.h <33:37 33:43>]
|
||||
LOCAL_SYMBOL: b2Draw.h<33:58> [b2Draw.h <33:58 33:60>]
|
||||
REFERENCE_TYPE_USAGE void b2Color::Set(float32, float32, float32, float32) -> float32 [b2Draw.h <33:50 33:56>]
|
||||
LOCAL_SYMBOL: b2Draw.h<34:2> [b2Draw.h <34:2 34:2>]
|
||||
LOCAL_SYMBOL: b2Draw.h<34:2> [b2Draw.h <36:2 36:2>]
|
||||
REFERENCE_USAGE void b2Color::Set(float32, float32, float32, float32) -> float32 b2Color::r [b2Draw.h <35:3 35:3>]
|
||||
LOCAL_SYMBOL: b2Draw.h<33:19> [b2Draw.h <35:7 35:9>]
|
||||
REFERENCE_USAGE void b2Color::Set(float32, float32, float32, float32) -> float32 b2Color::g [b2Draw.h <35:12 35:12>]
|
||||
@@ -2001,9 +2219,15 @@ REFERENCE_TYPE_USAGE float32 b2Color::b -> float32 [b2Draw.h <38:2 38:8>]
|
||||
SYMBOL_FIELD public float32 b2Color::a [b2Draw.h <38:19 38:19>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Color::a -> float32 [b2Draw.h <38:2 38:8>]
|
||||
SYMBOL_CLASS b2Draw [b2Draw.h <43:1 <43:7 43:12> 95:1>]
|
||||
LOCAL_SYMBOL: b2Draw.h<44:1> [b2Draw.h <44:1 44:1>]
|
||||
LOCAL_SYMBOL: b2Draw.h<44:1> [b2Draw.h <95:1 95:1>]
|
||||
SYMBOL_METHOD public void b2Draw::b2Draw() [b2Draw.h <46:2 46:7>]
|
||||
SYMBOL_METHOD public void b2Draw::~b2Draw() [b2Draw.h <48:2 <48:10 48:16> 48:21>]
|
||||
LOCAL_SYMBOL: b2Draw.h<48:20> [b2Draw.h <48:20 48:20>]
|
||||
LOCAL_SYMBOL: b2Draw.h<48:20> [b2Draw.h <48:21 48:21>]
|
||||
SYMBOL_ENUM public b2Draw::anonymous enum (b2Draw.h<50:2>) [b2Draw.h <50:2 <50:2 50:5> 57:2>]
|
||||
LOCAL_SYMBOL: b2Draw.h<51:2> [b2Draw.h <51:2 51:2>]
|
||||
LOCAL_SYMBOL: b2Draw.h<51:2> [b2Draw.h <57:2 57:2>]
|
||||
SYMBOL_ENUM_CONSTANT b2Draw::anonymous enum (b2Draw.h<50:2>)::e_shapeBit [b2Draw.h <52:3 52:12>]
|
||||
SYMBOL_ENUM_CONSTANT b2Draw::anonymous enum (b2Draw.h<50:2>)::e_jointBit [b2Draw.h <53:3 53:12>]
|
||||
SYMBOL_ENUM_CONSTANT b2Draw::anonymous enum (b2Draw.h<50:2>)::e_aabbBit [b2Draw.h <54:3 54:11>]
|
||||
@@ -2084,23 +2308,31 @@ SYMBOL_METHOD public void b2Draw::b2Draw(const b2Draw &) [b2Draw.h <43:7 43:12>]
|
||||
SYMBOL_METHOD public void b2Draw::b2Draw() [b2Draw.cpp <21:1 <21:9 21:14> 24:1>]
|
||||
SYMBOL_CLASS b2Draw
|
||||
QUALIFIER: b2Draw [b2Draw.cpp <21:1 21:6>]
|
||||
LOCAL_SYMBOL: b2Draw.cpp<22:1> [b2Draw.cpp <22:1 22:1>]
|
||||
LOCAL_SYMBOL: b2Draw.cpp<22:1> [b2Draw.cpp <24:1 24:1>]
|
||||
REFERENCE_USAGE void b2Draw::b2Draw() -> uint32 b2Draw::m_drawFlags [b2Draw.cpp <23:2 23:12>]
|
||||
SYMBOL_METHOD public void b2Draw::SetFlags(uint32) [b2Draw.cpp <26:1 <26:14 26:21> 29:1>]
|
||||
QUALIFIER: b2Draw [b2Draw.cpp <26:6 26:11>]
|
||||
REFERENCE_TYPE_USAGE void b2Draw::SetFlags(uint32) -> void [b2Draw.cpp <26:1 26:4>]
|
||||
LOCAL_SYMBOL: b2Draw.cpp<26:30> [b2Draw.cpp <26:30 26:34>]
|
||||
REFERENCE_TYPE_USAGE void b2Draw::SetFlags(uint32) -> uint32 [b2Draw.cpp <26:23 26:28>]
|
||||
LOCAL_SYMBOL: b2Draw.cpp<27:1> [b2Draw.cpp <27:1 27:1>]
|
||||
LOCAL_SYMBOL: b2Draw.cpp<27:1> [b2Draw.cpp <29:1 29:1>]
|
||||
REFERENCE_USAGE void b2Draw::SetFlags(uint32) -> uint32 b2Draw::m_drawFlags [b2Draw.cpp <28:2 28:12>]
|
||||
LOCAL_SYMBOL: b2Draw.cpp<26:30> [b2Draw.cpp <28:16 28:20>]
|
||||
SYMBOL_METHOD public uint32 b2Draw::GetFlags() const [b2Draw.cpp <31:1 <31:16 31:23> 34:1>]
|
||||
QUALIFIER: b2Draw [b2Draw.cpp <31:8 31:13>]
|
||||
REFERENCE_TYPE_USAGE uint32 b2Draw::GetFlags() const -> uint32 [b2Draw.cpp <31:1 31:6>]
|
||||
LOCAL_SYMBOL: b2Draw.cpp<32:1> [b2Draw.cpp <32:1 32:1>]
|
||||
LOCAL_SYMBOL: b2Draw.cpp<32:1> [b2Draw.cpp <34:1 34:1>]
|
||||
REFERENCE_USAGE uint32 b2Draw::GetFlags() const -> uint32 b2Draw::m_drawFlags [b2Draw.cpp <33:9 33:19>]
|
||||
SYMBOL_METHOD public void b2Draw::AppendFlags(uint32) [b2Draw.cpp <36:1 <36:14 36:24> 39:1>]
|
||||
QUALIFIER: b2Draw [b2Draw.cpp <36:6 36:11>]
|
||||
REFERENCE_TYPE_USAGE void b2Draw::AppendFlags(uint32) -> void [b2Draw.cpp <36:1 36:4>]
|
||||
LOCAL_SYMBOL: b2Draw.cpp<36:33> [b2Draw.cpp <36:33 36:37>]
|
||||
REFERENCE_TYPE_USAGE void b2Draw::AppendFlags(uint32) -> uint32 [b2Draw.cpp <36:26 36:31>]
|
||||
LOCAL_SYMBOL: b2Draw.cpp<37:1> [b2Draw.cpp <37:1 37:1>]
|
||||
LOCAL_SYMBOL: b2Draw.cpp<37:1> [b2Draw.cpp <39:1 39:1>]
|
||||
REFERENCE_USAGE void b2Draw::AppendFlags(uint32) -> uint32 b2Draw::m_drawFlags [b2Draw.cpp <38:2 38:12>]
|
||||
LOCAL_SYMBOL: b2Draw.cpp<36:33> [b2Draw.cpp <38:17 38:21>]
|
||||
SYMBOL_METHOD public void b2Draw::ClearFlags(uint32) [b2Draw.cpp <41:1 <41:14 41:23> 44:1>]
|
||||
@@ -2108,5 +2340,7 @@ QUALIFIER: b2Draw [b2Draw.cpp <41:6 41:11>]
|
||||
REFERENCE_TYPE_USAGE void b2Draw::ClearFlags(uint32) -> void [b2Draw.cpp <41:1 41:4>]
|
||||
LOCAL_SYMBOL: b2Draw.cpp<41:32> [b2Draw.cpp <41:32 41:36>]
|
||||
REFERENCE_TYPE_USAGE void b2Draw::ClearFlags(uint32) -> uint32 [b2Draw.cpp <41:25 41:30>]
|
||||
LOCAL_SYMBOL: b2Draw.cpp<42:1> [b2Draw.cpp <42:1 42:1>]
|
||||
LOCAL_SYMBOL: b2Draw.cpp<42:1> [b2Draw.cpp <44:1 44:1>]
|
||||
REFERENCE_USAGE void b2Draw::ClearFlags(uint32) -> uint32 b2Draw::m_drawFlags [b2Draw.cpp <43:2 43:12>]
|
||||
LOCAL_SYMBOL: b2Draw.cpp<41:32> [b2Draw.cpp <43:18 43:22>]
|
||||
|
||||
+226
@@ -288,6 +288,8 @@ LOCAL_SYMBOL: b2Settings.h<141:24> [b2Settings.h <141:24 141:29>]
|
||||
SYMBOL_BUILTIN_TYPE char
|
||||
REFERENCE_TYPE_USAGE void b2Log(const char *) -> char [b2Settings.h <141:18 141:21>]
|
||||
SYMBOL_STRUCT b2Version [b2Settings.h <145:1 <145:8 145:16> 150:1>]
|
||||
LOCAL_SYMBOL: b2Settings.h<146:1> [b2Settings.h <146:1 146:1>]
|
||||
LOCAL_SYMBOL: b2Settings.h<146:1> [b2Settings.h <150:1 150:1>]
|
||||
SYMBOL_FIELD public int32 b2Version::major [b2Settings.h <147:8 147:12>]
|
||||
REFERENCE_TYPE_USAGE int32 b2Version::major -> int32 [b2Settings.h <147:2 147:6>]
|
||||
SYMBOL_FIELD public int32 b2Version::minor [b2Settings.h <148:8 148:12>]
|
||||
@@ -301,6 +303,8 @@ SYMBOL_BUILTIN_TYPE bool
|
||||
REFERENCE_TYPE_USAGE bool b2IsValid(float32) -> bool [b2Math.h <26:8 26:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<26:31> [b2Math.h <26:31 26:31>]
|
||||
REFERENCE_TYPE_USAGE bool b2IsValid(float32) -> float32 [b2Math.h <26:23 26:29>]
|
||||
LOCAL_SYMBOL: b2Math.h<27:1> [b2Math.h <27:1 27:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<27:1> [b2Math.h <30:1 30:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<28:8> [b2Math.h <28:8 28:9>]
|
||||
REFERENCE_TYPE_USAGE bool b2IsValid(float32) -> int32 [b2Math.h <28:2 28:6>]
|
||||
REFERENCE_TYPE_USAGE bool b2IsValid(float32) -> int32 [b2Math.h <28:31 28:35>]
|
||||
@@ -310,7 +314,11 @@ SYMBOL_FUNCTION float32 b2InvSqrt(float32) [b2Math.h <33:1 <33:16 33:24> 47:1>]
|
||||
REFERENCE_TYPE_USAGE float32 b2InvSqrt(float32) -> float32 [b2Math.h <33:8 33:14>]
|
||||
LOCAL_SYMBOL: b2Math.h<33:34> [b2Math.h <33:34 33:34>]
|
||||
REFERENCE_TYPE_USAGE float32 b2InvSqrt(float32) -> float32 [b2Math.h <33:26 33:32>]
|
||||
LOCAL_SYMBOL: b2Math.h<34:1> [b2Math.h <34:1 34:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<34:1> [b2Math.h <47:1 47:1>]
|
||||
SYMBOL_UNION b2InvSqrt::anonymous union (b2Math.h<35:2>) [b2Math.h <35:2 <35:2 35:6> 39:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<36:2> [b2Math.h <36:2 36:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<36:2> [b2Math.h <39:2 39:2>]
|
||||
SYMBOL_FIELD public float32 b2InvSqrt::anonymous union (b2Math.h<35:2>)::x [b2Math.h <37:11 37:11>]
|
||||
REFERENCE_TYPE_USAGE float32 b2InvSqrt::anonymous union (b2Math.h<35:2>)::x -> float32 [b2Math.h <37:3 37:9>]
|
||||
SYMBOL_FIELD public int32 b2InvSqrt::anonymous union (b2Math.h<35:2>)::i [b2Math.h <38:9 38:9>]
|
||||
@@ -342,7 +350,11 @@ LOCAL_SYMBOL: b2Math.h<33:34> [b2Math.h <45:26 45:26>]
|
||||
LOCAL_SYMBOL: b2Math.h<33:34> [b2Math.h <45:30 45:30>]
|
||||
LOCAL_SYMBOL: b2Math.h<33:34> [b2Math.h <46:9 46:9>]
|
||||
SYMBOL_STRUCT b2Vec2 [b2Math.h <53:1 <53:8 53:13> 141:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<54:1> [b2Math.h <54:1 54:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<54:1> [b2Math.h <141:1 141:1>]
|
||||
SYMBOL_METHOD public void b2Vec2::b2Vec2() [b2Math.h <56:2 <56:2 56:7> 56:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<56:11> [b2Math.h <56:11 56:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<56:11> [b2Math.h <56:12 56:12>]
|
||||
SYMBOL_METHOD public void b2Vec2::b2Vec2(float32, float32) [b2Math.h <59:2 <59:2 59:7> 59:53>]
|
||||
LOCAL_SYMBOL: b2Math.h<59:17> [b2Math.h <59:17 59:19>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::b2Vec2(float32, float32) -> float32 [b2Math.h <59:9 59:15>]
|
||||
@@ -352,8 +364,12 @@ REFERENCE_USAGE void b2Vec2::b2Vec2(float32, float32) -> float32 b2Vec2::x [b2Ma
|
||||
LOCAL_SYMBOL: b2Math.h<59:17> [b2Math.h <59:39 59:41>]
|
||||
REFERENCE_USAGE void b2Vec2::b2Vec2(float32, float32) -> float32 b2Vec2::y [b2Math.h <59:45 59:45>]
|
||||
LOCAL_SYMBOL: b2Math.h<59:30> [b2Math.h <59:47 59:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<59:52> [b2Math.h <59:52 59:52>]
|
||||
LOCAL_SYMBOL: b2Math.h<59:52> [b2Math.h <59:53 59:53>]
|
||||
SYMBOL_METHOD public void b2Vec2::SetZero() [b2Math.h <62:2 <62:7 62:13> 62:39>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::SetZero() -> void [b2Math.h <62:2 62:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<62:17> [b2Math.h <62:17 62:17>]
|
||||
LOCAL_SYMBOL: b2Math.h<62:17> [b2Math.h <62:39 62:39>]
|
||||
REFERENCE_USAGE void b2Vec2::SetZero() -> float32 b2Vec2::x [b2Math.h <62:19 62:19>]
|
||||
REFERENCE_USAGE void b2Vec2::SetZero() -> float32 b2Vec2::y [b2Math.h <62:29 62:29>]
|
||||
SYMBOL_METHOD public void b2Vec2::Set(float32, float32) [b2Math.h <65:2 <65:7 65:9> 65:53>]
|
||||
@@ -362,12 +378,16 @@ LOCAL_SYMBOL: b2Math.h<65:19> [b2Math.h <65:19 65:20>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::Set(float32, float32) -> float32 [b2Math.h <65:11 65:17>]
|
||||
LOCAL_SYMBOL: b2Math.h<65:31> [b2Math.h <65:31 65:32>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::Set(float32, float32) -> float32 [b2Math.h <65:23 65:29>]
|
||||
LOCAL_SYMBOL: b2Math.h<65:35> [b2Math.h <65:35 65:35>]
|
||||
LOCAL_SYMBOL: b2Math.h<65:35> [b2Math.h <65:53 65:53>]
|
||||
REFERENCE_USAGE void b2Vec2::Set(float32, float32) -> float32 b2Vec2::x [b2Math.h <65:37 65:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<65:19> [b2Math.h <65:41 65:42>]
|
||||
REFERENCE_USAGE void b2Vec2::Set(float32, float32) -> float32 b2Vec2::y [b2Math.h <65:45 65:45>]
|
||||
LOCAL_SYMBOL: b2Math.h<65:31> [b2Math.h <65:49 65:50>]
|
||||
SYMBOL_METHOD public b2Vec2 b2Vec2::operator-() const [b2Math.h <68:2 <68:9 68:18> 68:65>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Vec2::operator-() const -> b2Vec2 [b2Math.h <68:2 68:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<68:28> [b2Math.h <68:28 68:28>]
|
||||
LOCAL_SYMBOL: b2Math.h<68:28> [b2Math.h <68:65 68:65>]
|
||||
LOCAL_SYMBOL: b2Math.h<68:37> [b2Math.h <68:37 68:37>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Vec2::operator-() const -> b2Vec2 [b2Math.h <68:30 68:35>]
|
||||
SYMBOL_FUNCTION void b2Vec2::b2Vec2()
|
||||
@@ -384,18 +404,24 @@ SYMBOL_METHOD public float32 b2Vec2::operator()(int32) const [b2Math.h <71:2 <71
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::operator()(int32) const -> float32 [b2Math.h <71:2 71:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<71:29> [b2Math.h <71:29 71:29>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::operator()(int32) const -> int32 [b2Math.h <71:23 71:27>]
|
||||
LOCAL_SYMBOL: b2Math.h<72:2> [b2Math.h <72:2 72:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<72:2> [b2Math.h <74:2 74:2>]
|
||||
REFERENCE_USAGE float32 b2Vec2::operator()(int32) const -> float32 b2Vec2::x [b2Math.h <73:12 73:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<71:29> [b2Math.h <73:15 73:15>]
|
||||
SYMBOL_METHOD public float32 & b2Vec2::operator()(int32) [b2Math.h <77:2 <77:11 77:21> 80:2>]
|
||||
REFERENCE_TYPE_USAGE float32 & b2Vec2::operator()(int32) -> float32 [b2Math.h <77:2 77:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<77:30> [b2Math.h <77:30 77:30>]
|
||||
REFERENCE_TYPE_USAGE float32 & b2Vec2::operator()(int32) -> int32 [b2Math.h <77:24 77:28>]
|
||||
LOCAL_SYMBOL: b2Math.h<78:2> [b2Math.h <78:2 78:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<78:2> [b2Math.h <80:2 80:2>]
|
||||
REFERENCE_USAGE float32 & b2Vec2::operator()(int32) -> float32 b2Vec2::x [b2Math.h <79:12 79:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<77:30> [b2Math.h <79:15 79:15>]
|
||||
SYMBOL_METHOD public void b2Vec2::operator+=(const b2Vec2 &) [b2Math.h <83:2 <83:7 83:17> 86:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator+=(const b2Vec2 &) -> void [b2Math.h <83:2 83:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<83:34> [b2Math.h <83:34 83:34>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator+=(const b2Vec2 &) -> b2Vec2 [b2Math.h <83:26 83:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<84:2> [b2Math.h <84:2 84:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<84:2> [b2Math.h <86:2 86:2>]
|
||||
REFERENCE_USAGE void b2Vec2::operator+=(const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <85:3 85:3>]
|
||||
REFERENCE_USAGE void b2Vec2::operator+=(const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <85:10 85:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<83:34> [b2Math.h <85:8 85:8>]
|
||||
@@ -406,6 +432,8 @@ SYMBOL_METHOD public void b2Vec2::operator-=(const b2Vec2 &) [b2Math.h <89:2 <89
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator-=(const b2Vec2 &) -> void [b2Math.h <89:2 89:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<89:34> [b2Math.h <89:34 89:34>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator-=(const b2Vec2 &) -> b2Vec2 [b2Math.h <89:26 89:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<90:2> [b2Math.h <90:2 90:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<90:2> [b2Math.h <92:2 92:2>]
|
||||
REFERENCE_USAGE void b2Vec2::operator-=(const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <91:3 91:3>]
|
||||
REFERENCE_USAGE void b2Vec2::operator-=(const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <91:10 91:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<89:34> [b2Math.h <91:8 91:8>]
|
||||
@@ -416,12 +444,16 @@ SYMBOL_METHOD public void b2Vec2::operator*=(float32) [b2Math.h <95:2 <95:7 95:1
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator*=(float32) -> void [b2Math.h <95:2 95:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<95:28> [b2Math.h <95:28 95:28>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator*=(float32) -> float32 [b2Math.h <95:20 95:26>]
|
||||
LOCAL_SYMBOL: b2Math.h<96:2> [b2Math.h <96:2 96:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<96:2> [b2Math.h <98:2 98:2>]
|
||||
REFERENCE_USAGE void b2Vec2::operator*=(float32) -> float32 b2Vec2::x [b2Math.h <97:3 97:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<95:28> [b2Math.h <97:8 97:8>]
|
||||
REFERENCE_USAGE void b2Vec2::operator*=(float32) -> float32 b2Vec2::y [b2Math.h <97:11 97:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<95:28> [b2Math.h <97:16 97:16>]
|
||||
SYMBOL_METHOD public float32 b2Vec2::Length() const [b2Math.h <101:2 <101:10 101:15> 104:2>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::Length() const -> float32 [b2Math.h <101:2 101:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<102:2> [b2Math.h <102:2 102:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<102:2> [b2Math.h <104:2 104:2>]
|
||||
SYMBOL_FUNCTION float sqrtf(float)
|
||||
REFERENCE_CALL float32 b2Vec2::Length() const -> float sqrtf(float) [b2Math.h <103:10 103:15>]
|
||||
REFERENCE_USAGE float32 b2Vec2::Length() const -> float32 b2Vec2::x [b2Math.h <103:17 103:17>]
|
||||
@@ -430,17 +462,23 @@ REFERENCE_USAGE float32 b2Vec2::Length() const -> float32 b2Vec2::y [b2Math.h <1
|
||||
REFERENCE_USAGE float32 b2Vec2::Length() const -> float32 b2Vec2::y [b2Math.h <103:29 103:29>]
|
||||
SYMBOL_METHOD public float32 b2Vec2::LengthSquared() const [b2Math.h <108:2 <108:10 108:22> 111:2>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::LengthSquared() const -> float32 [b2Math.h <108:2 108:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<109:2> [b2Math.h <109:2 109:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<109:2> [b2Math.h <111:2 111:2>]
|
||||
REFERENCE_USAGE float32 b2Vec2::LengthSquared() const -> float32 b2Vec2::x [b2Math.h <110:10 110:10>]
|
||||
REFERENCE_USAGE float32 b2Vec2::LengthSquared() const -> float32 b2Vec2::x [b2Math.h <110:14 110:14>]
|
||||
REFERENCE_USAGE float32 b2Vec2::LengthSquared() const -> float32 b2Vec2::y [b2Math.h <110:18 110:18>]
|
||||
REFERENCE_USAGE float32 b2Vec2::LengthSquared() const -> float32 b2Vec2::y [b2Math.h <110:22 110:22>]
|
||||
SYMBOL_METHOD public float32 b2Vec2::Normalize() [b2Math.h <114:2 <114:10 114:18> 126:2>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::Normalize() -> float32 [b2Math.h <114:2 114:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<115:2> [b2Math.h <115:2 115:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<115:2> [b2Math.h <126:2 126:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<116:11> [b2Math.h <116:11 116:16>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::Normalize() -> float32 [b2Math.h <116:3 116:9>]
|
||||
SYMBOL_FUNCTION float32 b2Vec2::Length() const
|
||||
REFERENCE_CALL float32 b2Vec2::Normalize() -> float32 b2Vec2::Length() const [b2Math.h <116:20 116:25>]
|
||||
LOCAL_SYMBOL: b2Math.h<116:11> [b2Math.h <117:7 117:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<118:3> [b2Math.h <118:3 118:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<118:3> [b2Math.h <120:3 120:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<121:11> [b2Math.h <121:11 121:19>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::Normalize() -> float32 [b2Math.h <121:3 121:9>]
|
||||
LOCAL_SYMBOL: b2Math.h<116:11> [b2Math.h <121:30 121:35>]
|
||||
@@ -451,6 +489,8 @@ LOCAL_SYMBOL: b2Math.h<121:11> [b2Math.h <123:8 123:16>]
|
||||
LOCAL_SYMBOL: b2Math.h<116:11> [b2Math.h <125:10 125:15>]
|
||||
SYMBOL_METHOD public bool b2Vec2::IsValid() const [b2Math.h <129:2 <129:7 129:13> 132:2>]
|
||||
REFERENCE_TYPE_USAGE bool b2Vec2::IsValid() const -> bool [b2Math.h <129:2 129:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<130:2> [b2Math.h <130:2 130:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<130:2> [b2Math.h <132:2 132:2>]
|
||||
SYMBOL_FUNCTION bool b2IsValid(float32)
|
||||
REFERENCE_CALL bool b2Vec2::IsValid() const -> bool b2IsValid(float32) [b2Math.h <131:10 131:18>]
|
||||
REFERENCE_USAGE bool b2Vec2::IsValid() const -> float32 b2Vec2::x [b2Math.h <131:20 131:20>]
|
||||
@@ -458,6 +498,8 @@ REFERENCE_CALL bool b2Vec2::IsValid() const -> bool b2IsValid(float32) [b2Math.h
|
||||
REFERENCE_USAGE bool b2Vec2::IsValid() const -> float32 b2Vec2::y [b2Math.h <131:36 131:36>]
|
||||
SYMBOL_METHOD public b2Vec2 b2Vec2::Skew() const [b2Math.h <135:2 <135:9 135:12> 138:2>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Vec2::Skew() const -> b2Vec2 [b2Math.h <135:2 135:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<136:2> [b2Math.h <136:2 136:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<136:2> [b2Math.h <138:2 138:2>]
|
||||
SYMBOL_FUNCTION void b2Vec2::b2Vec2(float32, float32)
|
||||
REFERENCE_CALL b2Vec2 b2Vec2::Skew() const -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <137:10 137:15>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Vec2::Skew() const -> b2Vec2 [b2Math.h <137:10 137:15>]
|
||||
@@ -484,7 +526,11 @@ REFERENCE_USAGE b2Vec2 & b2Vec2::operator=(b2Vec2 &&) -> float32 b2Vec2::x [b2Ma
|
||||
REFERENCE_TYPE_USAGE b2Vec2 & b2Vec2::operator=(b2Vec2 &&) -> b2Vec2 [b2Math.h <53:8 53:13>]
|
||||
REFERENCE_USAGE b2Vec2 & b2Vec2::operator=(b2Vec2 &&) -> float32 b2Vec2::y [b2Math.h <53:8 53:13>]
|
||||
SYMBOL_STRUCT b2Vec3 [b2Math.h <144:1 <144:8 144:13> 180:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<145:1> [b2Math.h <145:1 145:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<145:1> [b2Math.h <180:1 180:1>]
|
||||
SYMBOL_METHOD public void b2Vec3::b2Vec3() [b2Math.h <147:2 <147:2 147:7> 147:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<147:11> [b2Math.h <147:11 147:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<147:11> [b2Math.h <147:12 147:12>]
|
||||
SYMBOL_METHOD public void b2Vec3::b2Vec3(float32, float32, float32) [b2Math.h <150:2 <150:2 150:7> 150:74>]
|
||||
LOCAL_SYMBOL: b2Math.h<150:17> [b2Math.h <150:17 150:19>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::b2Vec3(float32, float32, float32) -> float32 [b2Math.h <150:9 150:15>]
|
||||
@@ -498,8 +544,12 @@ REFERENCE_USAGE void b2Vec3::b2Vec3(float32, float32, float32) -> float32 b2Vec3
|
||||
LOCAL_SYMBOL: b2Math.h<150:30> [b2Math.h <150:60 150:62>]
|
||||
REFERENCE_USAGE void b2Vec3::b2Vec3(float32, float32, float32) -> float32 b2Vec3::z [b2Math.h <150:66 150:66>]
|
||||
LOCAL_SYMBOL: b2Math.h<150:43> [b2Math.h <150:68 150:70>]
|
||||
LOCAL_SYMBOL: b2Math.h<150:73> [b2Math.h <150:73 150:73>]
|
||||
LOCAL_SYMBOL: b2Math.h<150:73> [b2Math.h <150:74 150:74>]
|
||||
SYMBOL_METHOD public void b2Vec3::SetZero() [b2Math.h <153:2 <153:7 153:13> 153:49>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::SetZero() -> void [b2Math.h <153:2 153:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<153:17> [b2Math.h <153:17 153:17>]
|
||||
LOCAL_SYMBOL: b2Math.h<153:17> [b2Math.h <153:49 153:49>]
|
||||
REFERENCE_USAGE void b2Vec3::SetZero() -> float32 b2Vec3::x [b2Math.h <153:19 153:19>]
|
||||
REFERENCE_USAGE void b2Vec3::SetZero() -> float32 b2Vec3::y [b2Math.h <153:29 153:29>]
|
||||
REFERENCE_USAGE void b2Vec3::SetZero() -> float32 b2Vec3::z [b2Math.h <153:39 153:39>]
|
||||
@@ -511,6 +561,8 @@ LOCAL_SYMBOL: b2Math.h<156:31> [b2Math.h <156:31 156:32>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::Set(float32, float32, float32) -> float32 [b2Math.h <156:23 156:29>]
|
||||
LOCAL_SYMBOL: b2Math.h<156:43> [b2Math.h <156:43 156:44>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::Set(float32, float32, float32) -> float32 [b2Math.h <156:35 156:41>]
|
||||
LOCAL_SYMBOL: b2Math.h<156:47> [b2Math.h <156:47 156:47>]
|
||||
LOCAL_SYMBOL: b2Math.h<156:47> [b2Math.h <156:73 156:73>]
|
||||
REFERENCE_USAGE void b2Vec3::Set(float32, float32, float32) -> float32 b2Vec3::x [b2Math.h <156:49 156:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<156:19> [b2Math.h <156:53 156:54>]
|
||||
REFERENCE_USAGE void b2Vec3::Set(float32, float32, float32) -> float32 b2Vec3::y [b2Math.h <156:57 156:57>]
|
||||
@@ -519,6 +571,8 @@ REFERENCE_USAGE void b2Vec3::Set(float32, float32, float32) -> float32 b2Vec3::z
|
||||
LOCAL_SYMBOL: b2Math.h<156:43> [b2Math.h <156:69 156:70>]
|
||||
SYMBOL_METHOD public b2Vec3 b2Vec3::operator-() const [b2Math.h <159:2 <159:9 159:18> 159:69>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Vec3::operator-() const -> b2Vec3 [b2Math.h <159:2 159:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<159:28> [b2Math.h <159:28 159:28>]
|
||||
LOCAL_SYMBOL: b2Math.h<159:28> [b2Math.h <159:69 159:69>]
|
||||
LOCAL_SYMBOL: b2Math.h<159:37> [b2Math.h <159:37 159:37>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Vec3::operator-() const -> b2Vec3 [b2Math.h <159:30 159:35>]
|
||||
SYMBOL_FUNCTION void b2Vec3::b2Vec3()
|
||||
@@ -536,6 +590,8 @@ SYMBOL_METHOD public void b2Vec3::operator+=(const b2Vec3 &) [b2Math.h <162:2 <1
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator+=(const b2Vec3 &) -> void [b2Math.h <162:2 162:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<162:34> [b2Math.h <162:34 162:34>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator+=(const b2Vec3 &) -> b2Vec3 [b2Math.h <162:26 162:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<163:2> [b2Math.h <163:2 163:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<163:2> [b2Math.h <165:2 165:2>]
|
||||
REFERENCE_USAGE void b2Vec3::operator+=(const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <164:3 164:3>]
|
||||
REFERENCE_USAGE void b2Vec3::operator+=(const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <164:10 164:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<162:34> [b2Math.h <164:8 164:8>]
|
||||
@@ -549,6 +605,8 @@ SYMBOL_METHOD public void b2Vec3::operator-=(const b2Vec3 &) [b2Math.h <168:2 <1
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator-=(const b2Vec3 &) -> void [b2Math.h <168:2 168:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<168:34> [b2Math.h <168:34 168:34>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator-=(const b2Vec3 &) -> b2Vec3 [b2Math.h <168:26 168:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<169:2> [b2Math.h <169:2 169:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<169:2> [b2Math.h <171:2 171:2>]
|
||||
REFERENCE_USAGE void b2Vec3::operator-=(const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <170:3 170:3>]
|
||||
REFERENCE_USAGE void b2Vec3::operator-=(const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <170:10 170:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<168:34> [b2Math.h <170:8 170:8>]
|
||||
@@ -562,6 +620,8 @@ SYMBOL_METHOD public void b2Vec3::operator*=(float32) [b2Math.h <174:2 <174:7 17
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator*=(float32) -> void [b2Math.h <174:2 174:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<174:28> [b2Math.h <174:28 174:28>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator*=(float32) -> float32 [b2Math.h <174:20 174:26>]
|
||||
LOCAL_SYMBOL: b2Math.h<175:2> [b2Math.h <175:2 175:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<175:2> [b2Math.h <177:2 177:2>]
|
||||
REFERENCE_USAGE void b2Vec3::operator*=(float32) -> float32 b2Vec3::x [b2Math.h <176:3 176:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<174:28> [b2Math.h <176:8 176:8>]
|
||||
REFERENCE_USAGE void b2Vec3::operator*=(float32) -> float32 b2Vec3::y [b2Math.h <176:11 176:11>]
|
||||
@@ -588,10 +648,14 @@ REFERENCE_USAGE b2Vec3 & b2Vec3::operator=(const b2Vec3 &) -> float32 b2Vec3::z
|
||||
SYMBOL_METHOD public b2Vec3 & b2Vec3::operator=(b2Vec3 &&) [b2Math.h <144:8 144:13>]
|
||||
SYMBOL_METHOD public void b2Vec3::~b2Vec3() [b2Math.h <144:8 144:13>]
|
||||
SYMBOL_STRUCT b2Mat22 [b2Math.h <183:1 <183:8 183:14> 254:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<184:1> [b2Math.h <184:1 184:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<184:1> [b2Math.h <254:1 254:1>]
|
||||
SYMBOL_METHOD public void b2Mat22::b2Mat22() [b2Math.h <186:2 <186:2 186:8> 186:13>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22() -> b2Vec2 b2Mat22::ex [b2Math.h <186:2 186:8>]
|
||||
REFERENCE_CALL void b2Mat22::b2Mat22() -> void b2Vec2::b2Vec2() [b2Math.h <186:2 186:8>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22() -> b2Vec2 b2Mat22::ey [b2Math.h <186:2 186:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<186:12> [b2Math.h <186:12 186:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<186:12> [b2Math.h <186:13 186:13>]
|
||||
SYMBOL_METHOD public void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) [b2Math.h <189:2 <189:2 189:8> 193:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<189:24> [b2Math.h <189:24 189:25>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <189:16 189:21>]
|
||||
@@ -600,6 +664,8 @@ REFERENCE_TYPE_USAGE void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Mat22::ex [b2Math.h <189:2 189:8>]
|
||||
REFERENCE_CALL void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> void b2Vec2::b2Vec2() [b2Math.h <189:2 189:8>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Mat22::ey [b2Math.h <189:2 189:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<190:2> [b2Math.h <190:2 190:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<190:2> [b2Math.h <193:2 193:2>]
|
||||
SYMBOL_FUNCTION b2Vec2 & b2Vec2::operator=(const b2Vec2 &)
|
||||
REFERENCE_CALL void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 & b2Vec2::operator=(const b2Vec2 &) [b2Math.h <191:6 191:6>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Mat22::ex [b2Math.h <191:3 191:4>]
|
||||
@@ -619,6 +685,8 @@ REFERENCE_TYPE_USAGE void b2Mat22::b2Mat22(float32, float32, float32, float32) -
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(float32, float32, float32, float32) -> b2Vec2 b2Mat22::ex [b2Math.h <196:2 196:8>]
|
||||
REFERENCE_CALL void b2Mat22::b2Mat22(float32, float32, float32, float32) -> void b2Vec2::b2Vec2() [b2Math.h <196:2 196:8>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(float32, float32, float32, float32) -> b2Vec2 b2Mat22::ey [b2Math.h <196:2 196:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<197:2> [b2Math.h <197:2 197:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<197:2> [b2Math.h <200:2 200:2>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(float32, float32, float32, float32) -> float32 b2Vec2::x [b2Math.h <198:6 198:6>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(float32, float32, float32, float32) -> b2Vec2 b2Mat22::ex [b2Math.h <198:3 198:4>]
|
||||
LOCAL_SYMBOL: b2Math.h<196:18> [b2Math.h <198:10 198:12>]
|
||||
@@ -637,6 +705,8 @@ LOCAL_SYMBOL: b2Math.h<203:25> [b2Math.h <203:25 203:26>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat22::Set(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <203:17 203:22>]
|
||||
LOCAL_SYMBOL: b2Math.h<203:43> [b2Math.h <203:43 203:44>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat22::Set(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <203:35 203:40>]
|
||||
LOCAL_SYMBOL: b2Math.h<204:2> [b2Math.h <204:2 204:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<204:2> [b2Math.h <207:2 207:2>]
|
||||
REFERENCE_CALL void b2Mat22::Set(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 & b2Vec2::operator=(const b2Vec2 &) [b2Math.h <205:6 205:6>]
|
||||
REFERENCE_USAGE void b2Mat22::Set(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Mat22::ex [b2Math.h <205:3 205:4>]
|
||||
LOCAL_SYMBOL: b2Math.h<203:25> [b2Math.h <205:8 205:9>]
|
||||
@@ -645,6 +715,8 @@ REFERENCE_USAGE void b2Mat22::Set(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Ma
|
||||
LOCAL_SYMBOL: b2Math.h<203:43> [b2Math.h <206:8 206:9>]
|
||||
SYMBOL_METHOD public void b2Mat22::SetIdentity() [b2Math.h <210:2 <210:7 210:17> 214:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat22::SetIdentity() -> void [b2Math.h <210:2 210:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<211:2> [b2Math.h <211:2 211:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<211:2> [b2Math.h <214:2 214:2>]
|
||||
REFERENCE_USAGE void b2Mat22::SetIdentity() -> float32 b2Vec2::x [b2Math.h <212:6 212:6>]
|
||||
REFERENCE_USAGE void b2Mat22::SetIdentity() -> b2Vec2 b2Mat22::ex [b2Math.h <212:3 212:4>]
|
||||
REFERENCE_USAGE void b2Mat22::SetIdentity() -> float32 b2Vec2::x [b2Math.h <212:19 212:19>]
|
||||
@@ -655,6 +727,8 @@ REFERENCE_USAGE void b2Mat22::SetIdentity() -> float32 b2Vec2::y [b2Math.h <213:
|
||||
REFERENCE_USAGE void b2Mat22::SetIdentity() -> b2Vec2 b2Mat22::ey [b2Math.h <213:16 213:17>]
|
||||
SYMBOL_METHOD public void b2Mat22::SetZero() [b2Math.h <217:2 <217:7 217:13> 221:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat22::SetZero() -> void [b2Math.h <217:2 217:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<218:2> [b2Math.h <218:2 218:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<218:2> [b2Math.h <221:2 221:2>]
|
||||
REFERENCE_USAGE void b2Mat22::SetZero() -> float32 b2Vec2::x [b2Math.h <219:6 219:6>]
|
||||
REFERENCE_USAGE void b2Mat22::SetZero() -> b2Vec2 b2Mat22::ex [b2Math.h <219:3 219:4>]
|
||||
REFERENCE_USAGE void b2Mat22::SetZero() -> float32 b2Vec2::x [b2Math.h <219:19 219:19>]
|
||||
@@ -665,6 +739,8 @@ REFERENCE_USAGE void b2Mat22::SetZero() -> float32 b2Vec2::y [b2Math.h <220:19 2
|
||||
REFERENCE_USAGE void b2Mat22::SetZero() -> b2Vec2 b2Mat22::ey [b2Math.h <220:16 220:17>]
|
||||
SYMBOL_METHOD public b2Mat22 b2Mat22::GetInverse() const [b2Math.h <223:2 <223:10 223:19> 235:2>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Mat22::GetInverse() const -> b2Mat22 [b2Math.h <223:2 223:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<224:2> [b2Math.h <224:2 224:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<224:2> [b2Math.h <235:2 235:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<225:11> [b2Math.h <225:11 225:11>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Mat22::GetInverse() const -> float32 [b2Math.h <225:3 225:9>]
|
||||
REFERENCE_USAGE b2Mat22 b2Mat22::GetInverse() const -> float32 b2Vec2::x [b2Math.h <225:18 225:18>]
|
||||
@@ -689,6 +765,8 @@ LOCAL_SYMBOL: b2Math.h<225:41> [b2Math.h <227:21 227:21>]
|
||||
LOCAL_SYMBOL: b2Math.h<225:21> [b2Math.h <227:25 227:25>]
|
||||
LOCAL_SYMBOL: b2Math.h<225:31> [b2Math.h <227:29 227:29>]
|
||||
LOCAL_SYMBOL: b2Math.h<227:11> [b2Math.h <228:7 228:9>]
|
||||
LOCAL_SYMBOL: b2Math.h<229:3> [b2Math.h <229:3 229:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<229:3> [b2Math.h <231:3 231:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<227:11> [b2Math.h <230:4 230:6>]
|
||||
LOCAL_SYMBOL: b2Math.h<227:11> [b2Math.h <230:17 230:19>]
|
||||
REFERENCE_USAGE b2Mat22 b2Mat22::GetInverse() const -> float32 b2Vec2::x [b2Math.h <232:8 232:8>]
|
||||
@@ -718,6 +796,8 @@ SYMBOL_METHOD public b2Vec2 b2Mat22::Solve(const b2Vec2 &) const [b2Math.h <239:
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mat22::Solve(const b2Vec2 &) const -> b2Vec2 [b2Math.h <239:2 239:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<239:29> [b2Math.h <239:29 239:29>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mat22::Solve(const b2Vec2 &) const -> b2Vec2 [b2Math.h <239:21 239:26>]
|
||||
LOCAL_SYMBOL: b2Math.h<240:2> [b2Math.h <240:2 240:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<240:2> [b2Math.h <251:2 251:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<241:11> [b2Math.h <241:11 241:13>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mat22::Solve(const b2Vec2 &) const -> float32 [b2Math.h <241:3 241:9>]
|
||||
REFERENCE_USAGE b2Vec2 b2Mat22::Solve(const b2Vec2 &) const -> float32 b2Vec2::x [b2Math.h <241:20 241:20>]
|
||||
@@ -738,6 +818,8 @@ LOCAL_SYMBOL: b2Math.h<241:47> [b2Math.h <242:23 242:25>]
|
||||
LOCAL_SYMBOL: b2Math.h<241:23> [b2Math.h <242:29 242:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<241:35> [b2Math.h <242:35 242:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<242:11> [b2Math.h <243:7 243:9>]
|
||||
LOCAL_SYMBOL: b2Math.h<244:3> [b2Math.h <244:3 244:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<244:3> [b2Math.h <246:3 246:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<242:11> [b2Math.h <245:4 245:6>]
|
||||
LOCAL_SYMBOL: b2Math.h<242:11> [b2Math.h <245:17 245:19>]
|
||||
LOCAL_SYMBOL: b2Math.h<247:10> [b2Math.h <247:10 247:10>]
|
||||
@@ -776,11 +858,15 @@ LOCAL_SYMBOL: b2Math.h<183:8> [b2Math.h <183:8 183:14>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(b2Mat22 &&) -> b2Vec2 b2Mat22::ey [b2Math.h <183:8 183:14>]
|
||||
SYMBOL_METHOD public void b2Mat22::~b2Mat22() [b2Math.h <183:8 183:14>]
|
||||
SYMBOL_STRUCT b2Mat33 [b2Math.h <257:1 <257:8 257:14> 296:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<258:1> [b2Math.h <258:1 258:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<258:1> [b2Math.h <296:1 296:1>]
|
||||
SYMBOL_METHOD public void b2Mat33::b2Mat33() [b2Math.h <260:2 <260:2 260:8> 260:13>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33() -> b2Vec3 b2Mat33::ex [b2Math.h <260:2 260:8>]
|
||||
REFERENCE_CALL void b2Mat33::b2Mat33() -> void b2Vec3::b2Vec3() [b2Math.h <260:2 260:8>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33() -> b2Vec3 b2Mat33::ey [b2Math.h <260:2 260:8>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33() -> b2Vec3 b2Mat33::ez [b2Math.h <260:2 260:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<260:12> [b2Math.h <260:12 260:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<260:12> [b2Math.h <260:13 260:13>]
|
||||
SYMBOL_METHOD public void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) [b2Math.h <263:2 <263:2 263:8> 268:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<263:24> [b2Math.h <263:24 263:25>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <263:16 263:21>]
|
||||
@@ -792,6 +878,8 @@ REFERENCE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Ve
|
||||
REFERENCE_CALL void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> void b2Vec3::b2Vec3() [b2Math.h <263:2 263:8>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> b2Vec3 b2Mat33::ey [b2Math.h <263:2 263:8>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> b2Vec3 b2Mat33::ez [b2Math.h <263:2 263:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<264:2> [b2Math.h <264:2 264:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<264:2> [b2Math.h <268:2 268:2>]
|
||||
SYMBOL_FUNCTION b2Vec3 & b2Vec3::operator=(const b2Vec3 &)
|
||||
REFERENCE_CALL void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> b2Vec3 & b2Vec3::operator=(const b2Vec3 &) [b2Math.h <265:6 265:6>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> b2Vec3 b2Mat33::ex [b2Math.h <265:3 265:4>]
|
||||
@@ -804,6 +892,8 @@ REFERENCE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Ve
|
||||
LOCAL_SYMBOL: b2Math.h<263:60> [b2Math.h <267:8 267:9>]
|
||||
SYMBOL_METHOD public void b2Mat33::SetZero() [b2Math.h <271:2 <271:7 271:13> 276:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat33::SetZero() -> void [b2Math.h <271:2 271:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<272:2> [b2Math.h <272:2 272:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<272:2> [b2Math.h <276:2 276:2>]
|
||||
SYMBOL_FUNCTION void b2Vec3::SetZero()
|
||||
REFERENCE_CALL void b2Mat33::SetZero() -> void b2Vec3::SetZero() [b2Math.h <273:6 273:12>]
|
||||
REFERENCE_USAGE void b2Mat33::SetZero() -> b2Vec3 b2Mat33::ex [b2Math.h <273:3 273:4>]
|
||||
@@ -836,10 +926,16 @@ REFERENCE_TYPE_USAGE b2Vec3 b2Mat33::ez -> b2Vec3 [b2Math.h <295:2 295:7>]
|
||||
SYMBOL_METHOD public void b2Mat33::b2Mat33(const b2Mat33 &) [b2Math.h <257:8 257:14>]
|
||||
SYMBOL_METHOD public void b2Mat33::b2Mat33(b2Mat33 &&) [b2Math.h <257:8 257:14>]
|
||||
SYMBOL_STRUCT b2Rot [b2Math.h <299:1 <299:8 299:12> 346:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<300:1> [b2Math.h <300:1 300:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<300:1> [b2Math.h <346:1 346:1>]
|
||||
SYMBOL_METHOD public void b2Rot::b2Rot() [b2Math.h <301:2 <301:2 301:6> 301:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<301:10> [b2Math.h <301:10 301:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<301:10> [b2Math.h <301:11 301:11>]
|
||||
SYMBOL_METHOD public void b2Rot::b2Rot(float32) [b2Math.h <304:2 <304:11 304:15> 309:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<304:25> [b2Math.h <304:25 304:29>]
|
||||
REFERENCE_TYPE_USAGE void b2Rot::b2Rot(float32) -> float32 [b2Math.h <304:17 304:23>]
|
||||
LOCAL_SYMBOL: b2Math.h<305:2> [b2Math.h <305:2 305:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<305:2> [b2Math.h <309:2 309:2>]
|
||||
REFERENCE_USAGE void b2Rot::b2Rot(float32) -> float32 b2Rot::s [b2Math.h <307:3 307:3>]
|
||||
SYMBOL_FUNCTION float sinf(float)
|
||||
REFERENCE_CALL void b2Rot::b2Rot(float32) -> float sinf(float) [b2Math.h <307:7 307:10>]
|
||||
@@ -852,6 +948,8 @@ SYMBOL_METHOD public void b2Rot::Set(float32) [b2Math.h <312:2 <312:7 312:9> 317
|
||||
REFERENCE_TYPE_USAGE void b2Rot::Set(float32) -> void [b2Math.h <312:2 312:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<312:19> [b2Math.h <312:19 312:23>]
|
||||
REFERENCE_TYPE_USAGE void b2Rot::Set(float32) -> float32 [b2Math.h <312:11 312:17>]
|
||||
LOCAL_SYMBOL: b2Math.h<313:2> [b2Math.h <313:2 313:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<313:2> [b2Math.h <317:2 317:2>]
|
||||
REFERENCE_USAGE void b2Rot::Set(float32) -> float32 b2Rot::s [b2Math.h <315:3 315:3>]
|
||||
REFERENCE_CALL void b2Rot::Set(float32) -> float sinf(float) [b2Math.h <315:7 315:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<312:19> [b2Math.h <315:12 315:16>]
|
||||
@@ -860,22 +958,30 @@ REFERENCE_CALL void b2Rot::Set(float32) -> float cosf(float) [b2Math.h <316:7 31
|
||||
LOCAL_SYMBOL: b2Math.h<312:19> [b2Math.h <316:12 316:16>]
|
||||
SYMBOL_METHOD public void b2Rot::SetIdentity() [b2Math.h <320:2 <320:7 320:17> 324:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Rot::SetIdentity() -> void [b2Math.h <320:2 320:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<321:2> [b2Math.h <321:2 321:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<321:2> [b2Math.h <324:2 324:2>]
|
||||
REFERENCE_USAGE void b2Rot::SetIdentity() -> float32 b2Rot::s [b2Math.h <322:3 322:3>]
|
||||
REFERENCE_USAGE void b2Rot::SetIdentity() -> float32 b2Rot::c [b2Math.h <323:3 323:3>]
|
||||
SYMBOL_METHOD public float32 b2Rot::GetAngle() const [b2Math.h <327:2 <327:10 327:17> 330:2>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Rot::GetAngle() const -> float32 [b2Math.h <327:2 327:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<328:2> [b2Math.h <328:2 328:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<328:2> [b2Math.h <330:2 330:2>]
|
||||
SYMBOL_FUNCTION float atan2f(float, float)
|
||||
REFERENCE_CALL float32 b2Rot::GetAngle() const -> float atan2f(float, float) [b2Math.h <329:10 329:16>]
|
||||
REFERENCE_USAGE float32 b2Rot::GetAngle() const -> float32 b2Rot::s [b2Math.h <329:18 329:18>]
|
||||
REFERENCE_USAGE float32 b2Rot::GetAngle() const -> float32 b2Rot::c [b2Math.h <329:21 329:21>]
|
||||
SYMBOL_METHOD public b2Vec2 b2Rot::GetXAxis() const [b2Math.h <333:2 <333:9 333:16> 336:2>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Rot::GetXAxis() const -> b2Vec2 [b2Math.h <333:2 333:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<334:2> [b2Math.h <334:2 334:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<334:2> [b2Math.h <336:2 336:2>]
|
||||
REFERENCE_CALL b2Vec2 b2Rot::GetXAxis() const -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <335:10 335:15>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Rot::GetXAxis() const -> b2Vec2 [b2Math.h <335:10 335:15>]
|
||||
REFERENCE_USAGE b2Vec2 b2Rot::GetXAxis() const -> float32 b2Rot::c [b2Math.h <335:17 335:17>]
|
||||
REFERENCE_USAGE b2Vec2 b2Rot::GetXAxis() const -> float32 b2Rot::s [b2Math.h <335:20 335:20>]
|
||||
SYMBOL_METHOD public b2Vec2 b2Rot::GetYAxis() const [b2Math.h <339:2 <339:9 339:16> 342:2>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Rot::GetYAxis() const -> b2Vec2 [b2Math.h <339:2 339:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<340:2> [b2Math.h <340:2 340:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<340:2> [b2Math.h <342:2 342:2>]
|
||||
REFERENCE_CALL b2Vec2 b2Rot::GetYAxis() const -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <341:10 341:15>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Rot::GetYAxis() const -> b2Vec2 [b2Math.h <341:10 341:15>]
|
||||
REFERENCE_USAGE b2Vec2 b2Rot::GetYAxis() const -> float32 b2Rot::s [b2Math.h <341:18 341:18>]
|
||||
@@ -899,12 +1005,16 @@ REFERENCE_USAGE b2Rot & b2Rot::operator=(b2Rot &&) -> float32 b2Rot::s [b2Math.h
|
||||
REFERENCE_TYPE_USAGE b2Rot & b2Rot::operator=(b2Rot &&) -> b2Rot [b2Math.h <299:8 299:12>]
|
||||
REFERENCE_USAGE b2Rot & b2Rot::operator=(b2Rot &&) -> float32 b2Rot::c [b2Math.h <299:8 299:12>]
|
||||
SYMBOL_STRUCT b2Transform [b2Math.h <350:1 <350:8 350:18> 374:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<351:1> [b2Math.h <351:1 351:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<351:1> [b2Math.h <374:1 374:1>]
|
||||
SYMBOL_METHOD public void b2Transform::b2Transform() [b2Math.h <353:2 <353:2 353:12> 353:17>]
|
||||
REFERENCE_USAGE void b2Transform::b2Transform() -> b2Vec2 b2Transform::p [b2Math.h <353:2 353:12>]
|
||||
REFERENCE_CALL void b2Transform::b2Transform() -> void b2Vec2::b2Vec2() [b2Math.h <353:2 353:12>]
|
||||
REFERENCE_USAGE void b2Transform::b2Transform() -> b2Rot b2Transform::q [b2Math.h <353:2 353:12>]
|
||||
SYMBOL_FUNCTION void b2Rot::b2Rot()
|
||||
REFERENCE_CALL void b2Transform::b2Transform() -> void b2Rot::b2Rot() [b2Math.h <353:2 353:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<353:16> [b2Math.h <353:16 353:16>]
|
||||
LOCAL_SYMBOL: b2Math.h<353:16> [b2Math.h <353:17 353:17>]
|
||||
SYMBOL_METHOD public void b2Transform::b2Transform(const b2Vec2 &, const b2Rot &) [b2Math.h <356:2 <356:2 356:12> 356:89>]
|
||||
LOCAL_SYMBOL: b2Math.h<356:28> [b2Math.h <356:28 356:35>]
|
||||
REFERENCE_TYPE_USAGE void b2Transform::b2Transform(const b2Vec2 &, const b2Rot &) -> b2Vec2 [b2Math.h <356:20 356:25>]
|
||||
@@ -918,8 +1028,12 @@ REFERENCE_USAGE void b2Transform::b2Transform(const b2Vec2 &, const b2Rot &) ->
|
||||
SYMBOL_FUNCTION void b2Rot::b2Rot(const b2Rot &)
|
||||
REFERENCE_CALL void b2Transform::b2Transform(const b2Vec2 &, const b2Rot &) -> void b2Rot::b2Rot(const b2Rot &) [b2Math.h <356:76 356:76>]
|
||||
LOCAL_SYMBOL: b2Math.h<356:51> [b2Math.h <356:78 356:85>]
|
||||
LOCAL_SYMBOL: b2Math.h<356:88> [b2Math.h <356:88 356:88>]
|
||||
LOCAL_SYMBOL: b2Math.h<356:88> [b2Math.h <356:89 356:89>]
|
||||
SYMBOL_METHOD public void b2Transform::SetIdentity() [b2Math.h <359:2 <359:7 359:17> 363:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Transform::SetIdentity() -> void [b2Math.h <359:2 359:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<360:2> [b2Math.h <360:2 360:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<360:2> [b2Math.h <363:2 363:2>]
|
||||
SYMBOL_FUNCTION void b2Vec2::SetZero()
|
||||
REFERENCE_CALL void b2Transform::SetIdentity() -> void b2Vec2::SetZero() [b2Math.h <361:5 361:11>]
|
||||
REFERENCE_USAGE void b2Transform::SetIdentity() -> b2Vec2 b2Transform::p [b2Math.h <361:3 361:3>]
|
||||
@@ -932,6 +1046,8 @@ LOCAL_SYMBOL: b2Math.h<366:25> [b2Math.h <366:25 366:32>]
|
||||
REFERENCE_TYPE_USAGE void b2Transform::Set(const b2Vec2 &, float32) -> b2Vec2 [b2Math.h <366:17 366:22>]
|
||||
LOCAL_SYMBOL: b2Math.h<366:43> [b2Math.h <366:43 366:47>]
|
||||
REFERENCE_TYPE_USAGE void b2Transform::Set(const b2Vec2 &, float32) -> float32 [b2Math.h <366:35 366:41>]
|
||||
LOCAL_SYMBOL: b2Math.h<367:2> [b2Math.h <367:2 367:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<367:2> [b2Math.h <370:2 370:2>]
|
||||
REFERENCE_CALL void b2Transform::Set(const b2Vec2 &, float32) -> b2Vec2 & b2Vec2::operator=(const b2Vec2 &) [b2Math.h <368:5 368:5>]
|
||||
REFERENCE_USAGE void b2Transform::Set(const b2Vec2 &, float32) -> b2Vec2 b2Transform::p [b2Math.h <368:3 368:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<366:25> [b2Math.h <368:7 368:14>]
|
||||
@@ -953,6 +1069,8 @@ REFERENCE_USAGE void b2Transform::b2Transform(b2Transform &&) -> b2Rot b2Transfo
|
||||
SYMBOL_FUNCTION void b2Rot::b2Rot(b2Rot &&)
|
||||
REFERENCE_CALL void b2Transform::b2Transform(b2Transform &&) -> void b2Rot::b2Rot(b2Rot &&) [b2Math.h <350:8 350:18>]
|
||||
SYMBOL_STRUCT b2Sweep [b2Math.h <380:1 <380:8 380:14> 400:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<381:1> [b2Math.h <381:1 381:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<381:1> [b2Math.h <400:1 400:1>]
|
||||
SYMBOL_METHOD public void b2Sweep::GetTransform(b2Transform *, float32) const [b2Math.h <384:7 384:18>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::GetTransform(b2Transform *, float32) const -> void [b2Math.h <384:2 384:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<384:33> [b2Math.h <384:33 384:35>]
|
||||
@@ -985,6 +1103,8 @@ LOCAL_SYMBOL: b2Math.h<406:36> [b2Math.h <406:36 406:36>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Dot(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <406:28 406:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<406:53> [b2Math.h <406:53 406:53>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Dot(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <406:45 406:50>]
|
||||
LOCAL_SYMBOL: b2Math.h<407:1> [b2Math.h <407:1 407:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<407:1> [b2Math.h <409:1 409:1>]
|
||||
REFERENCE_USAGE float32 b2Dot(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <408:11 408:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<406:36> [b2Math.h <408:9 408:9>]
|
||||
REFERENCE_USAGE float32 b2Dot(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <408:17 408:17>]
|
||||
@@ -999,6 +1119,8 @@ LOCAL_SYMBOL: b2Math.h<412:38> [b2Math.h <412:38 412:38>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Cross(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <412:30 412:35>]
|
||||
LOCAL_SYMBOL: b2Math.h<412:55> [b2Math.h <412:55 412:55>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Cross(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <412:47 412:52>]
|
||||
LOCAL_SYMBOL: b2Math.h<413:1> [b2Math.h <413:1 413:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<413:1> [b2Math.h <415:1 415:1>]
|
||||
REFERENCE_USAGE float32 b2Cross(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <414:11 414:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<412:38> [b2Math.h <414:9 414:9>]
|
||||
REFERENCE_USAGE float32 b2Cross(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::y [b2Math.h <414:17 414:17>]
|
||||
@@ -1013,6 +1135,8 @@ LOCAL_SYMBOL: b2Math.h<419:37> [b2Math.h <419:37 419:37>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(const b2Vec2 &, float32) -> b2Vec2 [b2Math.h <419:29 419:34>]
|
||||
LOCAL_SYMBOL: b2Math.h<419:48> [b2Math.h <419:48 419:48>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(const b2Vec2 &, float32) -> float32 [b2Math.h <419:40 419:46>]
|
||||
LOCAL_SYMBOL: b2Math.h<420:1> [b2Math.h <420:1 420:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<420:1> [b2Math.h <422:1 422:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Cross(const b2Vec2 &, float32) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <421:9 421:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(const b2Vec2 &, float32) -> b2Vec2 [b2Math.h <421:9 421:14>]
|
||||
LOCAL_SYMBOL: b2Math.h<419:48> [b2Math.h <421:16 421:16>]
|
||||
@@ -1027,6 +1151,8 @@ LOCAL_SYMBOL: b2Math.h<426:31> [b2Math.h <426:31 426:31>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(float32, const b2Vec2 &) -> float32 [b2Math.h <426:23 426:29>]
|
||||
LOCAL_SYMBOL: b2Math.h<426:48> [b2Math.h <426:48 426:48>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(float32, const b2Vec2 &) -> b2Vec2 [b2Math.h <426:40 426:45>]
|
||||
LOCAL_SYMBOL: b2Math.h<427:1> [b2Math.h <427:1 427:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<427:1> [b2Math.h <429:1 429:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Cross(float32, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <428:9 428:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(float32, const b2Vec2 &) -> b2Vec2 [b2Math.h <428:9 428:14>]
|
||||
LOCAL_SYMBOL: b2Math.h<426:31> [b2Math.h <428:17 428:17>]
|
||||
@@ -1041,6 +1167,8 @@ LOCAL_SYMBOL: b2Math.h<433:36> [b2Math.h <433:36 433:36>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &) -> b2Mat22 [b2Math.h <433:27 433:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<433:53> [b2Math.h <433:53 433:53>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <433:45 433:50>]
|
||||
LOCAL_SYMBOL: b2Math.h<434:1> [b2Math.h <434:1 434:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<434:1> [b2Math.h <436:1 436:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <435:9 435:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <435:9 435:14>]
|
||||
REFERENCE_USAGE b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <435:21 435:21>]
|
||||
@@ -1069,6 +1197,8 @@ LOCAL_SYMBOL: b2Math.h<440:37> [b2Math.h <440:37 440:37>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Mat22 &, const b2Vec2 &) -> b2Mat22 [b2Math.h <440:28 440:34>]
|
||||
LOCAL_SYMBOL: b2Math.h<440:54> [b2Math.h <440:54 440:54>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Mat22 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <440:46 440:51>]
|
||||
LOCAL_SYMBOL: b2Math.h<441:1> [b2Math.h <441:1 441:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<441:1> [b2Math.h <443:1 443:1>]
|
||||
REFERENCE_CALL b2Vec2 b2MulT(const b2Mat22 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <442:9 442:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Mat22 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <442:9 442:14>]
|
||||
SYMBOL_FUNCTION float32 b2Dot(const b2Vec2 &, const b2Vec2 &)
|
||||
@@ -1086,6 +1216,8 @@ LOCAL_SYMBOL: b2Math.h<446:41> [b2Math.h <446:41 446:41>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator+(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <446:33 446:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<446:58> [b2Math.h <446:58 446:58>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator+(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <446:50 446:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<447:1> [b2Math.h <447:1 447:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<447:1> [b2Math.h <449:1 449:1>]
|
||||
REFERENCE_CALL b2Vec2 operator+(const b2Vec2 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <448:9 448:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator+(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <448:9 448:14>]
|
||||
REFERENCE_USAGE b2Vec2 operator+(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <448:18 448:18>]
|
||||
@@ -1102,6 +1234,8 @@ LOCAL_SYMBOL: b2Math.h<452:41> [b2Math.h <452:41 452:41>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <452:33 452:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<452:58> [b2Math.h <452:58 452:58>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <452:50 452:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<453:1> [b2Math.h <453:1 453:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<453:1> [b2Math.h <455:1 455:1>]
|
||||
REFERENCE_CALL b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <454:9 454:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <454:9 454:14>]
|
||||
REFERENCE_USAGE b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <454:18 454:18>]
|
||||
@@ -1118,6 +1252,8 @@ LOCAL_SYMBOL: b2Math.h<457:35> [b2Math.h <457:35 457:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator*(float32, const b2Vec2 &) -> float32 [b2Math.h <457:27 457:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<457:52> [b2Math.h <457:52 457:52>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator*(float32, const b2Vec2 &) -> b2Vec2 [b2Math.h <457:44 457:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<458:1> [b2Math.h <458:1 458:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<458:1> [b2Math.h <460:1 460:1>]
|
||||
REFERENCE_CALL b2Vec2 operator*(float32, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <459:9 459:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator*(float32, const b2Vec2 &) -> b2Vec2 [b2Math.h <459:9 459:14>]
|
||||
LOCAL_SYMBOL: b2Math.h<457:35> [b2Math.h <459:16 459:16>]
|
||||
@@ -1132,6 +1268,8 @@ LOCAL_SYMBOL: b2Math.h<462:40> [b2Math.h <462:40 462:40>]
|
||||
REFERENCE_TYPE_USAGE bool operator==(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <462:32 462:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<462:57> [b2Math.h <462:57 462:57>]
|
||||
REFERENCE_TYPE_USAGE bool operator==(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <462:49 462:54>]
|
||||
LOCAL_SYMBOL: b2Math.h<463:1> [b2Math.h <463:1 463:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<463:1> [b2Math.h <465:1 465:1>]
|
||||
REFERENCE_USAGE bool operator==(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <464:11 464:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<462:40> [b2Math.h <464:9 464:9>]
|
||||
REFERENCE_USAGE bool operator==(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <464:18 464:18>]
|
||||
@@ -1146,6 +1284,8 @@ LOCAL_SYMBOL: b2Math.h<467:40> [b2Math.h <467:40 467:40>]
|
||||
REFERENCE_TYPE_USAGE bool operator!=(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <467:32 467:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<467:57> [b2Math.h <467:57 467:57>]
|
||||
REFERENCE_TYPE_USAGE bool operator!=(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <467:49 467:54>]
|
||||
LOCAL_SYMBOL: b2Math.h<468:1> [b2Math.h <468:1 468:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<468:1> [b2Math.h <470:1 470:1>]
|
||||
REFERENCE_USAGE bool operator!=(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <469:11 469:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<467:40> [b2Math.h <469:9 469:9>]
|
||||
REFERENCE_USAGE bool operator!=(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <469:18 469:18>]
|
||||
@@ -1160,6 +1300,8 @@ LOCAL_SYMBOL: b2Math.h<472:41> [b2Math.h <472:41 472:41>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Distance(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <472:33 472:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<472:58> [b2Math.h <472:58 472:58>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Distance(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <472:50 472:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<473:1> [b2Math.h <473:1 473:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<473:1> [b2Math.h <476:1 476:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<474:9> [b2Math.h <474:9 474:9>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Distance(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <474:2 474:7>]
|
||||
SYMBOL_FUNCTION b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &)
|
||||
@@ -1174,6 +1316,8 @@ LOCAL_SYMBOL: b2Math.h<478:48> [b2Math.h <478:48 478:48>]
|
||||
REFERENCE_TYPE_USAGE float32 b2DistanceSquared(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <478:40 478:45>]
|
||||
LOCAL_SYMBOL: b2Math.h<478:65> [b2Math.h <478:65 478:65>]
|
||||
REFERENCE_TYPE_USAGE float32 b2DistanceSquared(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <478:57 478:62>]
|
||||
LOCAL_SYMBOL: b2Math.h<479:1> [b2Math.h <479:1 479:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<479:1> [b2Math.h <482:1 482:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<480:9> [b2Math.h <480:9 480:9>]
|
||||
REFERENCE_TYPE_USAGE float32 b2DistanceSquared(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <480:2 480:7>]
|
||||
REFERENCE_CALL float32 b2DistanceSquared(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) [b2Math.h <480:15 480:15>]
|
||||
@@ -1188,6 +1332,8 @@ LOCAL_SYMBOL: b2Math.h<484:35> [b2Math.h <484:35 484:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator*(float32, const b2Vec3 &) -> float32 [b2Math.h <484:27 484:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<484:52> [b2Math.h <484:52 484:52>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator*(float32, const b2Vec3 &) -> b2Vec3 [b2Math.h <484:44 484:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<485:1> [b2Math.h <485:1 485:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<485:1> [b2Math.h <487:1 487:1>]
|
||||
SYMBOL_FUNCTION void b2Vec3::b2Vec3(float32, float32, float32)
|
||||
REFERENCE_CALL b2Vec3 operator*(float32, const b2Vec3 &) -> void b2Vec3::b2Vec3(float32, float32, float32) [b2Math.h <486:9 486:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator*(float32, const b2Vec3 &) -> b2Vec3 [b2Math.h <486:9 486:14>]
|
||||
@@ -1206,6 +1352,8 @@ LOCAL_SYMBOL: b2Math.h<490:41> [b2Math.h <490:41 490:41>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <490:33 490:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<490:58> [b2Math.h <490:58 490:58>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <490:50 490:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<491:1> [b2Math.h <491:1 491:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<491:1> [b2Math.h <493:1 493:1>]
|
||||
REFERENCE_CALL b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) -> void b2Vec3::b2Vec3(float32, float32, float32) [b2Math.h <492:9 492:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <492:9 492:14>]
|
||||
REFERENCE_USAGE b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <492:18 492:18>]
|
||||
@@ -1226,6 +1374,8 @@ LOCAL_SYMBOL: b2Math.h<496:41> [b2Math.h <496:41 496:41>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator-(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <496:33 496:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<496:58> [b2Math.h <496:58 496:58>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator-(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <496:50 496:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<497:1> [b2Math.h <497:1 497:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<497:1> [b2Math.h <499:1 499:1>]
|
||||
REFERENCE_CALL b2Vec3 operator-(const b2Vec3 &, const b2Vec3 &) -> void b2Vec3::b2Vec3(float32, float32, float32) [b2Math.h <498:9 498:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator-(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <498:9 498:14>]
|
||||
REFERENCE_USAGE b2Vec3 operator-(const b2Vec3 &, const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <498:18 498:18>]
|
||||
@@ -1246,6 +1396,8 @@ LOCAL_SYMBOL: b2Math.h<502:36> [b2Math.h <502:36 502:36>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Dot(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <502:28 502:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<502:53> [b2Math.h <502:53 502:53>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Dot(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <502:45 502:50>]
|
||||
LOCAL_SYMBOL: b2Math.h<503:1> [b2Math.h <503:1 503:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<503:1> [b2Math.h <505:1 505:1>]
|
||||
REFERENCE_USAGE float32 b2Dot(const b2Vec3 &, const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <504:11 504:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<502:36> [b2Math.h <504:9 504:9>]
|
||||
REFERENCE_USAGE float32 b2Dot(const b2Vec3 &, const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <504:17 504:17>]
|
||||
@@ -1264,6 +1416,8 @@ LOCAL_SYMBOL: b2Math.h<508:37> [b2Math.h <508:37 508:37>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Cross(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <508:29 508:34>]
|
||||
LOCAL_SYMBOL: b2Math.h<508:54> [b2Math.h <508:54 508:54>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Cross(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <508:46 508:51>]
|
||||
LOCAL_SYMBOL: b2Math.h<509:1> [b2Math.h <509:1 509:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<509:1> [b2Math.h <511:1 511:1>]
|
||||
REFERENCE_CALL b2Vec3 b2Cross(const b2Vec3 &, const b2Vec3 &) -> void b2Vec3::b2Vec3(float32, float32, float32) [b2Math.h <510:9 510:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Cross(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <510:9 510:14>]
|
||||
REFERENCE_USAGE b2Vec3 b2Cross(const b2Vec3 &, const b2Vec3 &) -> float32 b2Vec3::y [b2Math.h <510:18 510:18>]
|
||||
@@ -1296,6 +1450,8 @@ LOCAL_SYMBOL: b2Math.h<513:43> [b2Math.h <513:43 513:43>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 operator+(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <513:34 513:40>]
|
||||
LOCAL_SYMBOL: b2Math.h<513:61> [b2Math.h <513:61 513:61>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 operator+(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <513:52 513:58>]
|
||||
LOCAL_SYMBOL: b2Math.h<514:1> [b2Math.h <514:1 514:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<514:1> [b2Math.h <516:1 516:1>]
|
||||
SYMBOL_FUNCTION void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &)
|
||||
REFERENCE_CALL b2Mat22 operator+(const b2Mat22 &, const b2Mat22 &) -> void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) [b2Math.h <515:9 515:15>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 operator+(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <515:9 515:15>]
|
||||
@@ -1316,6 +1472,8 @@ LOCAL_SYMBOL: b2Math.h<519:37> [b2Math.h <519:37 519:37>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Mul(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <519:28 519:34>]
|
||||
LOCAL_SYMBOL: b2Math.h<519:55> [b2Math.h <519:55 519:55>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Mul(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <519:46 519:52>]
|
||||
LOCAL_SYMBOL: b2Math.h<520:1> [b2Math.h <520:1 520:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<520:1> [b2Math.h <522:1 522:1>]
|
||||
REFERENCE_CALL b2Mat22 b2Mul(const b2Mat22 &, const b2Mat22 &) -> void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) [b2Math.h <521:9 521:15>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Mul(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <521:9 521:15>]
|
||||
SYMBOL_FUNCTION b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &)
|
||||
@@ -1333,6 +1491,8 @@ LOCAL_SYMBOL: b2Math.h<525:38> [b2Math.h <525:38 525:38>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2MulT(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <525:29 525:35>]
|
||||
LOCAL_SYMBOL: b2Math.h<525:56> [b2Math.h <525:56 525:56>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2MulT(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <525:47 525:53>]
|
||||
LOCAL_SYMBOL: b2Math.h<526:1> [b2Math.h <526:1 526:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<526:1> [b2Math.h <530:1 530:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<527:9> [b2Math.h <527:9 527:10>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2MulT(const b2Mat22 &, const b2Mat22 &) -> b2Vec2 [b2Math.h <527:2 527:7>]
|
||||
REFERENCE_CALL b2Mat22 b2MulT(const b2Mat22 &, const b2Mat22 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <527:9 527:10>]
|
||||
@@ -1369,6 +1529,8 @@ LOCAL_SYMBOL: b2Math.h<533:36> [b2Math.h <533:36 533:36>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Mul(const b2Mat33 &, const b2Vec3 &) -> b2Mat33 [b2Math.h <533:27 533:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<533:53> [b2Math.h <533:53 533:53>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Mul(const b2Mat33 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <533:45 533:50>]
|
||||
LOCAL_SYMBOL: b2Math.h<534:1> [b2Math.h <534:1 534:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<534:1> [b2Math.h <536:1 536:1>]
|
||||
SYMBOL_FUNCTION b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &)
|
||||
REFERENCE_CALL b2Vec3 b2Mul(const b2Mat33 &, const b2Vec3 &) -> b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) [b2Math.h <535:33 535:33>]
|
||||
REFERENCE_CALL b2Vec3 b2Mul(const b2Mat33 &, const b2Vec3 &) -> b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) [b2Math.h <535:20 535:20>]
|
||||
@@ -1394,6 +1556,8 @@ LOCAL_SYMBOL: b2Math.h<539:38> [b2Math.h <539:38 539:38>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul22(const b2Mat33 &, const b2Vec2 &) -> b2Mat33 [b2Math.h <539:29 539:35>]
|
||||
LOCAL_SYMBOL: b2Math.h<539:55> [b2Math.h <539:55 539:55>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul22(const b2Mat33 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <539:47 539:52>]
|
||||
LOCAL_SYMBOL: b2Math.h<540:1> [b2Math.h <540:1 540:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<540:1> [b2Math.h <542:1 542:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Mul22(const b2Mat33 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <541:9 541:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul22(const b2Mat33 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <541:9 541:14>]
|
||||
REFERENCE_USAGE b2Vec2 b2Mul22(const b2Mat33 &, const b2Vec2 &) -> float32 b2Vec3::x [b2Math.h <541:21 541:21>]
|
||||
@@ -1422,6 +1586,8 @@ LOCAL_SYMBOL: b2Math.h<545:33> [b2Math.h <545:33 545:33>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2Mul(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <545:26 545:30>]
|
||||
LOCAL_SYMBOL: b2Math.h<545:49> [b2Math.h <545:49 545:49>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2Mul(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <545:42 545:46>]
|
||||
LOCAL_SYMBOL: b2Math.h<546:1> [b2Math.h <546:1 546:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<546:1> [b2Math.h <555:1 555:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<551:8> [b2Math.h <551:8 551:9>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2Mul(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <551:2 551:6>]
|
||||
REFERENCE_CALL b2Rot b2Mul(const b2Rot &, const b2Rot &) -> void b2Rot::b2Rot() [b2Math.h <551:8 551:9>]
|
||||
@@ -1453,6 +1619,8 @@ LOCAL_SYMBOL: b2Math.h<558:34> [b2Math.h <558:34 558:34>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2MulT(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <558:27 558:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<558:50> [b2Math.h <558:50 558:50>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2MulT(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <558:43 558:47>]
|
||||
LOCAL_SYMBOL: b2Math.h<559:1> [b2Math.h <559:1 559:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<559:1> [b2Math.h <568:1 568:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<564:8> [b2Math.h <564:8 564:9>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2MulT(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <564:2 564:6>]
|
||||
REFERENCE_CALL b2Rot b2MulT(const b2Rot &, const b2Rot &) -> void b2Rot::b2Rot() [b2Math.h <564:8 564:9>]
|
||||
@@ -1484,6 +1652,8 @@ LOCAL_SYMBOL: b2Math.h<571:34> [b2Math.h <571:34 571:34>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Rot &, const b2Vec2 &) -> b2Rot [b2Math.h <571:27 571:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<571:51> [b2Math.h <571:51 571:51>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Rot &, const b2Vec2 &) -> b2Vec2 [b2Math.h <571:43 571:48>]
|
||||
LOCAL_SYMBOL: b2Math.h<572:1> [b2Math.h <572:1 572:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<572:1> [b2Math.h <574:1 574:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Mul(const b2Rot &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <573:9 573:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Rot &, const b2Vec2 &) -> b2Vec2 [b2Math.h <573:9 573:14>]
|
||||
REFERENCE_USAGE b2Vec2 b2Mul(const b2Rot &, const b2Vec2 &) -> float32 b2Rot::c [b2Math.h <573:18 573:18>]
|
||||
@@ -1508,6 +1678,8 @@ LOCAL_SYMBOL: b2Math.h<577:35> [b2Math.h <577:35 577:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Rot &, const b2Vec2 &) -> b2Rot [b2Math.h <577:28 577:32>]
|
||||
LOCAL_SYMBOL: b2Math.h<577:52> [b2Math.h <577:52 577:52>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Rot &, const b2Vec2 &) -> b2Vec2 [b2Math.h <577:44 577:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<578:1> [b2Math.h <578:1 578:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<578:1> [b2Math.h <580:1 580:1>]
|
||||
REFERENCE_CALL b2Vec2 b2MulT(const b2Rot &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <579:9 579:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Rot &, const b2Vec2 &) -> b2Vec2 [b2Math.h <579:9 579:14>]
|
||||
REFERENCE_USAGE b2Vec2 b2MulT(const b2Rot &, const b2Vec2 &) -> float32 b2Rot::c [b2Math.h <579:18 579:18>]
|
||||
@@ -1532,6 +1704,8 @@ LOCAL_SYMBOL: b2Math.h<582:40> [b2Math.h <582:40 582:40>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Transform &, const b2Vec2 &) -> b2Transform [b2Math.h <582:27 582:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<582:57> [b2Math.h <582:57 582:57>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Transform &, const b2Vec2 &) -> b2Vec2 [b2Math.h <582:49 582:54>]
|
||||
LOCAL_SYMBOL: b2Math.h<583:1> [b2Math.h <583:1 583:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<583:1> [b2Math.h <588:1 588:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<584:10> [b2Math.h <584:10 584:10>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Transform &, const b2Vec2 &) -> float32 [b2Math.h <584:2 584:8>]
|
||||
REFERENCE_USAGE b2Vec2 b2Mul(const b2Transform &, const b2Vec2 &) -> float32 b2Rot::c [b2Math.h <584:19 584:19>]
|
||||
@@ -1572,6 +1746,8 @@ LOCAL_SYMBOL: b2Math.h<590:41> [b2Math.h <590:41 590:41>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Transform &, const b2Vec2 &) -> b2Transform [b2Math.h <590:28 590:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<590:58> [b2Math.h <590:58 590:58>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Transform &, const b2Vec2 &) -> b2Vec2 [b2Math.h <590:50 590:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<591:1> [b2Math.h <591:1 591:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<591:1> [b2Math.h <598:1 598:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<592:10> [b2Math.h <592:10 592:11>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Transform &, const b2Vec2 &) -> float32 [b2Math.h <592:2 592:8>]
|
||||
REFERENCE_USAGE b2Vec2 b2MulT(const b2Transform &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <592:17 592:17>]
|
||||
@@ -1616,6 +1792,8 @@ LOCAL_SYMBOL: b2Math.h<602:45> [b2Math.h <602:45 602:45>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2Mul(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <602:32 602:42>]
|
||||
LOCAL_SYMBOL: b2Math.h<602:67> [b2Math.h <602:67 602:67>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2Mul(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <602:54 602:64>]
|
||||
LOCAL_SYMBOL: b2Math.h<603:1> [b2Math.h <603:1 603:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<603:1> [b2Math.h <608:1 608:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<604:14> [b2Math.h <604:14 604:14>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2Mul(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <604:2 604:12>]
|
||||
SYMBOL_FUNCTION void b2Transform::b2Transform()
|
||||
@@ -1652,6 +1830,8 @@ LOCAL_SYMBOL: b2Math.h<612:46> [b2Math.h <612:46 612:46>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2MulT(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <612:33 612:43>]
|
||||
LOCAL_SYMBOL: b2Math.h<612:68> [b2Math.h <612:68 612:68>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2MulT(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <612:55 612:65>]
|
||||
LOCAL_SYMBOL: b2Math.h<613:1> [b2Math.h <613:1 613:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<613:1> [b2Math.h <618:1 618:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<614:14> [b2Math.h <614:14 614:14>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2MulT(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <614:2 614:12>]
|
||||
REFERENCE_CALL b2Transform b2MulT(const b2Transform &, const b2Transform &) -> void b2Transform::b2Transform() [b2Math.h <614:14 614:14>]
|
||||
@@ -1683,6 +1863,8 @@ SYMBOL_FUNCTION T b2Abs<typename T>(T) [b2Math.h <620:1 <621:10 621:14> 624:1>]
|
||||
REFERENCE_TYPE_USAGE T b2Abs<typename T>(T) -> b2Abs<typename T>::T [b2Math.h <621:8 621:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<621:18> [b2Math.h <621:18 621:18>]
|
||||
REFERENCE_TYPE_USAGE T b2Abs<typename T>(T) -> b2Abs<typename T>::T [b2Math.h <621:16 621:16>]
|
||||
LOCAL_SYMBOL: b2Math.h<622:1> [b2Math.h <622:1 622:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<622:1> [b2Math.h <624:1 624:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<621:18> [b2Math.h <623:9 623:9>]
|
||||
REFERENCE_TYPE_USAGE T b2Abs<typename T>(T) -> b2Abs<typename T>::T [b2Math.h <623:13 623:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<621:18> [b2Math.h <623:20 623:20>]
|
||||
@@ -1696,6 +1878,8 @@ SYMBOL_FUNCTION b2Vec2 b2Abs(const b2Vec2 &) [b2Math.h <626:1 <626:15 626:19> 62
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Abs(const b2Vec2 &) -> b2Vec2 [b2Math.h <626:8 626:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<626:35> [b2Math.h <626:35 626:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Abs(const b2Vec2 &) -> b2Vec2 [b2Math.h <626:27 626:32>]
|
||||
LOCAL_SYMBOL: b2Math.h<627:1> [b2Math.h <627:1 627:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<627:1> [b2Math.h <629:1 629:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Abs(const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <628:9 628:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Abs(const b2Vec2 &) -> b2Vec2 [b2Math.h <628:9 628:14>]
|
||||
SYMBOL_FUNCTION float b2Abs<float>(float)
|
||||
@@ -1709,6 +1893,8 @@ SYMBOL_FUNCTION b2Mat22 b2Abs(const b2Mat22 &) [b2Math.h <631:1 <631:16 631:20>
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Abs(const b2Mat22 &) -> b2Mat22 [b2Math.h <631:8 631:14>]
|
||||
LOCAL_SYMBOL: b2Math.h<631:37> [b2Math.h <631:37 631:37>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Abs(const b2Mat22 &) -> b2Mat22 [b2Math.h <631:28 631:34>]
|
||||
LOCAL_SYMBOL: b2Math.h<632:1> [b2Math.h <632:1 632:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<632:1> [b2Math.h <634:1 634:1>]
|
||||
REFERENCE_CALL b2Mat22 b2Abs(const b2Mat22 &) -> void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) [b2Math.h <633:9 633:15>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Abs(const b2Mat22 &) -> b2Mat22 [b2Math.h <633:9 633:15>]
|
||||
SYMBOL_FUNCTION b2Vec2 b2Abs(const b2Vec2 &)
|
||||
@@ -1725,6 +1911,8 @@ LOCAL_SYMBOL: b2Math.h<637:18> [b2Math.h <637:18 637:18>]
|
||||
REFERENCE_TYPE_USAGE T b2Min<typename T>(T, T) -> b2Min<typename T>::T [b2Math.h <637:16 637:16>]
|
||||
LOCAL_SYMBOL: b2Math.h<637:23> [b2Math.h <637:23 637:23>]
|
||||
REFERENCE_TYPE_USAGE T b2Min<typename T>(T, T) -> b2Min<typename T>::T [b2Math.h <637:21 637:21>]
|
||||
LOCAL_SYMBOL: b2Math.h<638:1> [b2Math.h <638:1 638:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<638:1> [b2Math.h <640:1 640:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<637:18> [b2Math.h <639:9 639:9>]
|
||||
LOCAL_SYMBOL: b2Math.h<637:23> [b2Math.h <639:13 639:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<637:18> [b2Math.h <639:17 639:17>]
|
||||
@@ -1740,6 +1928,8 @@ LOCAL_SYMBOL: b2Math.h<642:35> [b2Math.h <642:35 642:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Min(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <642:27 642:32>]
|
||||
LOCAL_SYMBOL: b2Math.h<642:52> [b2Math.h <642:52 642:52>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Min(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <642:44 642:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<643:1> [b2Math.h <643:1 643:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<643:1> [b2Math.h <645:1 645:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Min(const b2Vec2 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <644:9 644:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Min(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <644:9 644:14>]
|
||||
SYMBOL_FUNCTION float b2Min<float>(float, float)
|
||||
@@ -1760,6 +1950,8 @@ LOCAL_SYMBOL: b2Math.h<648:18> [b2Math.h <648:18 648:18>]
|
||||
REFERENCE_TYPE_USAGE T b2Max<typename T>(T, T) -> b2Max<typename T>::T [b2Math.h <648:16 648:16>]
|
||||
LOCAL_SYMBOL: b2Math.h<648:23> [b2Math.h <648:23 648:23>]
|
||||
REFERENCE_TYPE_USAGE T b2Max<typename T>(T, T) -> b2Max<typename T>::T [b2Math.h <648:21 648:21>]
|
||||
LOCAL_SYMBOL: b2Math.h<649:1> [b2Math.h <649:1 649:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<649:1> [b2Math.h <651:1 651:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<648:18> [b2Math.h <650:9 650:9>]
|
||||
LOCAL_SYMBOL: b2Math.h<648:23> [b2Math.h <650:13 650:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<648:18> [b2Math.h <650:17 650:17>]
|
||||
@@ -1775,6 +1967,8 @@ LOCAL_SYMBOL: b2Math.h<653:35> [b2Math.h <653:35 653:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <653:27 653:32>]
|
||||
LOCAL_SYMBOL: b2Math.h<653:52> [b2Math.h <653:52 653:52>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <653:44 653:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<654:1> [b2Math.h <654:1 654:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<654:1> [b2Math.h <656:1 656:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <655:9 655:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <655:9 655:14>]
|
||||
SYMBOL_FUNCTION float b2Max<float>(float, float)
|
||||
@@ -1797,6 +1991,8 @@ LOCAL_SYMBOL: b2Math.h<659:25> [b2Math.h <659:25 659:27>]
|
||||
REFERENCE_TYPE_USAGE T b2Clamp<typename T>(T, T, T) -> b2Clamp<typename T>::T [b2Math.h <659:23 659:23>]
|
||||
LOCAL_SYMBOL: b2Math.h<659:32> [b2Math.h <659:32 659:35>]
|
||||
REFERENCE_TYPE_USAGE T b2Clamp<typename T>(T, T, T) -> b2Clamp<typename T>::T [b2Math.h <659:30 659:30>]
|
||||
LOCAL_SYMBOL: b2Math.h<660:1> [b2Math.h <660:1 660:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<660:1> [b2Math.h <662:1 662:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<659:25> [b2Math.h <661:15 661:17>]
|
||||
LOCAL_SYMBOL: b2Math.h<659:20> [b2Math.h <661:26 661:26>]
|
||||
LOCAL_SYMBOL: b2Math.h<659:32> [b2Math.h <661:29 661:32>]
|
||||
@@ -1808,6 +2004,8 @@ LOCAL_SYMBOL: b2Math.h<664:54> [b2Math.h <664:54 664:56>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Clamp(const b2Vec2 &, const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <664:46 664:51>]
|
||||
LOCAL_SYMBOL: b2Math.h<664:73> [b2Math.h <664:73 664:76>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Clamp(const b2Vec2 &, const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <664:65 664:70>]
|
||||
LOCAL_SYMBOL: b2Math.h<665:1> [b2Math.h <665:1 665:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<665:1> [b2Math.h <667:1 667:1>]
|
||||
SYMBOL_FUNCTION b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &)
|
||||
REFERENCE_CALL b2Vec2 b2Clamp(const b2Vec2 &, const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &) [b2Math.h <666:9 666:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<664:54> [b2Math.h <666:15 666:17>]
|
||||
@@ -1822,6 +2020,8 @@ LOCAL_SYMBOL: b2Math.h<669:44> [b2Math.h <669:44 669:44>]
|
||||
REFERENCE_TYPE_USAGE void b2Swap<typename T>(T &, T &) -> b2Swap<typename T>::T [b2Math.h <669:41 669:41>]
|
||||
LOCAL_SYMBOL: b2Math.h<669:50> [b2Math.h <669:50 669:50>]
|
||||
REFERENCE_TYPE_USAGE void b2Swap<typename T>(T &, T &) -> b2Swap<typename T>::T [b2Math.h <669:47 669:47>]
|
||||
LOCAL_SYMBOL: b2Math.h<670:1> [b2Math.h <670:1 670:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<670:1> [b2Math.h <674:1 674:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<671:4> [b2Math.h <671:4 671:6>]
|
||||
REFERENCE_TYPE_USAGE void b2Swap<typename T>(T &, T &) -> b2Swap<typename T>::T [b2Math.h <671:2 671:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<669:44> [b2Math.h <671:10 671:10>]
|
||||
@@ -1833,6 +2033,8 @@ SYMBOL_FUNCTION uint32 b2NextPowerOfTwo(uint32) [b2Math.h <681:1 <681:15 681:30>
|
||||
REFERENCE_TYPE_USAGE uint32 b2NextPowerOfTwo(uint32) -> uint32 [b2Math.h <681:8 681:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<681:39> [b2Math.h <681:39 681:39>]
|
||||
REFERENCE_TYPE_USAGE uint32 b2NextPowerOfTwo(uint32) -> uint32 [b2Math.h <681:32 681:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<682:1> [b2Math.h <682:1 682:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<682:1> [b2Math.h <689:1 689:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<681:39> [b2Math.h <683:2 683:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<681:39> [b2Math.h <683:8 683:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<681:39> [b2Math.h <684:2 684:2>]
|
||||
@@ -1848,6 +2050,8 @@ SYMBOL_FUNCTION bool b2IsPowerOfTwo(uint32) [b2Math.h <691:1 <691:13 691:26> 695
|
||||
REFERENCE_TYPE_USAGE bool b2IsPowerOfTwo(uint32) -> bool [b2Math.h <691:8 691:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<691:35> [b2Math.h <691:35 691:35>]
|
||||
REFERENCE_TYPE_USAGE bool b2IsPowerOfTwo(uint32) -> uint32 [b2Math.h <691:28 691:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<692:1> [b2Math.h <692:1 692:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<692:1> [b2Math.h <695:1 695:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<693:7> [b2Math.h <693:7 693:12>]
|
||||
REFERENCE_TYPE_USAGE bool b2IsPowerOfTwo(uint32) -> bool [b2Math.h <693:2 693:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<691:35> [b2Math.h <693:16 693:16>]
|
||||
@@ -1862,6 +2066,8 @@ LOCAL_SYMBOL: b2Math.h<697:48> [b2Math.h <697:48 697:49>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::GetTransform(b2Transform *, float32) const -> b2Transform [b2Math.h <697:35 697:45>]
|
||||
LOCAL_SYMBOL: b2Math.h<697:60> [b2Math.h <697:60 697:63>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::GetTransform(b2Transform *, float32) const -> float32 [b2Math.h <697:52 697:58>]
|
||||
LOCAL_SYMBOL: b2Math.h<698:1> [b2Math.h <698:1 698:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<698:1> [b2Math.h <705:1 705:1>]
|
||||
REFERENCE_CALL void b2Sweep::GetTransform(b2Transform *, float32) const -> b2Vec2 & b2Vec2::operator=(b2Vec2 &&) [b2Math.h <699:8 699:8>]
|
||||
REFERENCE_USAGE void b2Sweep::GetTransform(b2Transform *, float32) const -> b2Vec2 b2Transform::p [b2Math.h <699:6 699:6>]
|
||||
LOCAL_SYMBOL: b2Math.h<697:48> [b2Math.h <699:2 699:3>]
|
||||
@@ -1896,6 +2102,8 @@ QUALIFIER: b2Sweep [b2Math.h <707:13 707:19>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::Advance(float32) -> void [b2Math.h <707:8 707:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<707:38> [b2Math.h <707:38 707:42>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::Advance(float32) -> float32 [b2Math.h <707:30 707:36>]
|
||||
LOCAL_SYMBOL: b2Math.h<708:1> [b2Math.h <708:1 708:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<708:1> [b2Math.h <714:1 714:1>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::Advance(float32) -> void [b2Math.h <709:2 709:9>]
|
||||
REFERENCE_USAGE void b2Sweep::Advance(float32) -> float32 b2Sweep::alpha0 [b2Math.h <709:11 709:16>]
|
||||
SYMBOL_FUNCTION void _wassert(const wchar_t *, const wchar_t *, unsigned int)
|
||||
@@ -1923,6 +2131,8 @@ LOCAL_SYMBOL: b2Math.h<707:38> [b2Math.h <713:11 713:15>]
|
||||
SYMBOL_METHOD public void b2Sweep::Normalize() [b2Math.h <717:1 <717:22 717:30> 723:1>]
|
||||
QUALIFIER: b2Sweep [b2Math.h <717:13 717:19>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::Normalize() -> void [b2Math.h <717:8 717:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<718:1> [b2Math.h <718:1 718:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<718:1> [b2Math.h <723:1 723:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<719:10> [b2Math.h <719:10 719:14>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::Normalize() -> float32 [b2Math.h <719:2 719:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<720:10> [b2Math.h <720:10 720:10>]
|
||||
@@ -1945,6 +2155,8 @@ QUALIFIER: b2Mat33 [b2Math.cpp <25:8 25:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Mat33::Solve33(const b2Vec3 &) const -> b2Vec3 [b2Math.cpp <25:1 25:6>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<25:39> [b2Math.cpp <25:39 25:39>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Mat33::Solve33(const b2Vec3 &) const -> b2Vec3 [b2Math.cpp <25:31 25:36>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<26:1> [b2Math.cpp <26:1 26:1>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<26:1> [b2Math.cpp <37:1 37:1>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<27:10> [b2Math.cpp <27:10 27:12>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Mat33::Solve33(const b2Vec3 &) const -> float32 [b2Math.cpp <27:2 27:8>]
|
||||
SYMBOL_FUNCTION float32 b2Dot(const b2Vec3 &, const b2Vec3 &)
|
||||
@@ -1955,6 +2167,8 @@ REFERENCE_CALL b2Vec3 b2Mat33::Solve33(const b2Vec3 &) const -> b2Vec3 b2Cross(c
|
||||
REFERENCE_USAGE b2Vec3 b2Mat33::Solve33(const b2Vec3 &) const -> b2Vec3 b2Mat33::ey [b2Math.cpp <27:34 27:35>]
|
||||
REFERENCE_USAGE b2Vec3 b2Mat33::Solve33(const b2Vec3 &) const -> b2Vec3 b2Mat33::ez [b2Math.cpp <27:38 27:39>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<27:10> [b2Math.cpp <28:6 28:8>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<29:2> [b2Math.cpp <29:2 29:2>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<29:2> [b2Math.cpp <31:2 31:2>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<27:10> [b2Math.cpp <30:3 30:5>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<27:10> [b2Math.cpp <30:16 30:18>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<32:9> [b2Math.cpp <32:9 32:9>]
|
||||
@@ -1991,6 +2205,8 @@ QUALIFIER: b2Mat33 [b2Math.cpp <41:8 41:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mat33::Solve22(const b2Vec2 &) const -> b2Vec2 [b2Math.cpp <41:1 41:6>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<41:39> [b2Math.cpp <41:39 41:39>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mat33::Solve22(const b2Vec2 &) const -> b2Vec2 [b2Math.cpp <41:31 41:36>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<42:1> [b2Math.cpp <42:1 42:1>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<42:1> [b2Math.cpp <53:1 53:1>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<43:10> [b2Math.cpp <43:10 43:12>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mat33::Solve22(const b2Vec2 &) const -> float32 [b2Math.cpp <43:2 43:8>]
|
||||
REFERENCE_USAGE b2Vec2 b2Mat33::Solve22(const b2Vec2 &) const -> float32 b2Vec3::x [b2Math.cpp <43:19 43:19>]
|
||||
@@ -2011,6 +2227,8 @@ LOCAL_SYMBOL: b2Math.cpp<43:46> [b2Math.cpp <44:22 44:24>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<43:22> [b2Math.cpp <44:28 44:30>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<43:34> [b2Math.cpp <44:34 44:36>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<44:10> [b2Math.cpp <45:6 45:8>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<46:2> [b2Math.cpp <46:2 46:2>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<46:2> [b2Math.cpp <48:2 48:2>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<44:10> [b2Math.cpp <47:3 47:5>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<44:10> [b2Math.cpp <47:16 47:18>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<49:9> [b2Math.cpp <49:9 49:9>]
|
||||
@@ -2041,6 +2259,8 @@ QUALIFIER: b2Mat33 [b2Math.cpp <56:6 56:12>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat33::GetInverse22(b2Mat33 *) const -> void [b2Math.cpp <56:1 56:4>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<56:37> [b2Math.cpp <56:37 56:37>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat33::GetInverse22(b2Mat33 *) const -> b2Mat33 [b2Math.cpp <56:28 56:34>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<57:1> [b2Math.cpp <57:1 57:1>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<57:1> [b2Math.cpp <68:1 68:1>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<58:10> [b2Math.cpp <58:10 58:10>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat33::GetInverse22(b2Mat33 *) const -> float32 [b2Math.cpp <58:2 58:8>]
|
||||
REFERENCE_USAGE void b2Mat33::GetInverse22(b2Mat33 *) const -> float32 b2Vec3::x [b2Math.cpp <58:17 58:17>]
|
||||
@@ -2061,6 +2281,8 @@ LOCAL_SYMBOL: b2Math.cpp<58:40> [b2Math.cpp <59:20 59:20>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<58:20> [b2Math.cpp <59:24 59:24>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<58:30> [b2Math.cpp <59:28 59:28>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<59:10> [b2Math.cpp <60:6 60:8>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<61:2> [b2Math.cpp <61:2 61:2>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<61:2> [b2Math.cpp <63:2 63:2>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<59:10> [b2Math.cpp <62:3 62:5>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<59:10> [b2Math.cpp <62:16 62:18>]
|
||||
REFERENCE_USAGE void b2Mat33::GetInverse22(b2Mat33 *) const -> float32 b2Vec3::x [b2Math.cpp <65:8 65:8>]
|
||||
@@ -2103,6 +2325,8 @@ QUALIFIER: b2Mat33 [b2Math.cpp <71:6 71:12>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat33::GetSymInverse33(b2Mat33 *) const -> void [b2Math.cpp <71:1 71:4>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<71:40> [b2Math.cpp <71:40 71:40>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat33::GetSymInverse33(b2Mat33 *) const -> b2Mat33 [b2Math.cpp <71:31 71:37>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<72:1> [b2Math.cpp <72:1 72:1>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<72:1> [b2Math.cpp <94:1 94:1>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<73:10> [b2Math.cpp <73:10 73:12>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat33::GetSymInverse33(b2Mat33 *) const -> float32 [b2Math.cpp <73:2 73:8>]
|
||||
REFERENCE_CALL void b2Mat33::GetSymInverse33(b2Mat33 *) const -> float32 b2Dot(const b2Vec3 &, const b2Vec3 &) [b2Math.cpp <73:16 73:20>]
|
||||
@@ -2111,6 +2335,8 @@ REFERENCE_CALL void b2Mat33::GetSymInverse33(b2Mat33 *) const -> b2Vec3 b2Cross(
|
||||
REFERENCE_USAGE void b2Mat33::GetSymInverse33(b2Mat33 *) const -> b2Vec3 b2Mat33::ey [b2Math.cpp <73:34 73:35>]
|
||||
REFERENCE_USAGE void b2Mat33::GetSymInverse33(b2Mat33 *) const -> b2Vec3 b2Mat33::ez [b2Math.cpp <73:38 73:39>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<73:10> [b2Math.cpp <74:6 74:8>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<75:2> [b2Math.cpp <75:2 75:2>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<75:2> [b2Math.cpp <77:2 77:2>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<73:10> [b2Math.cpp <76:3 76:5>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<73:10> [b2Math.cpp <76:16 76:18>]
|
||||
LOCAL_SYMBOL: b2Math.cpp<79:10> [b2Math.cpp <79:10 79:12>]
|
||||
|
||||
+10
@@ -173,6 +173,8 @@ LOCAL_SYMBOL: b2Settings.h<141:24> [b2Settings.h <141:24 141:29>]
|
||||
SYMBOL_BUILTIN_TYPE char
|
||||
REFERENCE_TYPE_USAGE void b2Log(const char *) -> char [b2Settings.h <141:18 141:21>]
|
||||
SYMBOL_STRUCT b2Version [b2Settings.h <145:1 <145:8 145:16> 150:1>]
|
||||
LOCAL_SYMBOL: b2Settings.h<146:1> [b2Settings.h <146:1 146:1>]
|
||||
LOCAL_SYMBOL: b2Settings.h<146:1> [b2Settings.h <150:1 150:1>]
|
||||
SYMBOL_FIELD public int32 b2Version::major [b2Settings.h <147:8 147:12>]
|
||||
REFERENCE_TYPE_USAGE int32 b2Version::major -> int32 [b2Settings.h <147:2 147:6>]
|
||||
SYMBOL_FIELD public int32 b2Version::minor [b2Settings.h <148:8 148:12>]
|
||||
@@ -183,10 +185,14 @@ SYMBOL_GLOBAL_VARIABLE b2Version b2_version [b2Settings.h <153:18 153:27>]
|
||||
REFERENCE_TYPE_USAGE b2Version b2_version -> b2Version [b2Settings.h <153:8 153:16>]
|
||||
SYMBOL_GLOBAL_VARIABLE b2Version b2_version [b2Settings.cpp <24:11 24:20>]
|
||||
REFERENCE_TYPE_USAGE b2Version b2_version -> b2Version [b2Settings.cpp <24:1 24:9>]
|
||||
LOCAL_SYMBOL: b2Settings.cpp<24:24> [b2Settings.cpp <24:24 24:24>]
|
||||
LOCAL_SYMBOL: b2Settings.cpp<24:24> [b2Settings.cpp <24:32 24:32>]
|
||||
SYMBOL_FUNCTION void * b2Alloc(int32) [b2Settings.cpp <27:1 <27:7 27:13> 30:1>]
|
||||
REFERENCE_TYPE_USAGE void * b2Alloc(int32) -> void [b2Settings.cpp <27:1 27:4>]
|
||||
LOCAL_SYMBOL: b2Settings.cpp<27:21> [b2Settings.cpp <27:21 27:24>]
|
||||
REFERENCE_TYPE_USAGE void * b2Alloc(int32) -> int32 [b2Settings.cpp <27:15 27:19>]
|
||||
LOCAL_SYMBOL: b2Settings.cpp<28:1> [b2Settings.cpp <28:1 28:1>]
|
||||
LOCAL_SYMBOL: b2Settings.cpp<28:1> [b2Settings.cpp <30:1 30:1>]
|
||||
SYMBOL_FUNCTION void * malloc(size_t)
|
||||
REFERENCE_CALL void * b2Alloc(int32) -> void * malloc(size_t) [b2Settings.cpp <29:9 29:14>]
|
||||
LOCAL_SYMBOL: b2Settings.cpp<27:21> [b2Settings.cpp <29:16 29:19>]
|
||||
@@ -194,6 +200,8 @@ SYMBOL_FUNCTION void b2Free(void *) [b2Settings.cpp <32:1 <32:6 32:11> 35:1>]
|
||||
REFERENCE_TYPE_USAGE void b2Free(void *) -> void [b2Settings.cpp <32:1 32:4>]
|
||||
LOCAL_SYMBOL: b2Settings.cpp<32:19> [b2Settings.cpp <32:19 32:21>]
|
||||
REFERENCE_TYPE_USAGE void b2Free(void *) -> void [b2Settings.cpp <32:13 32:16>]
|
||||
LOCAL_SYMBOL: b2Settings.cpp<33:1> [b2Settings.cpp <33:1 33:1>]
|
||||
LOCAL_SYMBOL: b2Settings.cpp<33:1> [b2Settings.cpp <35:1 35:1>]
|
||||
SYMBOL_FUNCTION void free(void *)
|
||||
REFERENCE_CALL void b2Free(void *) -> void free(void *) [b2Settings.cpp <34:2 34:5>]
|
||||
LOCAL_SYMBOL: b2Settings.cpp<32:19> [b2Settings.cpp <34:7 34:9>]
|
||||
@@ -201,6 +209,8 @@ SYMBOL_FUNCTION void b2Log(const char *) [b2Settings.cpp <38:1 <38:6 38:10> 44:1
|
||||
REFERENCE_TYPE_USAGE void b2Log(const char *) -> void [b2Settings.cpp <38:1 38:4>]
|
||||
LOCAL_SYMBOL: b2Settings.cpp<38:24> [b2Settings.cpp <38:24 38:29>]
|
||||
REFERENCE_TYPE_USAGE void b2Log(const char *) -> char [b2Settings.cpp <38:18 38:21>]
|
||||
LOCAL_SYMBOL: b2Settings.cpp<39:1> [b2Settings.cpp <39:1 39:1>]
|
||||
LOCAL_SYMBOL: b2Settings.cpp<39:1> [b2Settings.cpp <44:1 44:1>]
|
||||
LOCAL_SYMBOL: b2Settings.cpp<40:10> [b2Settings.cpp <40:10 40:13>]
|
||||
REFERENCE_TYPE_USAGE void b2Log(const char *) -> va_list [b2Settings.cpp <40:2 40:8>]
|
||||
REFERENCE_TYPE_USAGE void b2Log(const char *) -> void [b2Settings.cpp <41:2 41:9>]
|
||||
|
||||
+232
@@ -297,6 +297,8 @@ LOCAL_SYMBOL: b2Settings.h<141:24> [b2Settings.h <141:24 141:29>]
|
||||
SYMBOL_BUILTIN_TYPE char
|
||||
REFERENCE_TYPE_USAGE void b2Log(const char *) -> char [b2Settings.h <141:18 141:21>]
|
||||
SYMBOL_STRUCT b2Version [b2Settings.h <145:1 <145:8 145:16> 150:1>]
|
||||
LOCAL_SYMBOL: b2Settings.h<146:1> [b2Settings.h <146:1 146:1>]
|
||||
LOCAL_SYMBOL: b2Settings.h<146:1> [b2Settings.h <150:1 150:1>]
|
||||
SYMBOL_FIELD public int32 b2Version::major [b2Settings.h <147:8 147:12>]
|
||||
REFERENCE_TYPE_USAGE int32 b2Version::major -> int32 [b2Settings.h <147:2 147:6>]
|
||||
SYMBOL_FIELD public int32 b2Version::minor [b2Settings.h <148:8 148:12>]
|
||||
@@ -310,6 +312,8 @@ REFERENCE_TYPE_USAGE const int32 b2_stackSize -> int32 [b2StackAllocator.h <24:7
|
||||
SYMBOL_GLOBAL_VARIABLE const int32 b2_maxStackEntries [b2StackAllocator.h <25:13 25:30>]
|
||||
REFERENCE_TYPE_USAGE const int32 b2_maxStackEntries -> int32 [b2StackAllocator.h <25:7 25:11>]
|
||||
SYMBOL_STRUCT b2StackEntry [b2StackAllocator.h <27:1 <27:8 27:19> 32:1>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.h<28:1> [b2StackAllocator.h <28:1 28:1>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.h<28:1> [b2StackAllocator.h <32:1 32:1>]
|
||||
SYMBOL_FIELD public char * b2StackEntry::data [b2StackAllocator.h <29:8 29:11>]
|
||||
REFERENCE_TYPE_USAGE char * b2StackEntry::data -> char [b2StackAllocator.h <29:2 29:5>]
|
||||
SYMBOL_FIELD public int32 b2StackEntry::size [b2StackAllocator.h <30:8 30:11>]
|
||||
@@ -322,6 +326,8 @@ SYMBOL_METHOD public void b2StackEntry::b2StackEntry(b2StackEntry &&) [b2StackAl
|
||||
SYMBOL_METHOD public void b2StackEntry::~b2StackEntry() [b2StackAllocator.h <27:8 27:19>]
|
||||
SYMBOL_METHOD public void b2StackEntry::b2StackEntry() [b2StackAllocator.h <27:8 <27:8 27:19> 27:19>]
|
||||
SYMBOL_CLASS b2StackAllocator [b2StackAllocator.h <37:1 <37:7 37:22> 58:1>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.h<38:1> [b2StackAllocator.h <38:1 38:1>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.h<38:1> [b2StackAllocator.h <58:1 58:1>]
|
||||
SYMBOL_METHOD public void b2StackAllocator::b2StackAllocator() [b2StackAllocator.h <40:2 40:17>]
|
||||
SYMBOL_METHOD public void b2StackAllocator::~b2StackAllocator() [b2StackAllocator.h <41:2 41:18>]
|
||||
SYMBOL_METHOD public void * b2StackAllocator::Allocate(int32) [b2StackAllocator.h <43:8 43:15>]
|
||||
@@ -353,6 +359,8 @@ SYMBOL_FUNCTION bool b2IsValid(float32) [b2Math.h <26:1 <26:13 26:21> 30:1>]
|
||||
REFERENCE_TYPE_USAGE bool b2IsValid(float32) -> bool [b2Math.h <26:8 26:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<26:31> [b2Math.h <26:31 26:31>]
|
||||
REFERENCE_TYPE_USAGE bool b2IsValid(float32) -> float32 [b2Math.h <26:23 26:29>]
|
||||
LOCAL_SYMBOL: b2Math.h<27:1> [b2Math.h <27:1 27:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<27:1> [b2Math.h <30:1 30:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<28:8> [b2Math.h <28:8 28:9>]
|
||||
REFERENCE_TYPE_USAGE bool b2IsValid(float32) -> int32 [b2Math.h <28:2 28:6>]
|
||||
REFERENCE_TYPE_USAGE bool b2IsValid(float32) -> int32 [b2Math.h <28:31 28:35>]
|
||||
@@ -362,7 +370,11 @@ SYMBOL_FUNCTION float32 b2InvSqrt(float32) [b2Math.h <33:1 <33:16 33:24> 47:1>]
|
||||
REFERENCE_TYPE_USAGE float32 b2InvSqrt(float32) -> float32 [b2Math.h <33:8 33:14>]
|
||||
LOCAL_SYMBOL: b2Math.h<33:34> [b2Math.h <33:34 33:34>]
|
||||
REFERENCE_TYPE_USAGE float32 b2InvSqrt(float32) -> float32 [b2Math.h <33:26 33:32>]
|
||||
LOCAL_SYMBOL: b2Math.h<34:1> [b2Math.h <34:1 34:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<34:1> [b2Math.h <47:1 47:1>]
|
||||
SYMBOL_UNION b2InvSqrt::anonymous union (b2Math.h<35:2>) [b2Math.h <35:2 <35:2 35:6> 39:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<36:2> [b2Math.h <36:2 36:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<36:2> [b2Math.h <39:2 39:2>]
|
||||
SYMBOL_FIELD public float32 b2InvSqrt::anonymous union (b2Math.h<35:2>)::x [b2Math.h <37:11 37:11>]
|
||||
REFERENCE_TYPE_USAGE float32 b2InvSqrt::anonymous union (b2Math.h<35:2>)::x -> float32 [b2Math.h <37:3 37:9>]
|
||||
SYMBOL_FIELD public int32 b2InvSqrt::anonymous union (b2Math.h<35:2>)::i [b2Math.h <38:9 38:9>]
|
||||
@@ -394,7 +406,11 @@ LOCAL_SYMBOL: b2Math.h<33:34> [b2Math.h <45:26 45:26>]
|
||||
LOCAL_SYMBOL: b2Math.h<33:34> [b2Math.h <45:30 45:30>]
|
||||
LOCAL_SYMBOL: b2Math.h<33:34> [b2Math.h <46:9 46:9>]
|
||||
SYMBOL_STRUCT b2Vec2 [b2Math.h <53:1 <53:8 53:13> 141:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<54:1> [b2Math.h <54:1 54:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<54:1> [b2Math.h <141:1 141:1>]
|
||||
SYMBOL_METHOD public void b2Vec2::b2Vec2() [b2Math.h <56:2 <56:2 56:7> 56:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<56:11> [b2Math.h <56:11 56:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<56:11> [b2Math.h <56:12 56:12>]
|
||||
SYMBOL_METHOD public void b2Vec2::b2Vec2(float32, float32) [b2Math.h <59:2 <59:2 59:7> 59:53>]
|
||||
LOCAL_SYMBOL: b2Math.h<59:17> [b2Math.h <59:17 59:19>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::b2Vec2(float32, float32) -> float32 [b2Math.h <59:9 59:15>]
|
||||
@@ -404,8 +420,12 @@ REFERENCE_USAGE void b2Vec2::b2Vec2(float32, float32) -> float32 b2Vec2::x [b2Ma
|
||||
LOCAL_SYMBOL: b2Math.h<59:17> [b2Math.h <59:39 59:41>]
|
||||
REFERENCE_USAGE void b2Vec2::b2Vec2(float32, float32) -> float32 b2Vec2::y [b2Math.h <59:45 59:45>]
|
||||
LOCAL_SYMBOL: b2Math.h<59:30> [b2Math.h <59:47 59:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<59:52> [b2Math.h <59:52 59:52>]
|
||||
LOCAL_SYMBOL: b2Math.h<59:52> [b2Math.h <59:53 59:53>]
|
||||
SYMBOL_METHOD public void b2Vec2::SetZero() [b2Math.h <62:2 <62:7 62:13> 62:39>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::SetZero() -> void [b2Math.h <62:2 62:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<62:17> [b2Math.h <62:17 62:17>]
|
||||
LOCAL_SYMBOL: b2Math.h<62:17> [b2Math.h <62:39 62:39>]
|
||||
REFERENCE_USAGE void b2Vec2::SetZero() -> float32 b2Vec2::x [b2Math.h <62:19 62:19>]
|
||||
REFERENCE_USAGE void b2Vec2::SetZero() -> float32 b2Vec2::y [b2Math.h <62:29 62:29>]
|
||||
SYMBOL_METHOD public void b2Vec2::Set(float32, float32) [b2Math.h <65:2 <65:7 65:9> 65:53>]
|
||||
@@ -414,12 +434,16 @@ LOCAL_SYMBOL: b2Math.h<65:19> [b2Math.h <65:19 65:20>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::Set(float32, float32) -> float32 [b2Math.h <65:11 65:17>]
|
||||
LOCAL_SYMBOL: b2Math.h<65:31> [b2Math.h <65:31 65:32>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::Set(float32, float32) -> float32 [b2Math.h <65:23 65:29>]
|
||||
LOCAL_SYMBOL: b2Math.h<65:35> [b2Math.h <65:35 65:35>]
|
||||
LOCAL_SYMBOL: b2Math.h<65:35> [b2Math.h <65:53 65:53>]
|
||||
REFERENCE_USAGE void b2Vec2::Set(float32, float32) -> float32 b2Vec2::x [b2Math.h <65:37 65:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<65:19> [b2Math.h <65:41 65:42>]
|
||||
REFERENCE_USAGE void b2Vec2::Set(float32, float32) -> float32 b2Vec2::y [b2Math.h <65:45 65:45>]
|
||||
LOCAL_SYMBOL: b2Math.h<65:31> [b2Math.h <65:49 65:50>]
|
||||
SYMBOL_METHOD public b2Vec2 b2Vec2::operator-() const [b2Math.h <68:2 <68:9 68:18> 68:65>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Vec2::operator-() const -> b2Vec2 [b2Math.h <68:2 68:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<68:28> [b2Math.h <68:28 68:28>]
|
||||
LOCAL_SYMBOL: b2Math.h<68:28> [b2Math.h <68:65 68:65>]
|
||||
LOCAL_SYMBOL: b2Math.h<68:37> [b2Math.h <68:37 68:37>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Vec2::operator-() const -> b2Vec2 [b2Math.h <68:30 68:35>]
|
||||
SYMBOL_FUNCTION void b2Vec2::b2Vec2()
|
||||
@@ -436,18 +460,24 @@ SYMBOL_METHOD public float32 b2Vec2::operator()(int32) const [b2Math.h <71:2 <71
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::operator()(int32) const -> float32 [b2Math.h <71:2 71:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<71:29> [b2Math.h <71:29 71:29>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::operator()(int32) const -> int32 [b2Math.h <71:23 71:27>]
|
||||
LOCAL_SYMBOL: b2Math.h<72:2> [b2Math.h <72:2 72:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<72:2> [b2Math.h <74:2 74:2>]
|
||||
REFERENCE_USAGE float32 b2Vec2::operator()(int32) const -> float32 b2Vec2::x [b2Math.h <73:12 73:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<71:29> [b2Math.h <73:15 73:15>]
|
||||
SYMBOL_METHOD public float32 & b2Vec2::operator()(int32) [b2Math.h <77:2 <77:11 77:21> 80:2>]
|
||||
REFERENCE_TYPE_USAGE float32 & b2Vec2::operator()(int32) -> float32 [b2Math.h <77:2 77:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<77:30> [b2Math.h <77:30 77:30>]
|
||||
REFERENCE_TYPE_USAGE float32 & b2Vec2::operator()(int32) -> int32 [b2Math.h <77:24 77:28>]
|
||||
LOCAL_SYMBOL: b2Math.h<78:2> [b2Math.h <78:2 78:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<78:2> [b2Math.h <80:2 80:2>]
|
||||
REFERENCE_USAGE float32 & b2Vec2::operator()(int32) -> float32 b2Vec2::x [b2Math.h <79:12 79:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<77:30> [b2Math.h <79:15 79:15>]
|
||||
SYMBOL_METHOD public void b2Vec2::operator+=(const b2Vec2 &) [b2Math.h <83:2 <83:7 83:17> 86:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator+=(const b2Vec2 &) -> void [b2Math.h <83:2 83:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<83:34> [b2Math.h <83:34 83:34>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator+=(const b2Vec2 &) -> b2Vec2 [b2Math.h <83:26 83:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<84:2> [b2Math.h <84:2 84:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<84:2> [b2Math.h <86:2 86:2>]
|
||||
REFERENCE_USAGE void b2Vec2::operator+=(const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <85:3 85:3>]
|
||||
REFERENCE_USAGE void b2Vec2::operator+=(const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <85:10 85:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<83:34> [b2Math.h <85:8 85:8>]
|
||||
@@ -458,6 +488,8 @@ SYMBOL_METHOD public void b2Vec2::operator-=(const b2Vec2 &) [b2Math.h <89:2 <89
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator-=(const b2Vec2 &) -> void [b2Math.h <89:2 89:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<89:34> [b2Math.h <89:34 89:34>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator-=(const b2Vec2 &) -> b2Vec2 [b2Math.h <89:26 89:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<90:2> [b2Math.h <90:2 90:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<90:2> [b2Math.h <92:2 92:2>]
|
||||
REFERENCE_USAGE void b2Vec2::operator-=(const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <91:3 91:3>]
|
||||
REFERENCE_USAGE void b2Vec2::operator-=(const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <91:10 91:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<89:34> [b2Math.h <91:8 91:8>]
|
||||
@@ -468,12 +500,16 @@ SYMBOL_METHOD public void b2Vec2::operator*=(float32) [b2Math.h <95:2 <95:7 95:1
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator*=(float32) -> void [b2Math.h <95:2 95:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<95:28> [b2Math.h <95:28 95:28>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec2::operator*=(float32) -> float32 [b2Math.h <95:20 95:26>]
|
||||
LOCAL_SYMBOL: b2Math.h<96:2> [b2Math.h <96:2 96:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<96:2> [b2Math.h <98:2 98:2>]
|
||||
REFERENCE_USAGE void b2Vec2::operator*=(float32) -> float32 b2Vec2::x [b2Math.h <97:3 97:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<95:28> [b2Math.h <97:8 97:8>]
|
||||
REFERENCE_USAGE void b2Vec2::operator*=(float32) -> float32 b2Vec2::y [b2Math.h <97:11 97:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<95:28> [b2Math.h <97:16 97:16>]
|
||||
SYMBOL_METHOD public float32 b2Vec2::Length() const [b2Math.h <101:2 <101:10 101:15> 104:2>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::Length() const -> float32 [b2Math.h <101:2 101:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<102:2> [b2Math.h <102:2 102:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<102:2> [b2Math.h <104:2 104:2>]
|
||||
SYMBOL_FUNCTION float sqrtf(float)
|
||||
REFERENCE_CALL float32 b2Vec2::Length() const -> float sqrtf(float) [b2Math.h <103:10 103:15>]
|
||||
REFERENCE_USAGE float32 b2Vec2::Length() const -> float32 b2Vec2::x [b2Math.h <103:17 103:17>]
|
||||
@@ -482,17 +518,23 @@ REFERENCE_USAGE float32 b2Vec2::Length() const -> float32 b2Vec2::y [b2Math.h <1
|
||||
REFERENCE_USAGE float32 b2Vec2::Length() const -> float32 b2Vec2::y [b2Math.h <103:29 103:29>]
|
||||
SYMBOL_METHOD public float32 b2Vec2::LengthSquared() const [b2Math.h <108:2 <108:10 108:22> 111:2>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::LengthSquared() const -> float32 [b2Math.h <108:2 108:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<109:2> [b2Math.h <109:2 109:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<109:2> [b2Math.h <111:2 111:2>]
|
||||
REFERENCE_USAGE float32 b2Vec2::LengthSquared() const -> float32 b2Vec2::x [b2Math.h <110:10 110:10>]
|
||||
REFERENCE_USAGE float32 b2Vec2::LengthSquared() const -> float32 b2Vec2::x [b2Math.h <110:14 110:14>]
|
||||
REFERENCE_USAGE float32 b2Vec2::LengthSquared() const -> float32 b2Vec2::y [b2Math.h <110:18 110:18>]
|
||||
REFERENCE_USAGE float32 b2Vec2::LengthSquared() const -> float32 b2Vec2::y [b2Math.h <110:22 110:22>]
|
||||
SYMBOL_METHOD public float32 b2Vec2::Normalize() [b2Math.h <114:2 <114:10 114:18> 126:2>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::Normalize() -> float32 [b2Math.h <114:2 114:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<115:2> [b2Math.h <115:2 115:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<115:2> [b2Math.h <126:2 126:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<116:11> [b2Math.h <116:11 116:16>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::Normalize() -> float32 [b2Math.h <116:3 116:9>]
|
||||
SYMBOL_FUNCTION float32 b2Vec2::Length() const
|
||||
REFERENCE_CALL float32 b2Vec2::Normalize() -> float32 b2Vec2::Length() const [b2Math.h <116:20 116:25>]
|
||||
LOCAL_SYMBOL: b2Math.h<116:11> [b2Math.h <117:7 117:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<118:3> [b2Math.h <118:3 118:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<118:3> [b2Math.h <120:3 120:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<121:11> [b2Math.h <121:11 121:19>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Vec2::Normalize() -> float32 [b2Math.h <121:3 121:9>]
|
||||
LOCAL_SYMBOL: b2Math.h<116:11> [b2Math.h <121:30 121:35>]
|
||||
@@ -503,6 +545,8 @@ LOCAL_SYMBOL: b2Math.h<121:11> [b2Math.h <123:8 123:16>]
|
||||
LOCAL_SYMBOL: b2Math.h<116:11> [b2Math.h <125:10 125:15>]
|
||||
SYMBOL_METHOD public bool b2Vec2::IsValid() const [b2Math.h <129:2 <129:7 129:13> 132:2>]
|
||||
REFERENCE_TYPE_USAGE bool b2Vec2::IsValid() const -> bool [b2Math.h <129:2 129:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<130:2> [b2Math.h <130:2 130:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<130:2> [b2Math.h <132:2 132:2>]
|
||||
SYMBOL_FUNCTION bool b2IsValid(float32)
|
||||
REFERENCE_CALL bool b2Vec2::IsValid() const -> bool b2IsValid(float32) [b2Math.h <131:10 131:18>]
|
||||
REFERENCE_USAGE bool b2Vec2::IsValid() const -> float32 b2Vec2::x [b2Math.h <131:20 131:20>]
|
||||
@@ -510,6 +554,8 @@ REFERENCE_CALL bool b2Vec2::IsValid() const -> bool b2IsValid(float32) [b2Math.h
|
||||
REFERENCE_USAGE bool b2Vec2::IsValid() const -> float32 b2Vec2::y [b2Math.h <131:36 131:36>]
|
||||
SYMBOL_METHOD public b2Vec2 b2Vec2::Skew() const [b2Math.h <135:2 <135:9 135:12> 138:2>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Vec2::Skew() const -> b2Vec2 [b2Math.h <135:2 135:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<136:2> [b2Math.h <136:2 136:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<136:2> [b2Math.h <138:2 138:2>]
|
||||
SYMBOL_FUNCTION void b2Vec2::b2Vec2(float32, float32)
|
||||
REFERENCE_CALL b2Vec2 b2Vec2::Skew() const -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <137:10 137:15>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Vec2::Skew() const -> b2Vec2 [b2Math.h <137:10 137:15>]
|
||||
@@ -536,7 +582,11 @@ REFERENCE_USAGE b2Vec2 & b2Vec2::operator=(b2Vec2 &&) -> float32 b2Vec2::x [b2Ma
|
||||
REFERENCE_TYPE_USAGE b2Vec2 & b2Vec2::operator=(b2Vec2 &&) -> b2Vec2 [b2Math.h <53:8 53:13>]
|
||||
REFERENCE_USAGE b2Vec2 & b2Vec2::operator=(b2Vec2 &&) -> float32 b2Vec2::y [b2Math.h <53:8 53:13>]
|
||||
SYMBOL_STRUCT b2Vec3 [b2Math.h <144:1 <144:8 144:13> 180:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<145:1> [b2Math.h <145:1 145:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<145:1> [b2Math.h <180:1 180:1>]
|
||||
SYMBOL_METHOD public void b2Vec3::b2Vec3() [b2Math.h <147:2 <147:2 147:7> 147:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<147:11> [b2Math.h <147:11 147:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<147:11> [b2Math.h <147:12 147:12>]
|
||||
SYMBOL_METHOD public void b2Vec3::b2Vec3(float32, float32, float32) [b2Math.h <150:2 <150:2 150:7> 150:74>]
|
||||
LOCAL_SYMBOL: b2Math.h<150:17> [b2Math.h <150:17 150:19>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::b2Vec3(float32, float32, float32) -> float32 [b2Math.h <150:9 150:15>]
|
||||
@@ -550,8 +600,12 @@ REFERENCE_USAGE void b2Vec3::b2Vec3(float32, float32, float32) -> float32 b2Vec3
|
||||
LOCAL_SYMBOL: b2Math.h<150:30> [b2Math.h <150:60 150:62>]
|
||||
REFERENCE_USAGE void b2Vec3::b2Vec3(float32, float32, float32) -> float32 b2Vec3::z [b2Math.h <150:66 150:66>]
|
||||
LOCAL_SYMBOL: b2Math.h<150:43> [b2Math.h <150:68 150:70>]
|
||||
LOCAL_SYMBOL: b2Math.h<150:73> [b2Math.h <150:73 150:73>]
|
||||
LOCAL_SYMBOL: b2Math.h<150:73> [b2Math.h <150:74 150:74>]
|
||||
SYMBOL_METHOD public void b2Vec3::SetZero() [b2Math.h <153:2 <153:7 153:13> 153:49>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::SetZero() -> void [b2Math.h <153:2 153:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<153:17> [b2Math.h <153:17 153:17>]
|
||||
LOCAL_SYMBOL: b2Math.h<153:17> [b2Math.h <153:49 153:49>]
|
||||
REFERENCE_USAGE void b2Vec3::SetZero() -> float32 b2Vec3::x [b2Math.h <153:19 153:19>]
|
||||
REFERENCE_USAGE void b2Vec3::SetZero() -> float32 b2Vec3::y [b2Math.h <153:29 153:29>]
|
||||
REFERENCE_USAGE void b2Vec3::SetZero() -> float32 b2Vec3::z [b2Math.h <153:39 153:39>]
|
||||
@@ -563,6 +617,8 @@ LOCAL_SYMBOL: b2Math.h<156:31> [b2Math.h <156:31 156:32>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::Set(float32, float32, float32) -> float32 [b2Math.h <156:23 156:29>]
|
||||
LOCAL_SYMBOL: b2Math.h<156:43> [b2Math.h <156:43 156:44>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::Set(float32, float32, float32) -> float32 [b2Math.h <156:35 156:41>]
|
||||
LOCAL_SYMBOL: b2Math.h<156:47> [b2Math.h <156:47 156:47>]
|
||||
LOCAL_SYMBOL: b2Math.h<156:47> [b2Math.h <156:73 156:73>]
|
||||
REFERENCE_USAGE void b2Vec3::Set(float32, float32, float32) -> float32 b2Vec3::x [b2Math.h <156:49 156:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<156:19> [b2Math.h <156:53 156:54>]
|
||||
REFERENCE_USAGE void b2Vec3::Set(float32, float32, float32) -> float32 b2Vec3::y [b2Math.h <156:57 156:57>]
|
||||
@@ -571,6 +627,8 @@ REFERENCE_USAGE void b2Vec3::Set(float32, float32, float32) -> float32 b2Vec3::z
|
||||
LOCAL_SYMBOL: b2Math.h<156:43> [b2Math.h <156:69 156:70>]
|
||||
SYMBOL_METHOD public b2Vec3 b2Vec3::operator-() const [b2Math.h <159:2 <159:9 159:18> 159:69>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Vec3::operator-() const -> b2Vec3 [b2Math.h <159:2 159:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<159:28> [b2Math.h <159:28 159:28>]
|
||||
LOCAL_SYMBOL: b2Math.h<159:28> [b2Math.h <159:69 159:69>]
|
||||
LOCAL_SYMBOL: b2Math.h<159:37> [b2Math.h <159:37 159:37>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Vec3::operator-() const -> b2Vec3 [b2Math.h <159:30 159:35>]
|
||||
SYMBOL_FUNCTION void b2Vec3::b2Vec3()
|
||||
@@ -588,6 +646,8 @@ SYMBOL_METHOD public void b2Vec3::operator+=(const b2Vec3 &) [b2Math.h <162:2 <1
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator+=(const b2Vec3 &) -> void [b2Math.h <162:2 162:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<162:34> [b2Math.h <162:34 162:34>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator+=(const b2Vec3 &) -> b2Vec3 [b2Math.h <162:26 162:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<163:2> [b2Math.h <163:2 163:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<163:2> [b2Math.h <165:2 165:2>]
|
||||
REFERENCE_USAGE void b2Vec3::operator+=(const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <164:3 164:3>]
|
||||
REFERENCE_USAGE void b2Vec3::operator+=(const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <164:10 164:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<162:34> [b2Math.h <164:8 164:8>]
|
||||
@@ -601,6 +661,8 @@ SYMBOL_METHOD public void b2Vec3::operator-=(const b2Vec3 &) [b2Math.h <168:2 <1
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator-=(const b2Vec3 &) -> void [b2Math.h <168:2 168:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<168:34> [b2Math.h <168:34 168:34>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator-=(const b2Vec3 &) -> b2Vec3 [b2Math.h <168:26 168:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<169:2> [b2Math.h <169:2 169:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<169:2> [b2Math.h <171:2 171:2>]
|
||||
REFERENCE_USAGE void b2Vec3::operator-=(const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <170:3 170:3>]
|
||||
REFERENCE_USAGE void b2Vec3::operator-=(const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <170:10 170:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<168:34> [b2Math.h <170:8 170:8>]
|
||||
@@ -614,6 +676,8 @@ SYMBOL_METHOD public void b2Vec3::operator*=(float32) [b2Math.h <174:2 <174:7 17
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator*=(float32) -> void [b2Math.h <174:2 174:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<174:28> [b2Math.h <174:28 174:28>]
|
||||
REFERENCE_TYPE_USAGE void b2Vec3::operator*=(float32) -> float32 [b2Math.h <174:20 174:26>]
|
||||
LOCAL_SYMBOL: b2Math.h<175:2> [b2Math.h <175:2 175:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<175:2> [b2Math.h <177:2 177:2>]
|
||||
REFERENCE_USAGE void b2Vec3::operator*=(float32) -> float32 b2Vec3::x [b2Math.h <176:3 176:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<174:28> [b2Math.h <176:8 176:8>]
|
||||
REFERENCE_USAGE void b2Vec3::operator*=(float32) -> float32 b2Vec3::y [b2Math.h <176:11 176:11>]
|
||||
@@ -640,10 +704,14 @@ REFERENCE_USAGE b2Vec3 & b2Vec3::operator=(const b2Vec3 &) -> float32 b2Vec3::z
|
||||
SYMBOL_METHOD public b2Vec3 & b2Vec3::operator=(b2Vec3 &&) [b2Math.h <144:8 144:13>]
|
||||
SYMBOL_METHOD public void b2Vec3::~b2Vec3() [b2Math.h <144:8 144:13>]
|
||||
SYMBOL_STRUCT b2Mat22 [b2Math.h <183:1 <183:8 183:14> 254:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<184:1> [b2Math.h <184:1 184:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<184:1> [b2Math.h <254:1 254:1>]
|
||||
SYMBOL_METHOD public void b2Mat22::b2Mat22() [b2Math.h <186:2 <186:2 186:8> 186:13>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22() -> b2Vec2 b2Mat22::ex [b2Math.h <186:2 186:8>]
|
||||
REFERENCE_CALL void b2Mat22::b2Mat22() -> void b2Vec2::b2Vec2() [b2Math.h <186:2 186:8>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22() -> b2Vec2 b2Mat22::ey [b2Math.h <186:2 186:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<186:12> [b2Math.h <186:12 186:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<186:12> [b2Math.h <186:13 186:13>]
|
||||
SYMBOL_METHOD public void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) [b2Math.h <189:2 <189:2 189:8> 193:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<189:24> [b2Math.h <189:24 189:25>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <189:16 189:21>]
|
||||
@@ -652,6 +720,8 @@ REFERENCE_TYPE_USAGE void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Mat22::ex [b2Math.h <189:2 189:8>]
|
||||
REFERENCE_CALL void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> void b2Vec2::b2Vec2() [b2Math.h <189:2 189:8>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Mat22::ey [b2Math.h <189:2 189:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<190:2> [b2Math.h <190:2 190:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<190:2> [b2Math.h <193:2 193:2>]
|
||||
SYMBOL_FUNCTION b2Vec2 & b2Vec2::operator=(const b2Vec2 &)
|
||||
REFERENCE_CALL void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 & b2Vec2::operator=(const b2Vec2 &) [b2Math.h <191:6 191:6>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Mat22::ex [b2Math.h <191:3 191:4>]
|
||||
@@ -671,6 +741,8 @@ REFERENCE_TYPE_USAGE void b2Mat22::b2Mat22(float32, float32, float32, float32) -
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(float32, float32, float32, float32) -> b2Vec2 b2Mat22::ex [b2Math.h <196:2 196:8>]
|
||||
REFERENCE_CALL void b2Mat22::b2Mat22(float32, float32, float32, float32) -> void b2Vec2::b2Vec2() [b2Math.h <196:2 196:8>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(float32, float32, float32, float32) -> b2Vec2 b2Mat22::ey [b2Math.h <196:2 196:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<197:2> [b2Math.h <197:2 197:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<197:2> [b2Math.h <200:2 200:2>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(float32, float32, float32, float32) -> float32 b2Vec2::x [b2Math.h <198:6 198:6>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(float32, float32, float32, float32) -> b2Vec2 b2Mat22::ex [b2Math.h <198:3 198:4>]
|
||||
LOCAL_SYMBOL: b2Math.h<196:18> [b2Math.h <198:10 198:12>]
|
||||
@@ -689,6 +761,8 @@ LOCAL_SYMBOL: b2Math.h<203:25> [b2Math.h <203:25 203:26>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat22::Set(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <203:17 203:22>]
|
||||
LOCAL_SYMBOL: b2Math.h<203:43> [b2Math.h <203:43 203:44>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat22::Set(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <203:35 203:40>]
|
||||
LOCAL_SYMBOL: b2Math.h<204:2> [b2Math.h <204:2 204:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<204:2> [b2Math.h <207:2 207:2>]
|
||||
REFERENCE_CALL void b2Mat22::Set(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 & b2Vec2::operator=(const b2Vec2 &) [b2Math.h <205:6 205:6>]
|
||||
REFERENCE_USAGE void b2Mat22::Set(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Mat22::ex [b2Math.h <205:3 205:4>]
|
||||
LOCAL_SYMBOL: b2Math.h<203:25> [b2Math.h <205:8 205:9>]
|
||||
@@ -697,6 +771,8 @@ REFERENCE_USAGE void b2Mat22::Set(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Ma
|
||||
LOCAL_SYMBOL: b2Math.h<203:43> [b2Math.h <206:8 206:9>]
|
||||
SYMBOL_METHOD public void b2Mat22::SetIdentity() [b2Math.h <210:2 <210:7 210:17> 214:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat22::SetIdentity() -> void [b2Math.h <210:2 210:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<211:2> [b2Math.h <211:2 211:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<211:2> [b2Math.h <214:2 214:2>]
|
||||
REFERENCE_USAGE void b2Mat22::SetIdentity() -> float32 b2Vec2::x [b2Math.h <212:6 212:6>]
|
||||
REFERENCE_USAGE void b2Mat22::SetIdentity() -> b2Vec2 b2Mat22::ex [b2Math.h <212:3 212:4>]
|
||||
REFERENCE_USAGE void b2Mat22::SetIdentity() -> float32 b2Vec2::x [b2Math.h <212:19 212:19>]
|
||||
@@ -707,6 +783,8 @@ REFERENCE_USAGE void b2Mat22::SetIdentity() -> float32 b2Vec2::y [b2Math.h <213:
|
||||
REFERENCE_USAGE void b2Mat22::SetIdentity() -> b2Vec2 b2Mat22::ey [b2Math.h <213:16 213:17>]
|
||||
SYMBOL_METHOD public void b2Mat22::SetZero() [b2Math.h <217:2 <217:7 217:13> 221:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat22::SetZero() -> void [b2Math.h <217:2 217:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<218:2> [b2Math.h <218:2 218:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<218:2> [b2Math.h <221:2 221:2>]
|
||||
REFERENCE_USAGE void b2Mat22::SetZero() -> float32 b2Vec2::x [b2Math.h <219:6 219:6>]
|
||||
REFERENCE_USAGE void b2Mat22::SetZero() -> b2Vec2 b2Mat22::ex [b2Math.h <219:3 219:4>]
|
||||
REFERENCE_USAGE void b2Mat22::SetZero() -> float32 b2Vec2::x [b2Math.h <219:19 219:19>]
|
||||
@@ -717,6 +795,8 @@ REFERENCE_USAGE void b2Mat22::SetZero() -> float32 b2Vec2::y [b2Math.h <220:19 2
|
||||
REFERENCE_USAGE void b2Mat22::SetZero() -> b2Vec2 b2Mat22::ey [b2Math.h <220:16 220:17>]
|
||||
SYMBOL_METHOD public b2Mat22 b2Mat22::GetInverse() const [b2Math.h <223:2 <223:10 223:19> 235:2>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Mat22::GetInverse() const -> b2Mat22 [b2Math.h <223:2 223:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<224:2> [b2Math.h <224:2 224:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<224:2> [b2Math.h <235:2 235:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<225:11> [b2Math.h <225:11 225:11>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Mat22::GetInverse() const -> float32 [b2Math.h <225:3 225:9>]
|
||||
REFERENCE_USAGE b2Mat22 b2Mat22::GetInverse() const -> float32 b2Vec2::x [b2Math.h <225:18 225:18>]
|
||||
@@ -741,6 +821,8 @@ LOCAL_SYMBOL: b2Math.h<225:41> [b2Math.h <227:21 227:21>]
|
||||
LOCAL_SYMBOL: b2Math.h<225:21> [b2Math.h <227:25 227:25>]
|
||||
LOCAL_SYMBOL: b2Math.h<225:31> [b2Math.h <227:29 227:29>]
|
||||
LOCAL_SYMBOL: b2Math.h<227:11> [b2Math.h <228:7 228:9>]
|
||||
LOCAL_SYMBOL: b2Math.h<229:3> [b2Math.h <229:3 229:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<229:3> [b2Math.h <231:3 231:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<227:11> [b2Math.h <230:4 230:6>]
|
||||
LOCAL_SYMBOL: b2Math.h<227:11> [b2Math.h <230:17 230:19>]
|
||||
REFERENCE_USAGE b2Mat22 b2Mat22::GetInverse() const -> float32 b2Vec2::x [b2Math.h <232:8 232:8>]
|
||||
@@ -770,6 +852,8 @@ SYMBOL_METHOD public b2Vec2 b2Mat22::Solve(const b2Vec2 &) const [b2Math.h <239:
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mat22::Solve(const b2Vec2 &) const -> b2Vec2 [b2Math.h <239:2 239:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<239:29> [b2Math.h <239:29 239:29>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mat22::Solve(const b2Vec2 &) const -> b2Vec2 [b2Math.h <239:21 239:26>]
|
||||
LOCAL_SYMBOL: b2Math.h<240:2> [b2Math.h <240:2 240:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<240:2> [b2Math.h <251:2 251:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<241:11> [b2Math.h <241:11 241:13>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mat22::Solve(const b2Vec2 &) const -> float32 [b2Math.h <241:3 241:9>]
|
||||
REFERENCE_USAGE b2Vec2 b2Mat22::Solve(const b2Vec2 &) const -> float32 b2Vec2::x [b2Math.h <241:20 241:20>]
|
||||
@@ -790,6 +874,8 @@ LOCAL_SYMBOL: b2Math.h<241:47> [b2Math.h <242:23 242:25>]
|
||||
LOCAL_SYMBOL: b2Math.h<241:23> [b2Math.h <242:29 242:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<241:35> [b2Math.h <242:35 242:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<242:11> [b2Math.h <243:7 243:9>]
|
||||
LOCAL_SYMBOL: b2Math.h<244:3> [b2Math.h <244:3 244:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<244:3> [b2Math.h <246:3 246:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<242:11> [b2Math.h <245:4 245:6>]
|
||||
LOCAL_SYMBOL: b2Math.h<242:11> [b2Math.h <245:17 245:19>]
|
||||
LOCAL_SYMBOL: b2Math.h<247:10> [b2Math.h <247:10 247:10>]
|
||||
@@ -828,11 +914,15 @@ LOCAL_SYMBOL: b2Math.h<183:8> [b2Math.h <183:8 183:14>]
|
||||
REFERENCE_USAGE void b2Mat22::b2Mat22(b2Mat22 &&) -> b2Vec2 b2Mat22::ey [b2Math.h <183:8 183:14>]
|
||||
SYMBOL_METHOD public void b2Mat22::~b2Mat22() [b2Math.h <183:8 183:14>]
|
||||
SYMBOL_STRUCT b2Mat33 [b2Math.h <257:1 <257:8 257:14> 296:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<258:1> [b2Math.h <258:1 258:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<258:1> [b2Math.h <296:1 296:1>]
|
||||
SYMBOL_METHOD public void b2Mat33::b2Mat33() [b2Math.h <260:2 <260:2 260:8> 260:13>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33() -> b2Vec3 b2Mat33::ex [b2Math.h <260:2 260:8>]
|
||||
REFERENCE_CALL void b2Mat33::b2Mat33() -> void b2Vec3::b2Vec3() [b2Math.h <260:2 260:8>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33() -> b2Vec3 b2Mat33::ey [b2Math.h <260:2 260:8>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33() -> b2Vec3 b2Mat33::ez [b2Math.h <260:2 260:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<260:12> [b2Math.h <260:12 260:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<260:12> [b2Math.h <260:13 260:13>]
|
||||
SYMBOL_METHOD public void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) [b2Math.h <263:2 <263:2 263:8> 268:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<263:24> [b2Math.h <263:24 263:25>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <263:16 263:21>]
|
||||
@@ -844,6 +934,8 @@ REFERENCE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Ve
|
||||
REFERENCE_CALL void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> void b2Vec3::b2Vec3() [b2Math.h <263:2 263:8>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> b2Vec3 b2Mat33::ey [b2Math.h <263:2 263:8>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> b2Vec3 b2Mat33::ez [b2Math.h <263:2 263:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<264:2> [b2Math.h <264:2 264:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<264:2> [b2Math.h <268:2 268:2>]
|
||||
SYMBOL_FUNCTION b2Vec3 & b2Vec3::operator=(const b2Vec3 &)
|
||||
REFERENCE_CALL void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> b2Vec3 & b2Vec3::operator=(const b2Vec3 &) [b2Math.h <265:6 265:6>]
|
||||
REFERENCE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Vec3 &) -> b2Vec3 b2Mat33::ex [b2Math.h <265:3 265:4>]
|
||||
@@ -856,6 +948,8 @@ REFERENCE_USAGE void b2Mat33::b2Mat33(const b2Vec3 &, const b2Vec3 &, const b2Ve
|
||||
LOCAL_SYMBOL: b2Math.h<263:60> [b2Math.h <267:8 267:9>]
|
||||
SYMBOL_METHOD public void b2Mat33::SetZero() [b2Math.h <271:2 <271:7 271:13> 276:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Mat33::SetZero() -> void [b2Math.h <271:2 271:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<272:2> [b2Math.h <272:2 272:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<272:2> [b2Math.h <276:2 276:2>]
|
||||
SYMBOL_FUNCTION void b2Vec3::SetZero()
|
||||
REFERENCE_CALL void b2Mat33::SetZero() -> void b2Vec3::SetZero() [b2Math.h <273:6 273:12>]
|
||||
REFERENCE_USAGE void b2Mat33::SetZero() -> b2Vec3 b2Mat33::ex [b2Math.h <273:3 273:4>]
|
||||
@@ -888,10 +982,16 @@ REFERENCE_TYPE_USAGE b2Vec3 b2Mat33::ez -> b2Vec3 [b2Math.h <295:2 295:7>]
|
||||
SYMBOL_METHOD public void b2Mat33::b2Mat33(const b2Mat33 &) [b2Math.h <257:8 257:14>]
|
||||
SYMBOL_METHOD public void b2Mat33::b2Mat33(b2Mat33 &&) [b2Math.h <257:8 257:14>]
|
||||
SYMBOL_STRUCT b2Rot [b2Math.h <299:1 <299:8 299:12> 346:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<300:1> [b2Math.h <300:1 300:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<300:1> [b2Math.h <346:1 346:1>]
|
||||
SYMBOL_METHOD public void b2Rot::b2Rot() [b2Math.h <301:2 <301:2 301:6> 301:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<301:10> [b2Math.h <301:10 301:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<301:10> [b2Math.h <301:11 301:11>]
|
||||
SYMBOL_METHOD public void b2Rot::b2Rot(float32) [b2Math.h <304:2 <304:11 304:15> 309:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<304:25> [b2Math.h <304:25 304:29>]
|
||||
REFERENCE_TYPE_USAGE void b2Rot::b2Rot(float32) -> float32 [b2Math.h <304:17 304:23>]
|
||||
LOCAL_SYMBOL: b2Math.h<305:2> [b2Math.h <305:2 305:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<305:2> [b2Math.h <309:2 309:2>]
|
||||
REFERENCE_USAGE void b2Rot::b2Rot(float32) -> float32 b2Rot::s [b2Math.h <307:3 307:3>]
|
||||
SYMBOL_FUNCTION float sinf(float)
|
||||
REFERENCE_CALL void b2Rot::b2Rot(float32) -> float sinf(float) [b2Math.h <307:7 307:10>]
|
||||
@@ -904,6 +1004,8 @@ SYMBOL_METHOD public void b2Rot::Set(float32) [b2Math.h <312:2 <312:7 312:9> 317
|
||||
REFERENCE_TYPE_USAGE void b2Rot::Set(float32) -> void [b2Math.h <312:2 312:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<312:19> [b2Math.h <312:19 312:23>]
|
||||
REFERENCE_TYPE_USAGE void b2Rot::Set(float32) -> float32 [b2Math.h <312:11 312:17>]
|
||||
LOCAL_SYMBOL: b2Math.h<313:2> [b2Math.h <313:2 313:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<313:2> [b2Math.h <317:2 317:2>]
|
||||
REFERENCE_USAGE void b2Rot::Set(float32) -> float32 b2Rot::s [b2Math.h <315:3 315:3>]
|
||||
REFERENCE_CALL void b2Rot::Set(float32) -> float sinf(float) [b2Math.h <315:7 315:10>]
|
||||
LOCAL_SYMBOL: b2Math.h<312:19> [b2Math.h <315:12 315:16>]
|
||||
@@ -912,22 +1014,30 @@ REFERENCE_CALL void b2Rot::Set(float32) -> float cosf(float) [b2Math.h <316:7 31
|
||||
LOCAL_SYMBOL: b2Math.h<312:19> [b2Math.h <316:12 316:16>]
|
||||
SYMBOL_METHOD public void b2Rot::SetIdentity() [b2Math.h <320:2 <320:7 320:17> 324:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Rot::SetIdentity() -> void [b2Math.h <320:2 320:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<321:2> [b2Math.h <321:2 321:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<321:2> [b2Math.h <324:2 324:2>]
|
||||
REFERENCE_USAGE void b2Rot::SetIdentity() -> float32 b2Rot::s [b2Math.h <322:3 322:3>]
|
||||
REFERENCE_USAGE void b2Rot::SetIdentity() -> float32 b2Rot::c [b2Math.h <323:3 323:3>]
|
||||
SYMBOL_METHOD public float32 b2Rot::GetAngle() const [b2Math.h <327:2 <327:10 327:17> 330:2>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Rot::GetAngle() const -> float32 [b2Math.h <327:2 327:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<328:2> [b2Math.h <328:2 328:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<328:2> [b2Math.h <330:2 330:2>]
|
||||
SYMBOL_FUNCTION float atan2f(float, float)
|
||||
REFERENCE_CALL float32 b2Rot::GetAngle() const -> float atan2f(float, float) [b2Math.h <329:10 329:16>]
|
||||
REFERENCE_USAGE float32 b2Rot::GetAngle() const -> float32 b2Rot::s [b2Math.h <329:18 329:18>]
|
||||
REFERENCE_USAGE float32 b2Rot::GetAngle() const -> float32 b2Rot::c [b2Math.h <329:21 329:21>]
|
||||
SYMBOL_METHOD public b2Vec2 b2Rot::GetXAxis() const [b2Math.h <333:2 <333:9 333:16> 336:2>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Rot::GetXAxis() const -> b2Vec2 [b2Math.h <333:2 333:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<334:2> [b2Math.h <334:2 334:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<334:2> [b2Math.h <336:2 336:2>]
|
||||
REFERENCE_CALL b2Vec2 b2Rot::GetXAxis() const -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <335:10 335:15>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Rot::GetXAxis() const -> b2Vec2 [b2Math.h <335:10 335:15>]
|
||||
REFERENCE_USAGE b2Vec2 b2Rot::GetXAxis() const -> float32 b2Rot::c [b2Math.h <335:17 335:17>]
|
||||
REFERENCE_USAGE b2Vec2 b2Rot::GetXAxis() const -> float32 b2Rot::s [b2Math.h <335:20 335:20>]
|
||||
SYMBOL_METHOD public b2Vec2 b2Rot::GetYAxis() const [b2Math.h <339:2 <339:9 339:16> 342:2>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Rot::GetYAxis() const -> b2Vec2 [b2Math.h <339:2 339:7>]
|
||||
LOCAL_SYMBOL: b2Math.h<340:2> [b2Math.h <340:2 340:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<340:2> [b2Math.h <342:2 342:2>]
|
||||
REFERENCE_CALL b2Vec2 b2Rot::GetYAxis() const -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <341:10 341:15>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Rot::GetYAxis() const -> b2Vec2 [b2Math.h <341:10 341:15>]
|
||||
REFERENCE_USAGE b2Vec2 b2Rot::GetYAxis() const -> float32 b2Rot::s [b2Math.h <341:18 341:18>]
|
||||
@@ -951,12 +1061,16 @@ REFERENCE_USAGE b2Rot & b2Rot::operator=(b2Rot &&) -> float32 b2Rot::s [b2Math.h
|
||||
REFERENCE_TYPE_USAGE b2Rot & b2Rot::operator=(b2Rot &&) -> b2Rot [b2Math.h <299:8 299:12>]
|
||||
REFERENCE_USAGE b2Rot & b2Rot::operator=(b2Rot &&) -> float32 b2Rot::c [b2Math.h <299:8 299:12>]
|
||||
SYMBOL_STRUCT b2Transform [b2Math.h <350:1 <350:8 350:18> 374:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<351:1> [b2Math.h <351:1 351:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<351:1> [b2Math.h <374:1 374:1>]
|
||||
SYMBOL_METHOD public void b2Transform::b2Transform() [b2Math.h <353:2 <353:2 353:12> 353:17>]
|
||||
REFERENCE_USAGE void b2Transform::b2Transform() -> b2Vec2 b2Transform::p [b2Math.h <353:2 353:12>]
|
||||
REFERENCE_CALL void b2Transform::b2Transform() -> void b2Vec2::b2Vec2() [b2Math.h <353:2 353:12>]
|
||||
REFERENCE_USAGE void b2Transform::b2Transform() -> b2Rot b2Transform::q [b2Math.h <353:2 353:12>]
|
||||
SYMBOL_FUNCTION void b2Rot::b2Rot()
|
||||
REFERENCE_CALL void b2Transform::b2Transform() -> void b2Rot::b2Rot() [b2Math.h <353:2 353:12>]
|
||||
LOCAL_SYMBOL: b2Math.h<353:16> [b2Math.h <353:16 353:16>]
|
||||
LOCAL_SYMBOL: b2Math.h<353:16> [b2Math.h <353:17 353:17>]
|
||||
SYMBOL_METHOD public void b2Transform::b2Transform(const b2Vec2 &, const b2Rot &) [b2Math.h <356:2 <356:2 356:12> 356:89>]
|
||||
LOCAL_SYMBOL: b2Math.h<356:28> [b2Math.h <356:28 356:35>]
|
||||
REFERENCE_TYPE_USAGE void b2Transform::b2Transform(const b2Vec2 &, const b2Rot &) -> b2Vec2 [b2Math.h <356:20 356:25>]
|
||||
@@ -970,8 +1084,12 @@ REFERENCE_USAGE void b2Transform::b2Transform(const b2Vec2 &, const b2Rot &) ->
|
||||
SYMBOL_FUNCTION void b2Rot::b2Rot(const b2Rot &)
|
||||
REFERENCE_CALL void b2Transform::b2Transform(const b2Vec2 &, const b2Rot &) -> void b2Rot::b2Rot(const b2Rot &) [b2Math.h <356:76 356:76>]
|
||||
LOCAL_SYMBOL: b2Math.h<356:51> [b2Math.h <356:78 356:85>]
|
||||
LOCAL_SYMBOL: b2Math.h<356:88> [b2Math.h <356:88 356:88>]
|
||||
LOCAL_SYMBOL: b2Math.h<356:88> [b2Math.h <356:89 356:89>]
|
||||
SYMBOL_METHOD public void b2Transform::SetIdentity() [b2Math.h <359:2 <359:7 359:17> 363:2>]
|
||||
REFERENCE_TYPE_USAGE void b2Transform::SetIdentity() -> void [b2Math.h <359:2 359:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<360:2> [b2Math.h <360:2 360:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<360:2> [b2Math.h <363:2 363:2>]
|
||||
SYMBOL_FUNCTION void b2Vec2::SetZero()
|
||||
REFERENCE_CALL void b2Transform::SetIdentity() -> void b2Vec2::SetZero() [b2Math.h <361:5 361:11>]
|
||||
REFERENCE_USAGE void b2Transform::SetIdentity() -> b2Vec2 b2Transform::p [b2Math.h <361:3 361:3>]
|
||||
@@ -984,6 +1102,8 @@ LOCAL_SYMBOL: b2Math.h<366:25> [b2Math.h <366:25 366:32>]
|
||||
REFERENCE_TYPE_USAGE void b2Transform::Set(const b2Vec2 &, float32) -> b2Vec2 [b2Math.h <366:17 366:22>]
|
||||
LOCAL_SYMBOL: b2Math.h<366:43> [b2Math.h <366:43 366:47>]
|
||||
REFERENCE_TYPE_USAGE void b2Transform::Set(const b2Vec2 &, float32) -> float32 [b2Math.h <366:35 366:41>]
|
||||
LOCAL_SYMBOL: b2Math.h<367:2> [b2Math.h <367:2 367:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<367:2> [b2Math.h <370:2 370:2>]
|
||||
REFERENCE_CALL void b2Transform::Set(const b2Vec2 &, float32) -> b2Vec2 & b2Vec2::operator=(const b2Vec2 &) [b2Math.h <368:5 368:5>]
|
||||
REFERENCE_USAGE void b2Transform::Set(const b2Vec2 &, float32) -> b2Vec2 b2Transform::p [b2Math.h <368:3 368:3>]
|
||||
LOCAL_SYMBOL: b2Math.h<366:25> [b2Math.h <368:7 368:14>]
|
||||
@@ -1005,6 +1125,8 @@ REFERENCE_USAGE void b2Transform::b2Transform(b2Transform &&) -> b2Rot b2Transfo
|
||||
SYMBOL_FUNCTION void b2Rot::b2Rot(b2Rot &&)
|
||||
REFERENCE_CALL void b2Transform::b2Transform(b2Transform &&) -> void b2Rot::b2Rot(b2Rot &&) [b2Math.h <350:8 350:18>]
|
||||
SYMBOL_STRUCT b2Sweep [b2Math.h <380:1 <380:8 380:14> 400:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<381:1> [b2Math.h <381:1 381:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<381:1> [b2Math.h <400:1 400:1>]
|
||||
SYMBOL_METHOD public void b2Sweep::GetTransform(b2Transform *, float32) const [b2Math.h <384:7 384:18>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::GetTransform(b2Transform *, float32) const -> void [b2Math.h <384:2 384:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<384:33> [b2Math.h <384:33 384:35>]
|
||||
@@ -1037,6 +1159,8 @@ LOCAL_SYMBOL: b2Math.h<406:36> [b2Math.h <406:36 406:36>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Dot(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <406:28 406:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<406:53> [b2Math.h <406:53 406:53>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Dot(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <406:45 406:50>]
|
||||
LOCAL_SYMBOL: b2Math.h<407:1> [b2Math.h <407:1 407:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<407:1> [b2Math.h <409:1 409:1>]
|
||||
REFERENCE_USAGE float32 b2Dot(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <408:11 408:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<406:36> [b2Math.h <408:9 408:9>]
|
||||
REFERENCE_USAGE float32 b2Dot(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <408:17 408:17>]
|
||||
@@ -1051,6 +1175,8 @@ LOCAL_SYMBOL: b2Math.h<412:38> [b2Math.h <412:38 412:38>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Cross(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <412:30 412:35>]
|
||||
LOCAL_SYMBOL: b2Math.h<412:55> [b2Math.h <412:55 412:55>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Cross(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <412:47 412:52>]
|
||||
LOCAL_SYMBOL: b2Math.h<413:1> [b2Math.h <413:1 413:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<413:1> [b2Math.h <415:1 415:1>]
|
||||
REFERENCE_USAGE float32 b2Cross(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <414:11 414:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<412:38> [b2Math.h <414:9 414:9>]
|
||||
REFERENCE_USAGE float32 b2Cross(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::y [b2Math.h <414:17 414:17>]
|
||||
@@ -1065,6 +1191,8 @@ LOCAL_SYMBOL: b2Math.h<419:37> [b2Math.h <419:37 419:37>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(const b2Vec2 &, float32) -> b2Vec2 [b2Math.h <419:29 419:34>]
|
||||
LOCAL_SYMBOL: b2Math.h<419:48> [b2Math.h <419:48 419:48>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(const b2Vec2 &, float32) -> float32 [b2Math.h <419:40 419:46>]
|
||||
LOCAL_SYMBOL: b2Math.h<420:1> [b2Math.h <420:1 420:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<420:1> [b2Math.h <422:1 422:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Cross(const b2Vec2 &, float32) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <421:9 421:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(const b2Vec2 &, float32) -> b2Vec2 [b2Math.h <421:9 421:14>]
|
||||
LOCAL_SYMBOL: b2Math.h<419:48> [b2Math.h <421:16 421:16>]
|
||||
@@ -1079,6 +1207,8 @@ LOCAL_SYMBOL: b2Math.h<426:31> [b2Math.h <426:31 426:31>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(float32, const b2Vec2 &) -> float32 [b2Math.h <426:23 426:29>]
|
||||
LOCAL_SYMBOL: b2Math.h<426:48> [b2Math.h <426:48 426:48>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(float32, const b2Vec2 &) -> b2Vec2 [b2Math.h <426:40 426:45>]
|
||||
LOCAL_SYMBOL: b2Math.h<427:1> [b2Math.h <427:1 427:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<427:1> [b2Math.h <429:1 429:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Cross(float32, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <428:9 428:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Cross(float32, const b2Vec2 &) -> b2Vec2 [b2Math.h <428:9 428:14>]
|
||||
LOCAL_SYMBOL: b2Math.h<426:31> [b2Math.h <428:17 428:17>]
|
||||
@@ -1093,6 +1223,8 @@ LOCAL_SYMBOL: b2Math.h<433:36> [b2Math.h <433:36 433:36>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &) -> b2Mat22 [b2Math.h <433:27 433:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<433:53> [b2Math.h <433:53 433:53>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <433:45 433:50>]
|
||||
LOCAL_SYMBOL: b2Math.h<434:1> [b2Math.h <434:1 434:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<434:1> [b2Math.h <436:1 436:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <435:9 435:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <435:9 435:14>]
|
||||
REFERENCE_USAGE b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <435:21 435:21>]
|
||||
@@ -1121,6 +1253,8 @@ LOCAL_SYMBOL: b2Math.h<440:37> [b2Math.h <440:37 440:37>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Mat22 &, const b2Vec2 &) -> b2Mat22 [b2Math.h <440:28 440:34>]
|
||||
LOCAL_SYMBOL: b2Math.h<440:54> [b2Math.h <440:54 440:54>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Mat22 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <440:46 440:51>]
|
||||
LOCAL_SYMBOL: b2Math.h<441:1> [b2Math.h <441:1 441:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<441:1> [b2Math.h <443:1 443:1>]
|
||||
REFERENCE_CALL b2Vec2 b2MulT(const b2Mat22 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <442:9 442:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Mat22 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <442:9 442:14>]
|
||||
SYMBOL_FUNCTION float32 b2Dot(const b2Vec2 &, const b2Vec2 &)
|
||||
@@ -1138,6 +1272,8 @@ LOCAL_SYMBOL: b2Math.h<446:41> [b2Math.h <446:41 446:41>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator+(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <446:33 446:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<446:58> [b2Math.h <446:58 446:58>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator+(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <446:50 446:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<447:1> [b2Math.h <447:1 447:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<447:1> [b2Math.h <449:1 449:1>]
|
||||
REFERENCE_CALL b2Vec2 operator+(const b2Vec2 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <448:9 448:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator+(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <448:9 448:14>]
|
||||
REFERENCE_USAGE b2Vec2 operator+(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <448:18 448:18>]
|
||||
@@ -1154,6 +1290,8 @@ LOCAL_SYMBOL: b2Math.h<452:41> [b2Math.h <452:41 452:41>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <452:33 452:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<452:58> [b2Math.h <452:58 452:58>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <452:50 452:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<453:1> [b2Math.h <453:1 453:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<453:1> [b2Math.h <455:1 455:1>]
|
||||
REFERENCE_CALL b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <454:9 454:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <454:9 454:14>]
|
||||
REFERENCE_USAGE b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <454:18 454:18>]
|
||||
@@ -1170,6 +1308,8 @@ LOCAL_SYMBOL: b2Math.h<457:35> [b2Math.h <457:35 457:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator*(float32, const b2Vec2 &) -> float32 [b2Math.h <457:27 457:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<457:52> [b2Math.h <457:52 457:52>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator*(float32, const b2Vec2 &) -> b2Vec2 [b2Math.h <457:44 457:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<458:1> [b2Math.h <458:1 458:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<458:1> [b2Math.h <460:1 460:1>]
|
||||
REFERENCE_CALL b2Vec2 operator*(float32, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <459:9 459:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 operator*(float32, const b2Vec2 &) -> b2Vec2 [b2Math.h <459:9 459:14>]
|
||||
LOCAL_SYMBOL: b2Math.h<457:35> [b2Math.h <459:16 459:16>]
|
||||
@@ -1184,6 +1324,8 @@ LOCAL_SYMBOL: b2Math.h<462:40> [b2Math.h <462:40 462:40>]
|
||||
REFERENCE_TYPE_USAGE bool operator==(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <462:32 462:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<462:57> [b2Math.h <462:57 462:57>]
|
||||
REFERENCE_TYPE_USAGE bool operator==(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <462:49 462:54>]
|
||||
LOCAL_SYMBOL: b2Math.h<463:1> [b2Math.h <463:1 463:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<463:1> [b2Math.h <465:1 465:1>]
|
||||
REFERENCE_USAGE bool operator==(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <464:11 464:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<462:40> [b2Math.h <464:9 464:9>]
|
||||
REFERENCE_USAGE bool operator==(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <464:18 464:18>]
|
||||
@@ -1198,6 +1340,8 @@ LOCAL_SYMBOL: b2Math.h<467:40> [b2Math.h <467:40 467:40>]
|
||||
REFERENCE_TYPE_USAGE bool operator!=(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <467:32 467:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<467:57> [b2Math.h <467:57 467:57>]
|
||||
REFERENCE_TYPE_USAGE bool operator!=(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <467:49 467:54>]
|
||||
LOCAL_SYMBOL: b2Math.h<468:1> [b2Math.h <468:1 468:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<468:1> [b2Math.h <470:1 470:1>]
|
||||
REFERENCE_USAGE bool operator!=(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <469:11 469:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<467:40> [b2Math.h <469:9 469:9>]
|
||||
REFERENCE_USAGE bool operator!=(const b2Vec2 &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <469:18 469:18>]
|
||||
@@ -1212,6 +1356,8 @@ LOCAL_SYMBOL: b2Math.h<472:41> [b2Math.h <472:41 472:41>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Distance(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <472:33 472:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<472:58> [b2Math.h <472:58 472:58>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Distance(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <472:50 472:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<473:1> [b2Math.h <473:1 473:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<473:1> [b2Math.h <476:1 476:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<474:9> [b2Math.h <474:9 474:9>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Distance(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <474:2 474:7>]
|
||||
SYMBOL_FUNCTION b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &)
|
||||
@@ -1226,6 +1372,8 @@ LOCAL_SYMBOL: b2Math.h<478:48> [b2Math.h <478:48 478:48>]
|
||||
REFERENCE_TYPE_USAGE float32 b2DistanceSquared(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <478:40 478:45>]
|
||||
LOCAL_SYMBOL: b2Math.h<478:65> [b2Math.h <478:65 478:65>]
|
||||
REFERENCE_TYPE_USAGE float32 b2DistanceSquared(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <478:57 478:62>]
|
||||
LOCAL_SYMBOL: b2Math.h<479:1> [b2Math.h <479:1 479:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<479:1> [b2Math.h <482:1 482:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<480:9> [b2Math.h <480:9 480:9>]
|
||||
REFERENCE_TYPE_USAGE float32 b2DistanceSquared(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <480:2 480:7>]
|
||||
REFERENCE_CALL float32 b2DistanceSquared(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 operator-(const b2Vec2 &, const b2Vec2 &) [b2Math.h <480:15 480:15>]
|
||||
@@ -1240,6 +1388,8 @@ LOCAL_SYMBOL: b2Math.h<484:35> [b2Math.h <484:35 484:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator*(float32, const b2Vec3 &) -> float32 [b2Math.h <484:27 484:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<484:52> [b2Math.h <484:52 484:52>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator*(float32, const b2Vec3 &) -> b2Vec3 [b2Math.h <484:44 484:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<485:1> [b2Math.h <485:1 485:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<485:1> [b2Math.h <487:1 487:1>]
|
||||
SYMBOL_FUNCTION void b2Vec3::b2Vec3(float32, float32, float32)
|
||||
REFERENCE_CALL b2Vec3 operator*(float32, const b2Vec3 &) -> void b2Vec3::b2Vec3(float32, float32, float32) [b2Math.h <486:9 486:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator*(float32, const b2Vec3 &) -> b2Vec3 [b2Math.h <486:9 486:14>]
|
||||
@@ -1258,6 +1408,8 @@ LOCAL_SYMBOL: b2Math.h<490:41> [b2Math.h <490:41 490:41>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <490:33 490:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<490:58> [b2Math.h <490:58 490:58>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <490:50 490:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<491:1> [b2Math.h <491:1 491:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<491:1> [b2Math.h <493:1 493:1>]
|
||||
REFERENCE_CALL b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) -> void b2Vec3::b2Vec3(float32, float32, float32) [b2Math.h <492:9 492:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <492:9 492:14>]
|
||||
REFERENCE_USAGE b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <492:18 492:18>]
|
||||
@@ -1278,6 +1430,8 @@ LOCAL_SYMBOL: b2Math.h<496:41> [b2Math.h <496:41 496:41>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator-(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <496:33 496:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<496:58> [b2Math.h <496:58 496:58>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator-(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <496:50 496:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<497:1> [b2Math.h <497:1 497:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<497:1> [b2Math.h <499:1 499:1>]
|
||||
REFERENCE_CALL b2Vec3 operator-(const b2Vec3 &, const b2Vec3 &) -> void b2Vec3::b2Vec3(float32, float32, float32) [b2Math.h <498:9 498:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 operator-(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <498:9 498:14>]
|
||||
REFERENCE_USAGE b2Vec3 operator-(const b2Vec3 &, const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <498:18 498:18>]
|
||||
@@ -1298,6 +1452,8 @@ LOCAL_SYMBOL: b2Math.h<502:36> [b2Math.h <502:36 502:36>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Dot(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <502:28 502:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<502:53> [b2Math.h <502:53 502:53>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Dot(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <502:45 502:50>]
|
||||
LOCAL_SYMBOL: b2Math.h<503:1> [b2Math.h <503:1 503:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<503:1> [b2Math.h <505:1 505:1>]
|
||||
REFERENCE_USAGE float32 b2Dot(const b2Vec3 &, const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <504:11 504:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<502:36> [b2Math.h <504:9 504:9>]
|
||||
REFERENCE_USAGE float32 b2Dot(const b2Vec3 &, const b2Vec3 &) -> float32 b2Vec3::x [b2Math.h <504:17 504:17>]
|
||||
@@ -1316,6 +1472,8 @@ LOCAL_SYMBOL: b2Math.h<508:37> [b2Math.h <508:37 508:37>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Cross(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <508:29 508:34>]
|
||||
LOCAL_SYMBOL: b2Math.h<508:54> [b2Math.h <508:54 508:54>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Cross(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <508:46 508:51>]
|
||||
LOCAL_SYMBOL: b2Math.h<509:1> [b2Math.h <509:1 509:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<509:1> [b2Math.h <511:1 511:1>]
|
||||
REFERENCE_CALL b2Vec3 b2Cross(const b2Vec3 &, const b2Vec3 &) -> void b2Vec3::b2Vec3(float32, float32, float32) [b2Math.h <510:9 510:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Cross(const b2Vec3 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <510:9 510:14>]
|
||||
REFERENCE_USAGE b2Vec3 b2Cross(const b2Vec3 &, const b2Vec3 &) -> float32 b2Vec3::y [b2Math.h <510:18 510:18>]
|
||||
@@ -1348,6 +1506,8 @@ LOCAL_SYMBOL: b2Math.h<513:43> [b2Math.h <513:43 513:43>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 operator+(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <513:34 513:40>]
|
||||
LOCAL_SYMBOL: b2Math.h<513:61> [b2Math.h <513:61 513:61>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 operator+(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <513:52 513:58>]
|
||||
LOCAL_SYMBOL: b2Math.h<514:1> [b2Math.h <514:1 514:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<514:1> [b2Math.h <516:1 516:1>]
|
||||
SYMBOL_FUNCTION void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &)
|
||||
REFERENCE_CALL b2Mat22 operator+(const b2Mat22 &, const b2Mat22 &) -> void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) [b2Math.h <515:9 515:15>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 operator+(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <515:9 515:15>]
|
||||
@@ -1368,6 +1528,8 @@ LOCAL_SYMBOL: b2Math.h<519:37> [b2Math.h <519:37 519:37>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Mul(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <519:28 519:34>]
|
||||
LOCAL_SYMBOL: b2Math.h<519:55> [b2Math.h <519:55 519:55>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Mul(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <519:46 519:52>]
|
||||
LOCAL_SYMBOL: b2Math.h<520:1> [b2Math.h <520:1 520:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<520:1> [b2Math.h <522:1 522:1>]
|
||||
REFERENCE_CALL b2Mat22 b2Mul(const b2Mat22 &, const b2Mat22 &) -> void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) [b2Math.h <521:9 521:15>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Mul(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <521:9 521:15>]
|
||||
SYMBOL_FUNCTION b2Vec2 b2Mul(const b2Mat22 &, const b2Vec2 &)
|
||||
@@ -1385,6 +1547,8 @@ LOCAL_SYMBOL: b2Math.h<525:38> [b2Math.h <525:38 525:38>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2MulT(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <525:29 525:35>]
|
||||
LOCAL_SYMBOL: b2Math.h<525:56> [b2Math.h <525:56 525:56>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2MulT(const b2Mat22 &, const b2Mat22 &) -> b2Mat22 [b2Math.h <525:47 525:53>]
|
||||
LOCAL_SYMBOL: b2Math.h<526:1> [b2Math.h <526:1 526:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<526:1> [b2Math.h <530:1 530:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<527:9> [b2Math.h <527:9 527:10>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2MulT(const b2Mat22 &, const b2Mat22 &) -> b2Vec2 [b2Math.h <527:2 527:7>]
|
||||
REFERENCE_CALL b2Mat22 b2MulT(const b2Mat22 &, const b2Mat22 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <527:9 527:10>]
|
||||
@@ -1421,6 +1585,8 @@ LOCAL_SYMBOL: b2Math.h<533:36> [b2Math.h <533:36 533:36>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Mul(const b2Mat33 &, const b2Vec3 &) -> b2Mat33 [b2Math.h <533:27 533:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<533:53> [b2Math.h <533:53 533:53>]
|
||||
REFERENCE_TYPE_USAGE b2Vec3 b2Mul(const b2Mat33 &, const b2Vec3 &) -> b2Vec3 [b2Math.h <533:45 533:50>]
|
||||
LOCAL_SYMBOL: b2Math.h<534:1> [b2Math.h <534:1 534:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<534:1> [b2Math.h <536:1 536:1>]
|
||||
SYMBOL_FUNCTION b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &)
|
||||
REFERENCE_CALL b2Vec3 b2Mul(const b2Mat33 &, const b2Vec3 &) -> b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) [b2Math.h <535:33 535:33>]
|
||||
REFERENCE_CALL b2Vec3 b2Mul(const b2Mat33 &, const b2Vec3 &) -> b2Vec3 operator+(const b2Vec3 &, const b2Vec3 &) [b2Math.h <535:20 535:20>]
|
||||
@@ -1446,6 +1612,8 @@ LOCAL_SYMBOL: b2Math.h<539:38> [b2Math.h <539:38 539:38>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul22(const b2Mat33 &, const b2Vec2 &) -> b2Mat33 [b2Math.h <539:29 539:35>]
|
||||
LOCAL_SYMBOL: b2Math.h<539:55> [b2Math.h <539:55 539:55>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul22(const b2Mat33 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <539:47 539:52>]
|
||||
LOCAL_SYMBOL: b2Math.h<540:1> [b2Math.h <540:1 540:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<540:1> [b2Math.h <542:1 542:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Mul22(const b2Mat33 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <541:9 541:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul22(const b2Mat33 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <541:9 541:14>]
|
||||
REFERENCE_USAGE b2Vec2 b2Mul22(const b2Mat33 &, const b2Vec2 &) -> float32 b2Vec3::x [b2Math.h <541:21 541:21>]
|
||||
@@ -1474,6 +1642,8 @@ LOCAL_SYMBOL: b2Math.h<545:33> [b2Math.h <545:33 545:33>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2Mul(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <545:26 545:30>]
|
||||
LOCAL_SYMBOL: b2Math.h<545:49> [b2Math.h <545:49 545:49>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2Mul(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <545:42 545:46>]
|
||||
LOCAL_SYMBOL: b2Math.h<546:1> [b2Math.h <546:1 546:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<546:1> [b2Math.h <555:1 555:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<551:8> [b2Math.h <551:8 551:9>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2Mul(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <551:2 551:6>]
|
||||
REFERENCE_CALL b2Rot b2Mul(const b2Rot &, const b2Rot &) -> void b2Rot::b2Rot() [b2Math.h <551:8 551:9>]
|
||||
@@ -1505,6 +1675,8 @@ LOCAL_SYMBOL: b2Math.h<558:34> [b2Math.h <558:34 558:34>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2MulT(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <558:27 558:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<558:50> [b2Math.h <558:50 558:50>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2MulT(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <558:43 558:47>]
|
||||
LOCAL_SYMBOL: b2Math.h<559:1> [b2Math.h <559:1 559:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<559:1> [b2Math.h <568:1 568:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<564:8> [b2Math.h <564:8 564:9>]
|
||||
REFERENCE_TYPE_USAGE b2Rot b2MulT(const b2Rot &, const b2Rot &) -> b2Rot [b2Math.h <564:2 564:6>]
|
||||
REFERENCE_CALL b2Rot b2MulT(const b2Rot &, const b2Rot &) -> void b2Rot::b2Rot() [b2Math.h <564:8 564:9>]
|
||||
@@ -1536,6 +1708,8 @@ LOCAL_SYMBOL: b2Math.h<571:34> [b2Math.h <571:34 571:34>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Rot &, const b2Vec2 &) -> b2Rot [b2Math.h <571:27 571:31>]
|
||||
LOCAL_SYMBOL: b2Math.h<571:51> [b2Math.h <571:51 571:51>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Rot &, const b2Vec2 &) -> b2Vec2 [b2Math.h <571:43 571:48>]
|
||||
LOCAL_SYMBOL: b2Math.h<572:1> [b2Math.h <572:1 572:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<572:1> [b2Math.h <574:1 574:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Mul(const b2Rot &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <573:9 573:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Rot &, const b2Vec2 &) -> b2Vec2 [b2Math.h <573:9 573:14>]
|
||||
REFERENCE_USAGE b2Vec2 b2Mul(const b2Rot &, const b2Vec2 &) -> float32 b2Rot::c [b2Math.h <573:18 573:18>]
|
||||
@@ -1560,6 +1734,8 @@ LOCAL_SYMBOL: b2Math.h<577:35> [b2Math.h <577:35 577:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Rot &, const b2Vec2 &) -> b2Rot [b2Math.h <577:28 577:32>]
|
||||
LOCAL_SYMBOL: b2Math.h<577:52> [b2Math.h <577:52 577:52>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Rot &, const b2Vec2 &) -> b2Vec2 [b2Math.h <577:44 577:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<578:1> [b2Math.h <578:1 578:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<578:1> [b2Math.h <580:1 580:1>]
|
||||
REFERENCE_CALL b2Vec2 b2MulT(const b2Rot &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <579:9 579:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Rot &, const b2Vec2 &) -> b2Vec2 [b2Math.h <579:9 579:14>]
|
||||
REFERENCE_USAGE b2Vec2 b2MulT(const b2Rot &, const b2Vec2 &) -> float32 b2Rot::c [b2Math.h <579:18 579:18>]
|
||||
@@ -1584,6 +1760,8 @@ LOCAL_SYMBOL: b2Math.h<582:40> [b2Math.h <582:40 582:40>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Transform &, const b2Vec2 &) -> b2Transform [b2Math.h <582:27 582:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<582:57> [b2Math.h <582:57 582:57>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Transform &, const b2Vec2 &) -> b2Vec2 [b2Math.h <582:49 582:54>]
|
||||
LOCAL_SYMBOL: b2Math.h<583:1> [b2Math.h <583:1 583:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<583:1> [b2Math.h <588:1 588:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<584:10> [b2Math.h <584:10 584:10>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Mul(const b2Transform &, const b2Vec2 &) -> float32 [b2Math.h <584:2 584:8>]
|
||||
REFERENCE_USAGE b2Vec2 b2Mul(const b2Transform &, const b2Vec2 &) -> float32 b2Rot::c [b2Math.h <584:19 584:19>]
|
||||
@@ -1624,6 +1802,8 @@ LOCAL_SYMBOL: b2Math.h<590:41> [b2Math.h <590:41 590:41>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Transform &, const b2Vec2 &) -> b2Transform [b2Math.h <590:28 590:38>]
|
||||
LOCAL_SYMBOL: b2Math.h<590:58> [b2Math.h <590:58 590:58>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Transform &, const b2Vec2 &) -> b2Vec2 [b2Math.h <590:50 590:55>]
|
||||
LOCAL_SYMBOL: b2Math.h<591:1> [b2Math.h <591:1 591:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<591:1> [b2Math.h <598:1 598:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<592:10> [b2Math.h <592:10 592:11>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2MulT(const b2Transform &, const b2Vec2 &) -> float32 [b2Math.h <592:2 592:8>]
|
||||
REFERENCE_USAGE b2Vec2 b2MulT(const b2Transform &, const b2Vec2 &) -> float32 b2Vec2::x [b2Math.h <592:17 592:17>]
|
||||
@@ -1668,6 +1848,8 @@ LOCAL_SYMBOL: b2Math.h<602:45> [b2Math.h <602:45 602:45>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2Mul(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <602:32 602:42>]
|
||||
LOCAL_SYMBOL: b2Math.h<602:67> [b2Math.h <602:67 602:67>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2Mul(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <602:54 602:64>]
|
||||
LOCAL_SYMBOL: b2Math.h<603:1> [b2Math.h <603:1 603:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<603:1> [b2Math.h <608:1 608:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<604:14> [b2Math.h <604:14 604:14>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2Mul(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <604:2 604:12>]
|
||||
SYMBOL_FUNCTION void b2Transform::b2Transform()
|
||||
@@ -1704,6 +1886,8 @@ LOCAL_SYMBOL: b2Math.h<612:46> [b2Math.h <612:46 612:46>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2MulT(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <612:33 612:43>]
|
||||
LOCAL_SYMBOL: b2Math.h<612:68> [b2Math.h <612:68 612:68>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2MulT(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <612:55 612:65>]
|
||||
LOCAL_SYMBOL: b2Math.h<613:1> [b2Math.h <613:1 613:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<613:1> [b2Math.h <618:1 618:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<614:14> [b2Math.h <614:14 614:14>]
|
||||
REFERENCE_TYPE_USAGE b2Transform b2MulT(const b2Transform &, const b2Transform &) -> b2Transform [b2Math.h <614:2 614:12>]
|
||||
REFERENCE_CALL b2Transform b2MulT(const b2Transform &, const b2Transform &) -> void b2Transform::b2Transform() [b2Math.h <614:14 614:14>]
|
||||
@@ -1735,6 +1919,8 @@ SYMBOL_FUNCTION T b2Abs<typename T>(T) [b2Math.h <620:1 <621:10 621:14> 624:1>]
|
||||
REFERENCE_TYPE_USAGE T b2Abs<typename T>(T) -> b2Abs<typename T>::T [b2Math.h <621:8 621:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<621:18> [b2Math.h <621:18 621:18>]
|
||||
REFERENCE_TYPE_USAGE T b2Abs<typename T>(T) -> b2Abs<typename T>::T [b2Math.h <621:16 621:16>]
|
||||
LOCAL_SYMBOL: b2Math.h<622:1> [b2Math.h <622:1 622:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<622:1> [b2Math.h <624:1 624:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<621:18> [b2Math.h <623:9 623:9>]
|
||||
REFERENCE_TYPE_USAGE T b2Abs<typename T>(T) -> b2Abs<typename T>::T [b2Math.h <623:13 623:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<621:18> [b2Math.h <623:20 623:20>]
|
||||
@@ -1748,6 +1934,8 @@ SYMBOL_FUNCTION b2Vec2 b2Abs(const b2Vec2 &) [b2Math.h <626:1 <626:15 626:19> 62
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Abs(const b2Vec2 &) -> b2Vec2 [b2Math.h <626:8 626:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<626:35> [b2Math.h <626:35 626:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Abs(const b2Vec2 &) -> b2Vec2 [b2Math.h <626:27 626:32>]
|
||||
LOCAL_SYMBOL: b2Math.h<627:1> [b2Math.h <627:1 627:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<627:1> [b2Math.h <629:1 629:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Abs(const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <628:9 628:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Abs(const b2Vec2 &) -> b2Vec2 [b2Math.h <628:9 628:14>]
|
||||
SYMBOL_FUNCTION float b2Abs<float>(float)
|
||||
@@ -1761,6 +1949,8 @@ SYMBOL_FUNCTION b2Mat22 b2Abs(const b2Mat22 &) [b2Math.h <631:1 <631:16 631:20>
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Abs(const b2Mat22 &) -> b2Mat22 [b2Math.h <631:8 631:14>]
|
||||
LOCAL_SYMBOL: b2Math.h<631:37> [b2Math.h <631:37 631:37>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Abs(const b2Mat22 &) -> b2Mat22 [b2Math.h <631:28 631:34>]
|
||||
LOCAL_SYMBOL: b2Math.h<632:1> [b2Math.h <632:1 632:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<632:1> [b2Math.h <634:1 634:1>]
|
||||
REFERENCE_CALL b2Mat22 b2Abs(const b2Mat22 &) -> void b2Mat22::b2Mat22(const b2Vec2 &, const b2Vec2 &) [b2Math.h <633:9 633:15>]
|
||||
REFERENCE_TYPE_USAGE b2Mat22 b2Abs(const b2Mat22 &) -> b2Mat22 [b2Math.h <633:9 633:15>]
|
||||
SYMBOL_FUNCTION b2Vec2 b2Abs(const b2Vec2 &)
|
||||
@@ -1777,6 +1967,8 @@ LOCAL_SYMBOL: b2Math.h<637:18> [b2Math.h <637:18 637:18>]
|
||||
REFERENCE_TYPE_USAGE T b2Min<typename T>(T, T) -> b2Min<typename T>::T [b2Math.h <637:16 637:16>]
|
||||
LOCAL_SYMBOL: b2Math.h<637:23> [b2Math.h <637:23 637:23>]
|
||||
REFERENCE_TYPE_USAGE T b2Min<typename T>(T, T) -> b2Min<typename T>::T [b2Math.h <637:21 637:21>]
|
||||
LOCAL_SYMBOL: b2Math.h<638:1> [b2Math.h <638:1 638:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<638:1> [b2Math.h <640:1 640:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<637:18> [b2Math.h <639:9 639:9>]
|
||||
LOCAL_SYMBOL: b2Math.h<637:23> [b2Math.h <639:13 639:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<637:18> [b2Math.h <639:17 639:17>]
|
||||
@@ -1792,6 +1984,8 @@ LOCAL_SYMBOL: b2Math.h<642:35> [b2Math.h <642:35 642:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Min(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <642:27 642:32>]
|
||||
LOCAL_SYMBOL: b2Math.h<642:52> [b2Math.h <642:52 642:52>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Min(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <642:44 642:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<643:1> [b2Math.h <643:1 643:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<643:1> [b2Math.h <645:1 645:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Min(const b2Vec2 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <644:9 644:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Min(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <644:9 644:14>]
|
||||
SYMBOL_FUNCTION float b2Min<float>(float, float)
|
||||
@@ -1812,6 +2006,8 @@ LOCAL_SYMBOL: b2Math.h<648:18> [b2Math.h <648:18 648:18>]
|
||||
REFERENCE_TYPE_USAGE T b2Max<typename T>(T, T) -> b2Max<typename T>::T [b2Math.h <648:16 648:16>]
|
||||
LOCAL_SYMBOL: b2Math.h<648:23> [b2Math.h <648:23 648:23>]
|
||||
REFERENCE_TYPE_USAGE T b2Max<typename T>(T, T) -> b2Max<typename T>::T [b2Math.h <648:21 648:21>]
|
||||
LOCAL_SYMBOL: b2Math.h<649:1> [b2Math.h <649:1 649:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<649:1> [b2Math.h <651:1 651:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<648:18> [b2Math.h <650:9 650:9>]
|
||||
LOCAL_SYMBOL: b2Math.h<648:23> [b2Math.h <650:13 650:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<648:18> [b2Math.h <650:17 650:17>]
|
||||
@@ -1829,6 +2025,8 @@ LOCAL_SYMBOL: b2Math.h<653:35> [b2Math.h <653:35 653:35>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <653:27 653:32>]
|
||||
LOCAL_SYMBOL: b2Math.h<653:52> [b2Math.h <653:52 653:52>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <653:44 653:49>]
|
||||
LOCAL_SYMBOL: b2Math.h<654:1> [b2Math.h <654:1 654:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<654:1> [b2Math.h <656:1 656:1>]
|
||||
REFERENCE_CALL b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &) -> void b2Vec2::b2Vec2(float32, float32) [b2Math.h <655:9 655:14>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <655:9 655:14>]
|
||||
SYMBOL_FUNCTION float b2Max<float>(float, float)
|
||||
@@ -1851,6 +2049,8 @@ LOCAL_SYMBOL: b2Math.h<659:25> [b2Math.h <659:25 659:27>]
|
||||
REFERENCE_TYPE_USAGE T b2Clamp<typename T>(T, T, T) -> b2Clamp<typename T>::T [b2Math.h <659:23 659:23>]
|
||||
LOCAL_SYMBOL: b2Math.h<659:32> [b2Math.h <659:32 659:35>]
|
||||
REFERENCE_TYPE_USAGE T b2Clamp<typename T>(T, T, T) -> b2Clamp<typename T>::T [b2Math.h <659:30 659:30>]
|
||||
LOCAL_SYMBOL: b2Math.h<660:1> [b2Math.h <660:1 660:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<660:1> [b2Math.h <662:1 662:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<659:25> [b2Math.h <661:15 661:17>]
|
||||
LOCAL_SYMBOL: b2Math.h<659:20> [b2Math.h <661:26 661:26>]
|
||||
LOCAL_SYMBOL: b2Math.h<659:32> [b2Math.h <661:29 661:32>]
|
||||
@@ -1862,6 +2062,8 @@ LOCAL_SYMBOL: b2Math.h<664:54> [b2Math.h <664:54 664:56>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Clamp(const b2Vec2 &, const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <664:46 664:51>]
|
||||
LOCAL_SYMBOL: b2Math.h<664:73> [b2Math.h <664:73 664:76>]
|
||||
REFERENCE_TYPE_USAGE b2Vec2 b2Clamp(const b2Vec2 &, const b2Vec2 &, const b2Vec2 &) -> b2Vec2 [b2Math.h <664:65 664:70>]
|
||||
LOCAL_SYMBOL: b2Math.h<665:1> [b2Math.h <665:1 665:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<665:1> [b2Math.h <667:1 667:1>]
|
||||
SYMBOL_FUNCTION b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &)
|
||||
REFERENCE_CALL b2Vec2 b2Clamp(const b2Vec2 &, const b2Vec2 &, const b2Vec2 &) -> b2Vec2 b2Max(const b2Vec2 &, const b2Vec2 &) [b2Math.h <666:9 666:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<664:54> [b2Math.h <666:15 666:17>]
|
||||
@@ -1876,6 +2078,8 @@ LOCAL_SYMBOL: b2Math.h<669:44> [b2Math.h <669:44 669:44>]
|
||||
REFERENCE_TYPE_USAGE void b2Swap<typename T>(T &, T &) -> b2Swap<typename T>::T [b2Math.h <669:41 669:41>]
|
||||
LOCAL_SYMBOL: b2Math.h<669:50> [b2Math.h <669:50 669:50>]
|
||||
REFERENCE_TYPE_USAGE void b2Swap<typename T>(T &, T &) -> b2Swap<typename T>::T [b2Math.h <669:47 669:47>]
|
||||
LOCAL_SYMBOL: b2Math.h<670:1> [b2Math.h <670:1 670:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<670:1> [b2Math.h <674:1 674:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<671:4> [b2Math.h <671:4 671:6>]
|
||||
REFERENCE_TYPE_USAGE void b2Swap<typename T>(T &, T &) -> b2Swap<typename T>::T [b2Math.h <671:2 671:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<669:44> [b2Math.h <671:10 671:10>]
|
||||
@@ -1887,6 +2091,8 @@ SYMBOL_FUNCTION uint32 b2NextPowerOfTwo(uint32) [b2Math.h <681:1 <681:15 681:30>
|
||||
REFERENCE_TYPE_USAGE uint32 b2NextPowerOfTwo(uint32) -> uint32 [b2Math.h <681:8 681:13>]
|
||||
LOCAL_SYMBOL: b2Math.h<681:39> [b2Math.h <681:39 681:39>]
|
||||
REFERENCE_TYPE_USAGE uint32 b2NextPowerOfTwo(uint32) -> uint32 [b2Math.h <681:32 681:37>]
|
||||
LOCAL_SYMBOL: b2Math.h<682:1> [b2Math.h <682:1 682:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<682:1> [b2Math.h <689:1 689:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<681:39> [b2Math.h <683:2 683:2>]
|
||||
LOCAL_SYMBOL: b2Math.h<681:39> [b2Math.h <683:8 683:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<681:39> [b2Math.h <684:2 684:2>]
|
||||
@@ -1902,6 +2108,8 @@ SYMBOL_FUNCTION bool b2IsPowerOfTwo(uint32) [b2Math.h <691:1 <691:13 691:26> 695
|
||||
REFERENCE_TYPE_USAGE bool b2IsPowerOfTwo(uint32) -> bool [b2Math.h <691:8 691:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<691:35> [b2Math.h <691:35 691:35>]
|
||||
REFERENCE_TYPE_USAGE bool b2IsPowerOfTwo(uint32) -> uint32 [b2Math.h <691:28 691:33>]
|
||||
LOCAL_SYMBOL: b2Math.h<692:1> [b2Math.h <692:1 692:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<692:1> [b2Math.h <695:1 695:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<693:7> [b2Math.h <693:7 693:12>]
|
||||
REFERENCE_TYPE_USAGE bool b2IsPowerOfTwo(uint32) -> bool [b2Math.h <693:2 693:5>]
|
||||
LOCAL_SYMBOL: b2Math.h<691:35> [b2Math.h <693:16 693:16>]
|
||||
@@ -1916,6 +2124,8 @@ LOCAL_SYMBOL: b2Math.h<697:48> [b2Math.h <697:48 697:49>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::GetTransform(b2Transform *, float32) const -> b2Transform [b2Math.h <697:35 697:45>]
|
||||
LOCAL_SYMBOL: b2Math.h<697:60> [b2Math.h <697:60 697:63>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::GetTransform(b2Transform *, float32) const -> float32 [b2Math.h <697:52 697:58>]
|
||||
LOCAL_SYMBOL: b2Math.h<698:1> [b2Math.h <698:1 698:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<698:1> [b2Math.h <705:1 705:1>]
|
||||
REFERENCE_CALL void b2Sweep::GetTransform(b2Transform *, float32) const -> b2Vec2 & b2Vec2::operator=(b2Vec2 &&) [b2Math.h <699:8 699:8>]
|
||||
REFERENCE_USAGE void b2Sweep::GetTransform(b2Transform *, float32) const -> b2Vec2 b2Transform::p [b2Math.h <699:6 699:6>]
|
||||
LOCAL_SYMBOL: b2Math.h<697:48> [b2Math.h <699:2 699:3>]
|
||||
@@ -1950,6 +2160,8 @@ QUALIFIER: b2Sweep [b2Math.h <707:13 707:19>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::Advance(float32) -> void [b2Math.h <707:8 707:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<707:38> [b2Math.h <707:38 707:42>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::Advance(float32) -> float32 [b2Math.h <707:30 707:36>]
|
||||
LOCAL_SYMBOL: b2Math.h<708:1> [b2Math.h <708:1 708:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<708:1> [b2Math.h <714:1 714:1>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::Advance(float32) -> void [b2Math.h <709:2 709:9>]
|
||||
REFERENCE_USAGE void b2Sweep::Advance(float32) -> float32 b2Sweep::alpha0 [b2Math.h <709:11 709:16>]
|
||||
SYMBOL_FUNCTION void _wassert(const wchar_t *, const wchar_t *, unsigned int)
|
||||
@@ -1977,6 +2189,8 @@ LOCAL_SYMBOL: b2Math.h<707:38> [b2Math.h <713:11 713:15>]
|
||||
SYMBOL_METHOD public void b2Sweep::Normalize() [b2Math.h <717:1 <717:22 717:30> 723:1>]
|
||||
QUALIFIER: b2Sweep [b2Math.h <717:13 717:19>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::Normalize() -> void [b2Math.h <717:8 717:11>]
|
||||
LOCAL_SYMBOL: b2Math.h<718:1> [b2Math.h <718:1 718:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<718:1> [b2Math.h <723:1 723:1>]
|
||||
LOCAL_SYMBOL: b2Math.h<719:10> [b2Math.h <719:10 719:14>]
|
||||
REFERENCE_TYPE_USAGE void b2Sweep::Normalize() -> float32 [b2Math.h <719:2 719:8>]
|
||||
LOCAL_SYMBOL: b2Math.h<720:10> [b2Math.h <720:10 720:10>]
|
||||
@@ -1996,12 +2210,16 @@ QUALIFIER: b2StackAllocator [b2StackAllocator.cpp <22:1 22:16>]
|
||||
REFERENCE_USAGE void b2StackAllocator::b2StackAllocator() -> b2StackEntry [] b2StackAllocator::m_entries [b2StackAllocator.cpp <22:19 22:34>]
|
||||
SYMBOL_FUNCTION void b2StackEntry::b2StackEntry()
|
||||
REFERENCE_CALL void b2StackAllocator::b2StackAllocator() -> void b2StackEntry::b2StackEntry() [b2StackAllocator.cpp <22:19 22:34>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<23:1> [b2StackAllocator.cpp <23:1 23:1>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<23:1> [b2StackAllocator.cpp <28:1 28:1>]
|
||||
REFERENCE_USAGE void b2StackAllocator::b2StackAllocator() -> int32 b2StackAllocator::m_index [b2StackAllocator.cpp <24:2 24:8>]
|
||||
REFERENCE_USAGE void b2StackAllocator::b2StackAllocator() -> int32 b2StackAllocator::m_allocation [b2StackAllocator.cpp <25:2 25:13>]
|
||||
REFERENCE_USAGE void b2StackAllocator::b2StackAllocator() -> int32 b2StackAllocator::m_maxAllocation [b2StackAllocator.cpp <26:2 26:16>]
|
||||
REFERENCE_USAGE void b2StackAllocator::b2StackAllocator() -> int32 b2StackAllocator::m_entryCount [b2StackAllocator.cpp <27:2 27:13>]
|
||||
SYMBOL_METHOD public void b2StackAllocator::~b2StackAllocator() [b2StackAllocator.cpp <30:1 <30:19 30:35> 34:1>]
|
||||
QUALIFIER: b2StackAllocator [b2StackAllocator.cpp <30:1 30:16>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<31:1> [b2StackAllocator.cpp <31:1 31:1>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<31:1> [b2StackAllocator.cpp <34:1 34:1>]
|
||||
REFERENCE_TYPE_USAGE void b2StackAllocator::~b2StackAllocator() -> void [b2StackAllocator.cpp <32:2 32:9>]
|
||||
REFERENCE_USAGE void b2StackAllocator::~b2StackAllocator() -> int32 b2StackAllocator::m_index [b2StackAllocator.cpp <32:11 32:17>]
|
||||
REFERENCE_CALL void b2StackAllocator::~b2StackAllocator() -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2StackAllocator.cpp <32:2 32:9>]
|
||||
@@ -2015,6 +2233,8 @@ QUALIFIER: b2StackAllocator [b2StackAllocator.cpp <36:7 36:22>]
|
||||
REFERENCE_TYPE_USAGE void * b2StackAllocator::Allocate(int32) -> void [b2StackAllocator.cpp <36:1 36:4>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<36:40> [b2StackAllocator.cpp <36:40 36:43>]
|
||||
REFERENCE_TYPE_USAGE void * b2StackAllocator::Allocate(int32) -> int32 [b2StackAllocator.cpp <36:34 36:38>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<37:1> [b2StackAllocator.cpp <37:1 37:1>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<37:1> [b2StackAllocator.cpp <59:1 59:1>]
|
||||
REFERENCE_TYPE_USAGE void * b2StackAllocator::Allocate(int32) -> void [b2StackAllocator.cpp <38:2 38:9>]
|
||||
REFERENCE_USAGE void * b2StackAllocator::Allocate(int32) -> int32 b2StackAllocator::m_entryCount [b2StackAllocator.cpp <38:11 38:22>]
|
||||
REFERENCE_USAGE void * b2StackAllocator::Allocate(int32) -> const int32 b2_maxStackEntries [b2StackAllocator.cpp <38:26 38:43>]
|
||||
@@ -2030,6 +2250,8 @@ LOCAL_SYMBOL: b2StackAllocator.cpp<36:40> [b2StackAllocator.cpp <41:16 41:19>]
|
||||
REFERENCE_USAGE void * b2StackAllocator::Allocate(int32) -> int32 b2StackAllocator::m_index [b2StackAllocator.cpp <42:6 42:12>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<36:40> [b2StackAllocator.cpp <42:16 42:19>]
|
||||
REFERENCE_USAGE void * b2StackAllocator::Allocate(int32) -> const int32 b2_stackSize [b2StackAllocator.cpp <42:23 42:34>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<43:2> [b2StackAllocator.cpp <43:2 43:2>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<43:2> [b2StackAllocator.cpp <46:2 46:2>]
|
||||
REFERENCE_USAGE void * b2StackAllocator::Allocate(int32) -> char * b2StackEntry::data [b2StackAllocator.cpp <44:10 44:13>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<40:16> [b2StackAllocator.cpp <44:3 44:7>]
|
||||
REFERENCE_TYPE_USAGE void * b2StackAllocator::Allocate(int32) -> char [b2StackAllocator.cpp <44:18 44:21>]
|
||||
@@ -2038,6 +2260,8 @@ REFERENCE_CALL void * b2StackAllocator::Allocate(int32) -> void * b2Alloc(int32)
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<36:40> [b2StackAllocator.cpp <44:32 44:35>]
|
||||
REFERENCE_USAGE void * b2StackAllocator::Allocate(int32) -> bool b2StackEntry::usedMalloc [b2StackAllocator.cpp <45:10 45:19>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<40:16> [b2StackAllocator.cpp <45:3 45:7>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<48:2> [b2StackAllocator.cpp <48:2 48:2>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<48:2> [b2StackAllocator.cpp <52:2 52:2>]
|
||||
REFERENCE_USAGE void * b2StackAllocator::Allocate(int32) -> char * b2StackEntry::data [b2StackAllocator.cpp <49:10 49:13>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<40:16> [b2StackAllocator.cpp <49:3 49:7>]
|
||||
REFERENCE_USAGE void * b2StackAllocator::Allocate(int32) -> char [] b2StackAllocator::m_data [b2StackAllocator.cpp <49:17 49:22>]
|
||||
@@ -2061,6 +2285,8 @@ QUALIFIER: b2StackAllocator [b2StackAllocator.cpp <61:6 61:21>]
|
||||
REFERENCE_TYPE_USAGE void b2StackAllocator::Free(void *) -> void [b2StackAllocator.cpp <61:1 61:4>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<61:35> [b2StackAllocator.cpp <61:35 61:35>]
|
||||
REFERENCE_TYPE_USAGE void b2StackAllocator::Free(void *) -> void [b2StackAllocator.cpp <61:29 61:32>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<62:1> [b2StackAllocator.cpp <62:1 62:1>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<62:1> [b2StackAllocator.cpp <78:1 78:1>]
|
||||
REFERENCE_TYPE_USAGE void b2StackAllocator::Free(void *) -> void [b2StackAllocator.cpp <63:2 63:9>]
|
||||
REFERENCE_USAGE void b2StackAllocator::Free(void *) -> int32 b2StackAllocator::m_entryCount [b2StackAllocator.cpp <63:11 63:22>]
|
||||
REFERENCE_CALL void b2StackAllocator::Free(void *) -> void _wassert(const wchar_t *, const wchar_t *, unsigned int) [b2StackAllocator.cpp <63:2 63:9>]
|
||||
@@ -2077,9 +2303,13 @@ REFERENCE_CALL void b2StackAllocator::Free(void *) -> void _wassert(const wchar_
|
||||
REFERENCE_TYPE_USAGE void b2StackAllocator::Free(void *) -> unsigned int [b2StackAllocator.cpp <65:2 65:9>]
|
||||
REFERENCE_USAGE void b2StackAllocator::Free(void *) -> bool b2StackEntry::usedMalloc [b2StackAllocator.cpp <66:13 66:22>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<64:16> [b2StackAllocator.cpp <66:6 66:10>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<67:2> [b2StackAllocator.cpp <67:2 67:2>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<67:2> [b2StackAllocator.cpp <69:2 69:2>]
|
||||
SYMBOL_FUNCTION void b2Free(void *)
|
||||
REFERENCE_CALL void b2StackAllocator::Free(void *) -> void b2Free(void *) [b2StackAllocator.cpp <68:3 68:8>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<61:35> [b2StackAllocator.cpp <68:10 68:10>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<71:2> [b2StackAllocator.cpp <71:2 71:2>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<71:2> [b2StackAllocator.cpp <73:2 73:2>]
|
||||
REFERENCE_USAGE void b2StackAllocator::Free(void *) -> int32 b2StackAllocator::m_index [b2StackAllocator.cpp <72:3 72:9>]
|
||||
REFERENCE_USAGE void b2StackAllocator::Free(void *) -> int32 b2StackEntry::size [b2StackAllocator.cpp <72:21 72:24>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<64:16> [b2StackAllocator.cpp <72:14 72:18>]
|
||||
@@ -2091,4 +2321,6 @@ LOCAL_SYMBOL: b2StackAllocator.cpp<61:35> [b2StackAllocator.cpp <77:2 77:2>]
|
||||
SYMBOL_METHOD public int32 b2StackAllocator::GetMaxAllocation() const [b2StackAllocator.cpp <80:1 <80:25 80:40> 83:1>]
|
||||
QUALIFIER: b2StackAllocator [b2StackAllocator.cpp <80:7 80:22>]
|
||||
REFERENCE_TYPE_USAGE int32 b2StackAllocator::GetMaxAllocation() const -> int32 [b2StackAllocator.cpp <80:1 80:5>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<81:1> [b2StackAllocator.cpp <81:1 81:1>]
|
||||
LOCAL_SYMBOL: b2StackAllocator.cpp<81:1> [b2StackAllocator.cpp <83:1 83:1>]
|
||||
REFERENCE_USAGE int32 b2StackAllocator::GetMaxAllocation() const -> int32 b2StackAllocator::m_maxAllocation [b2StackAllocator.cpp <82:9 82:23>]
|
||||
|
||||
+14
@@ -510,6 +510,8 @@ LOCAL_SYMBOL: b2Settings.h<141:24> [b2Settings.h <141:24 141:29>]
|
||||
SYMBOL_BUILTIN_TYPE char
|
||||
REFERENCE_TYPE_USAGE void b2Log(const char *) -> char [b2Settings.h <141:18 141:21>]
|
||||
SYMBOL_STRUCT b2Version [b2Settings.h <145:1 <145:8 145:16> 150:1>]
|
||||
LOCAL_SYMBOL: b2Settings.h<146:1> [b2Settings.h <146:1 146:1>]
|
||||
LOCAL_SYMBOL: b2Settings.h<146:1> [b2Settings.h <150:1 150:1>]
|
||||
SYMBOL_FIELD public int32 b2Version::major [b2Settings.h <147:8 147:12>]
|
||||
REFERENCE_TYPE_USAGE int32 b2Version::major -> int32 [b2Settings.h <147:2 147:6>]
|
||||
SYMBOL_FIELD public int32 b2Version::minor [b2Settings.h <148:8 148:12>]
|
||||
@@ -519,6 +521,8 @@ REFERENCE_TYPE_USAGE int32 b2Version::revision -> int32 [b2Settings.h <149:2 149
|
||||
SYMBOL_GLOBAL_VARIABLE b2Version b2_version [b2Settings.h <153:18 153:27>]
|
||||
REFERENCE_TYPE_USAGE b2Version b2_version -> b2Version [b2Settings.h <153:8 153:16>]
|
||||
SYMBOL_CLASS b2Timer [b2Timer.h <26:1 <26:7 26:13> 48:1>]
|
||||
LOCAL_SYMBOL: b2Timer.h<27:1> [b2Timer.h <27:1 27:1>]
|
||||
LOCAL_SYMBOL: b2Timer.h<27:1> [b2Timer.h <48:1 48:1>]
|
||||
SYMBOL_METHOD public void b2Timer::b2Timer() [b2Timer.h <31:2 31:8>]
|
||||
SYMBOL_METHOD public void b2Timer::Reset() [b2Timer.h <34:7 34:11>]
|
||||
REFERENCE_TYPE_USAGE void b2Timer::Reset() -> void [b2Timer.h <34:2 34:5>]
|
||||
@@ -536,11 +540,15 @@ QUALIFIER: b2Timer [b2Timer.cpp <23:9 23:15>]
|
||||
REFERENCE_TYPE_USAGE static float64 b2Timer::s_invFrequency -> float64 [b2Timer.cpp <23:1 23:7>]
|
||||
SYMBOL_METHOD public void b2Timer::b2Timer() [b2Timer.cpp <31:1 <31:10 31:16> 47:1>]
|
||||
QUALIFIER: b2Timer [b2Timer.cpp <31:1 31:7>]
|
||||
LOCAL_SYMBOL: b2Timer.cpp<32:1> [b2Timer.cpp <32:1 32:1>]
|
||||
LOCAL_SYMBOL: b2Timer.cpp<32:1> [b2Timer.cpp <47:1 47:1>]
|
||||
LOCAL_SYMBOL: b2Timer.cpp<33:16> [b2Timer.cpp <33:16 33:27>]
|
||||
REFERENCE_TYPE_USAGE void b2Timer::b2Timer() -> LARGE_INTEGER [b2Timer.cpp <33:2 33:14>]
|
||||
SYMBOL_FUNCTION void _LARGE_INTEGER::_LARGE_INTEGER()
|
||||
REFERENCE_CALL void b2Timer::b2Timer() -> void _LARGE_INTEGER::_LARGE_INTEGER() [b2Timer.cpp <33:16 33:27>]
|
||||
REFERENCE_USAGE void b2Timer::b2Timer() -> static float64 b2Timer::s_invFrequency [b2Timer.cpp <35:6 35:19>]
|
||||
LOCAL_SYMBOL: b2Timer.cpp<36:2> [b2Timer.cpp <36:2 36:2>]
|
||||
LOCAL_SYMBOL: b2Timer.cpp<36:2> [b2Timer.cpp <43:2 43:2>]
|
||||
SYMBOL_FUNCTION BOOL QueryPerformanceFrequency(LARGE_INTEGER *)
|
||||
REFERENCE_CALL void b2Timer::b2Timer() -> BOOL QueryPerformanceFrequency(LARGE_INTEGER *) [b2Timer.cpp <37:3 37:27>]
|
||||
LOCAL_SYMBOL: b2Timer.cpp<33:16> [b2Timer.cpp <37:30 37:41>]
|
||||
@@ -549,6 +557,8 @@ REFERENCE_TYPE_USAGE void b2Timer::b2Timer() -> float64 [b2Timer.cpp <38:20 38:2
|
||||
REFERENCE_USAGE void b2Timer::b2Timer() -> LONGLONG _LARGE_INTEGER::QuadPart [b2Timer.cpp <38:41 38:48>]
|
||||
LOCAL_SYMBOL: b2Timer.cpp<33:16> [b2Timer.cpp <38:28 38:39>]
|
||||
REFERENCE_USAGE void b2Timer::b2Timer() -> static float64 b2Timer::s_invFrequency [b2Timer.cpp <39:7 39:20>]
|
||||
LOCAL_SYMBOL: b2Timer.cpp<40:3> [b2Timer.cpp <40:3 40:3>]
|
||||
LOCAL_SYMBOL: b2Timer.cpp<40:3> [b2Timer.cpp <42:3 42:3>]
|
||||
REFERENCE_USAGE void b2Timer::b2Timer() -> static float64 b2Timer::s_invFrequency [b2Timer.cpp <41:4 41:17>]
|
||||
REFERENCE_USAGE void b2Timer::b2Timer() -> static float64 b2Timer::s_invFrequency [b2Timer.cpp <41:31 41:44>]
|
||||
SYMBOL_FUNCTION BOOL QueryPerformanceCounter(LARGE_INTEGER *)
|
||||
@@ -561,6 +571,8 @@ LOCAL_SYMBOL: b2Timer.cpp<33:16> [b2Timer.cpp <46:20 46:31>]
|
||||
SYMBOL_METHOD public void b2Timer::Reset() [b2Timer.cpp <49:1 <49:15 49:19> 54:1>]
|
||||
QUALIFIER: b2Timer [b2Timer.cpp <49:6 49:12>]
|
||||
REFERENCE_TYPE_USAGE void b2Timer::Reset() -> void [b2Timer.cpp <49:1 49:4>]
|
||||
LOCAL_SYMBOL: b2Timer.cpp<50:1> [b2Timer.cpp <50:1 50:1>]
|
||||
LOCAL_SYMBOL: b2Timer.cpp<50:1> [b2Timer.cpp <54:1 54:1>]
|
||||
LOCAL_SYMBOL: b2Timer.cpp<51:16> [b2Timer.cpp <51:16 51:27>]
|
||||
REFERENCE_TYPE_USAGE void b2Timer::Reset() -> LARGE_INTEGER [b2Timer.cpp <51:2 51:14>]
|
||||
REFERENCE_CALL void b2Timer::Reset() -> void _LARGE_INTEGER::_LARGE_INTEGER() [b2Timer.cpp <51:16 51:27>]
|
||||
@@ -573,6 +585,8 @@ LOCAL_SYMBOL: b2Timer.cpp<51:16> [b2Timer.cpp <53:20 53:31>]
|
||||
SYMBOL_METHOD public float32 b2Timer::GetMilliseconds() const [b2Timer.cpp <56:1 <56:18 56:32> 63:1>]
|
||||
QUALIFIER: b2Timer [b2Timer.cpp <56:9 56:15>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Timer::GetMilliseconds() const -> float32 [b2Timer.cpp <56:1 56:7>]
|
||||
LOCAL_SYMBOL: b2Timer.cpp<57:1> [b2Timer.cpp <57:1 57:1>]
|
||||
LOCAL_SYMBOL: b2Timer.cpp<57:1> [b2Timer.cpp <63:1 63:1>]
|
||||
LOCAL_SYMBOL: b2Timer.cpp<58:16> [b2Timer.cpp <58:16 58:27>]
|
||||
REFERENCE_TYPE_USAGE float32 b2Timer::GetMilliseconds() const -> LARGE_INTEGER [b2Timer.cpp <58:2 58:14>]
|
||||
REFERENCE_CALL float32 b2Timer::GetMilliseconds() const -> void _LARGE_INTEGER::_LARGE_INTEGER() [b2Timer.cpp <58:16 58:27>]
|
||||
|
||||
+574
File diff suppressed because it is too large
Load Diff
+574
File diff suppressed because it is too large
Load Diff
+628
File diff suppressed because it is too large
Load Diff
+878
File diff suppressed because it is too large
Load Diff
+860
File diff suppressed because it is too large
Load Diff
+566
File diff suppressed because it is too large
Load Diff
+566
File diff suppressed because it is too large
Load Diff
+566
File diff suppressed because it is too large
Load Diff
+628
File diff suppressed because it is too large
Load Diff
+536
File diff suppressed because it is too large
Load Diff
+530
File diff suppressed because it is too large
Load Diff
+576
File diff suppressed because it is too large
Load Diff
+864
File diff suppressed because it is too large
Load Diff
+542
File diff suppressed because it is too large
Load Diff
+532
File diff suppressed because it is too large
Load Diff
+608
File diff suppressed because it is too large
Load Diff
+546
File diff suppressed because it is too large
Load Diff
+604
File diff suppressed because it is too large
Load Diff
+528
File diff suppressed because it is too large
Load Diff
+542
File diff suppressed because it is too large
Load Diff
+582
File diff suppressed because it is too large
Load Diff
+928
File diff suppressed because it is too large
Load Diff
+760
File diff suppressed because it is too large
Load Diff
+844
File diff suppressed because it is too large
Load Diff
+914
File diff suppressed because it is too large
Load Diff
+1238
File diff suppressed because it is too large
Load Diff
+522
File diff suppressed because it is too large
Load Diff
+288
File diff suppressed because it is too large
Load Diff
+1424
File diff suppressed because it is too large
Load Diff
+1542
File diff suppressed because it is too large
Load Diff
+1194
File diff suppressed because it is too large
Load Diff
+1148
File diff suppressed because it is too large
Load Diff
+1184
File diff suppressed because it is too large
Load Diff
+148
@@ -249,6 +249,8 @@ COMMENT: comment [b3AlignedAllocator.cpp <180:8 180:37>]
|
||||
SYMBOL_FUNCTION int b3GetVersion() [b3Scalar.h <34:1 <34:12 34:23> 37:1>]
|
||||
SYMBOL_BUILTIN_TYPE int
|
||||
REFERENCE_TYPE_USAGE int b3GetVersion() -> int [b3Scalar.h <34:8 34:10>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<35:1> [b3Scalar.h <35:1 35:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<35:1> [b3Scalar.h <37:1 37:1>]
|
||||
SYMBOL_FUNCTION void b3EnterProfileZone(const char *) [b3Logging.h <23:6 23:23>]
|
||||
SYMBOL_BUILTIN_TYPE void
|
||||
REFERENCE_TYPE_USAGE void b3EnterProfileZone(const char *) -> void [b3Logging.h <23:1 23:4>]
|
||||
@@ -258,13 +260,19 @@ REFERENCE_TYPE_USAGE void b3EnterProfileZone(const char *) -> char [b3Logging.h
|
||||
SYMBOL_FUNCTION void b3LeaveProfileZone() [b3Logging.h <24:6 24:23>]
|
||||
REFERENCE_TYPE_USAGE void b3LeaveProfileZone() -> void [b3Logging.h <24:1 24:4>]
|
||||
SYMBOL_CLASS b3ProfileZone [b3Logging.h <27:1 <27:7 27:19> 39:1>]
|
||||
LOCAL_SYMBOL: b3Logging.h<28:1> [b3Logging.h <28:1 28:1>]
|
||||
LOCAL_SYMBOL: b3Logging.h<28:1> [b3Logging.h <39:1 39:1>]
|
||||
SYMBOL_METHOD public void b3ProfileZone::b3ProfileZone(const char *) [b3Logging.h <30:2 <30:2 30:14> 33:2>]
|
||||
LOCAL_SYMBOL: b3Logging.h<30:28> [b3Logging.h <30:28 30:31>]
|
||||
REFERENCE_TYPE_USAGE void b3ProfileZone::b3ProfileZone(const char *) -> char [b3Logging.h <30:22 30:25>]
|
||||
LOCAL_SYMBOL: b3Logging.h<31:2> [b3Logging.h <31:2 31:2>]
|
||||
LOCAL_SYMBOL: b3Logging.h<31:2> [b3Logging.h <33:2 33:2>]
|
||||
SYMBOL_FUNCTION void b3EnterProfileZone(const char *)
|
||||
REFERENCE_CALL void b3ProfileZone::b3ProfileZone(const char *) -> void b3EnterProfileZone(const char *) [b3Logging.h <32:3 32:20>]
|
||||
LOCAL_SYMBOL: b3Logging.h<30:28> [b3Logging.h <32:23 32:26>]
|
||||
SYMBOL_METHOD public void b3ProfileZone::~b3ProfileZone() [b3Logging.h <35:2 <35:2 35:15> 38:2>]
|
||||
LOCAL_SYMBOL: b3Logging.h<36:2> [b3Logging.h <36:2 36:2>]
|
||||
LOCAL_SYMBOL: b3Logging.h<36:2> [b3Logging.h <38:2 38:2>]
|
||||
SYMBOL_FUNCTION void b3LeaveProfileZone()
|
||||
REFERENCE_CALL void b3ProfileZone::~b3ProfileZone() -> void b3LeaveProfileZone() [b3Logging.h <37:3 37:20>]
|
||||
SYMBOL_TYPEDEF b3PrintfFunc [b3Logging.h <53:15 53:26>]
|
||||
@@ -326,6 +334,8 @@ SYMBOL_FUNCTION b3Scalar b3Sqrt(b3Scalar) [b3Scalar.h <361:1 <361:26 361:31> 380
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Sqrt(b3Scalar) -> b3Scalar [b3Scalar.h <361:17 361:24>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<361:42> [b3Scalar.h <361:42 361:42>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Sqrt(b3Scalar) -> b3Scalar [b3Scalar.h <361:33 361:40>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<362:1> [b3Scalar.h <362:1 362:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<362:1> [b3Scalar.h <380:1 380:1>]
|
||||
SYMBOL_FUNCTION float sqrtf(float)
|
||||
REFERENCE_CALL b3Scalar b3Sqrt(b3Scalar) -> float sqrtf(float) [b3Scalar.h <378:9 378:13>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<361:42> [b3Scalar.h <378:15 378:15>]
|
||||
@@ -333,6 +343,8 @@ SYMBOL_FUNCTION b3Scalar b3Fabs(b3Scalar) [b3Scalar.h <381:1 <381:26 381:31> 381
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Fabs(b3Scalar) -> b3Scalar [b3Scalar.h <381:17 381:24>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<381:42> [b3Scalar.h <381:42 381:42>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Fabs(b3Scalar) -> b3Scalar [b3Scalar.h <381:33 381:40>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<381:45> [b3Scalar.h <381:45 381:45>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<381:45> [b3Scalar.h <381:64 381:64>]
|
||||
SYMBOL_FUNCTION float fabsf(float)
|
||||
REFERENCE_CALL b3Scalar b3Fabs(b3Scalar) -> float fabsf(float) [b3Scalar.h <381:54 381:58>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<381:42> [b3Scalar.h <381:60 381:60>]
|
||||
@@ -340,6 +352,8 @@ SYMBOL_FUNCTION b3Scalar b3Cos(b3Scalar) [b3Scalar.h <382:1 <382:26 382:30> 382:
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Cos(b3Scalar) -> b3Scalar [b3Scalar.h <382:17 382:24>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<382:41> [b3Scalar.h <382:41 382:41>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Cos(b3Scalar) -> b3Scalar [b3Scalar.h <382:32 382:39>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<382:44> [b3Scalar.h <382:44 382:44>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<382:44> [b3Scalar.h <382:62 382:62>]
|
||||
SYMBOL_FUNCTION float cosf(float)
|
||||
REFERENCE_CALL b3Scalar b3Cos(b3Scalar) -> float cosf(float) [b3Scalar.h <382:53 382:56>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<382:41> [b3Scalar.h <382:58 382:58>]
|
||||
@@ -347,6 +361,8 @@ SYMBOL_FUNCTION b3Scalar b3Sin(b3Scalar) [b3Scalar.h <383:1 <383:26 383:30> 383:
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Sin(b3Scalar) -> b3Scalar [b3Scalar.h <383:17 383:24>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<383:41> [b3Scalar.h <383:41 383:41>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Sin(b3Scalar) -> b3Scalar [b3Scalar.h <383:32 383:39>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<383:44> [b3Scalar.h <383:44 383:44>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<383:44> [b3Scalar.h <383:62 383:62>]
|
||||
SYMBOL_FUNCTION float sinf(float)
|
||||
REFERENCE_CALL b3Scalar b3Sin(b3Scalar) -> float sinf(float) [b3Scalar.h <383:53 383:56>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<383:41> [b3Scalar.h <383:58 383:58>]
|
||||
@@ -354,6 +370,8 @@ SYMBOL_FUNCTION b3Scalar b3Tan(b3Scalar) [b3Scalar.h <384:1 <384:26 384:30> 384:
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Tan(b3Scalar) -> b3Scalar [b3Scalar.h <384:17 384:24>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<384:41> [b3Scalar.h <384:41 384:41>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Tan(b3Scalar) -> b3Scalar [b3Scalar.h <384:32 384:39>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<384:44> [b3Scalar.h <384:44 384:44>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<384:44> [b3Scalar.h <384:62 384:62>]
|
||||
SYMBOL_FUNCTION float tanf(float)
|
||||
REFERENCE_CALL b3Scalar b3Tan(b3Scalar) -> float tanf(float) [b3Scalar.h <384:53 384:56>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<384:41> [b3Scalar.h <384:58 384:58>]
|
||||
@@ -361,6 +379,8 @@ SYMBOL_FUNCTION b3Scalar b3Acos(b3Scalar) [b3Scalar.h <385:1 <385:26 385:31> 391
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Acos(b3Scalar) -> b3Scalar [b3Scalar.h <385:17 385:24>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<385:42> [b3Scalar.h <385:42 385:42>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Acos(b3Scalar) -> b3Scalar [b3Scalar.h <385:33 385:40>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<385:45> [b3Scalar.h <385:45 385:45>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<385:45> [b3Scalar.h <391:1 391:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<385:42> [b3Scalar.h <386:6 386:6>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Acos(b3Scalar) -> b3Scalar [b3Scalar.h <386:8 386:15>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<385:42> [b3Scalar.h <387:3 387:3>]
|
||||
@@ -376,6 +396,8 @@ SYMBOL_FUNCTION b3Scalar b3Asin(b3Scalar) [b3Scalar.h <392:1 <392:26 392:31> 398
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Asin(b3Scalar) -> b3Scalar [b3Scalar.h <392:17 392:24>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<392:42> [b3Scalar.h <392:42 392:42>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Asin(b3Scalar) -> b3Scalar [b3Scalar.h <392:33 392:40>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<392:45> [b3Scalar.h <392:45 392:45>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<392:45> [b3Scalar.h <398:1 398:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<392:42> [b3Scalar.h <393:6 393:6>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Asin(b3Scalar) -> b3Scalar [b3Scalar.h <393:8 393:15>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<392:42> [b3Scalar.h <394:3 394:3>]
|
||||
@@ -391,6 +413,8 @@ SYMBOL_FUNCTION b3Scalar b3Atan(b3Scalar) [b3Scalar.h <399:1 <399:26 399:31> 399
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Atan(b3Scalar) -> b3Scalar [b3Scalar.h <399:17 399:24>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<399:42> [b3Scalar.h <399:42 399:42>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Atan(b3Scalar) -> b3Scalar [b3Scalar.h <399:33 399:40>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<399:45> [b3Scalar.h <399:45 399:45>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<399:45> [b3Scalar.h <399:64 399:64>]
|
||||
SYMBOL_FUNCTION float atanf(float)
|
||||
REFERENCE_CALL b3Scalar b3Atan(b3Scalar) -> float atanf(float) [b3Scalar.h <399:54 399:58>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<399:42> [b3Scalar.h <399:60 399:60>]
|
||||
@@ -400,6 +424,8 @@ LOCAL_SYMBOL: b3Scalar.h<400:43> [b3Scalar.h <400:43 400:43>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Atan2(b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <400:34 400:41>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<400:55> [b3Scalar.h <400:55 400:55>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Atan2(b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <400:46 400:53>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<400:58> [b3Scalar.h <400:58 400:58>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<400:58> [b3Scalar.h <400:81 400:81>]
|
||||
SYMBOL_FUNCTION float atan2f(float, float)
|
||||
REFERENCE_CALL b3Scalar b3Atan2(b3Scalar, b3Scalar) -> float atan2f(float, float) [b3Scalar.h <400:67 400:72>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<400:43> [b3Scalar.h <400:74 400:74>]
|
||||
@@ -408,6 +434,8 @@ SYMBOL_FUNCTION b3Scalar b3Exp(b3Scalar) [b3Scalar.h <401:1 <401:26 401:30> 401:
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Exp(b3Scalar) -> b3Scalar [b3Scalar.h <401:17 401:24>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<401:41> [b3Scalar.h <401:41 401:41>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Exp(b3Scalar) -> b3Scalar [b3Scalar.h <401:32 401:39>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<401:44> [b3Scalar.h <401:44 401:44>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<401:44> [b3Scalar.h <401:62 401:62>]
|
||||
SYMBOL_FUNCTION float expf(float)
|
||||
REFERENCE_CALL b3Scalar b3Exp(b3Scalar) -> float expf(float) [b3Scalar.h <401:53 401:56>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<401:41> [b3Scalar.h <401:58 401:58>]
|
||||
@@ -415,6 +443,8 @@ SYMBOL_FUNCTION b3Scalar b3Log(b3Scalar) [b3Scalar.h <402:1 <402:26 402:30> 402:
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Log(b3Scalar) -> b3Scalar [b3Scalar.h <402:17 402:24>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<402:41> [b3Scalar.h <402:41 402:41>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Log(b3Scalar) -> b3Scalar [b3Scalar.h <402:32 402:39>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<402:44> [b3Scalar.h <402:44 402:44>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<402:44> [b3Scalar.h <402:62 402:62>]
|
||||
SYMBOL_FUNCTION float logf(float)
|
||||
REFERENCE_CALL b3Scalar b3Log(b3Scalar) -> float logf(float) [b3Scalar.h <402:53 402:56>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<402:41> [b3Scalar.h <402:58 402:58>]
|
||||
@@ -424,6 +454,8 @@ LOCAL_SYMBOL: b3Scalar.h<403:41> [b3Scalar.h <403:41 403:41>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Pow(b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <403:32 403:39>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<403:52> [b3Scalar.h <403:52 403:52>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Pow(b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <403:43 403:50>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<403:55> [b3Scalar.h <403:55 403:55>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<403:55> [b3Scalar.h <403:75 403:75>]
|
||||
SYMBOL_FUNCTION float powf(float, float)
|
||||
REFERENCE_CALL b3Scalar b3Pow(b3Scalar, b3Scalar) -> float powf(float, float) [b3Scalar.h <403:64 403:67>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<403:41> [b3Scalar.h <403:69 403:69>]
|
||||
@@ -434,6 +466,8 @@ LOCAL_SYMBOL: b3Scalar.h<404:42> [b3Scalar.h <404:42 404:42>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Fmod(b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <404:33 404:40>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<404:53> [b3Scalar.h <404:53 404:53>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Fmod(b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <404:44 404:51>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<404:56> [b3Scalar.h <404:56 404:56>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<404:56> [b3Scalar.h <404:77 404:77>]
|
||||
SYMBOL_FUNCTION float fmodf(float, float)
|
||||
REFERENCE_CALL b3Scalar b3Fmod(b3Scalar, b3Scalar) -> float fmodf(float, float) [b3Scalar.h <404:65 404:69>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<404:42> [b3Scalar.h <404:71 404:71>]
|
||||
@@ -444,6 +478,8 @@ LOCAL_SYMBOL: b3Scalar.h<426:47> [b3Scalar.h <426:47 426:47>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Atan2Fast(b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <426:38 426:45>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<426:59> [b3Scalar.h <426:59 426:59>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Atan2Fast(b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <426:50 426:57>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<427:1> [b3Scalar.h <427:1 427:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<427:1> [b3Scalar.h <440:1 440:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<428:11> [b3Scalar.h <428:11 428:17>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Atan2Fast(b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <428:2 428:9>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Atan2Fast(b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <428:21 428:25>]
|
||||
@@ -458,6 +494,8 @@ LOCAL_SYMBOL: b3Scalar.h<426:47> [b3Scalar.h <430:26 430:26>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<431:11> [b3Scalar.h <431:11 431:15>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Atan2Fast(b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <431:2 431:9>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<426:59> [b3Scalar.h <432:6 432:6>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<432:17> [b3Scalar.h <432:17 432:17>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<432:17> [b3Scalar.h <435:2 435:2>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<433:12> [b3Scalar.h <433:12 433:12>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Atan2Fast(b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <433:3 433:10>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<426:59> [b3Scalar.h <433:17 433:17>]
|
||||
@@ -468,6 +506,8 @@ LOCAL_SYMBOL: b3Scalar.h<431:11> [b3Scalar.h <434:3 434:7>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<428:11> [b3Scalar.h <434:11 434:17>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<428:11> [b3Scalar.h <434:21 434:27>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<433:12> [b3Scalar.h <434:31 434:31>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<435:9> [b3Scalar.h <435:9 435:9>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<435:9> [b3Scalar.h <438:2 438:2>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<436:12> [b3Scalar.h <436:12 436:12>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Atan2Fast(b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <436:3 436:10>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<426:59> [b3Scalar.h <436:17 436:17>]
|
||||
@@ -486,6 +526,8 @@ SYMBOL_BUILTIN_TYPE bool
|
||||
REFERENCE_TYPE_USAGE bool b3FuzzyZero(b3Scalar) -> bool [b3Scalar.h <442:17 442:20>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<442:48> [b3Scalar.h <442:48 442:48>]
|
||||
REFERENCE_TYPE_USAGE bool b3FuzzyZero(b3Scalar) -> b3Scalar [b3Scalar.h <442:39 442:46>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<442:51> [b3Scalar.h <442:51 442:51>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<442:51> [b3Scalar.h <442:84 442:84>]
|
||||
REFERENCE_CALL bool b3FuzzyZero(b3Scalar) -> b3Scalar b3Fabs(b3Scalar) [b3Scalar.h <442:60 442:65>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<442:48> [b3Scalar.h <442:67 442:67>]
|
||||
SYMBOL_FUNCTION bool b3Equal(b3Scalar, b3Scalar) [b3Scalar.h <444:1 <444:22 444:28> 446:1>]
|
||||
@@ -494,6 +536,8 @@ LOCAL_SYMBOL: b3Scalar.h<444:39> [b3Scalar.h <444:39 444:39>]
|
||||
REFERENCE_TYPE_USAGE bool b3Equal(b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <444:30 444:37>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<444:51> [b3Scalar.h <444:51 444:53>]
|
||||
REFERENCE_TYPE_USAGE bool b3Equal(b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <444:42 444:49>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<444:56> [b3Scalar.h <444:56 444:56>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<444:56> [b3Scalar.h <446:1 446:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<444:39> [b3Scalar.h <445:12 445:12>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<444:51> [b3Scalar.h <445:18 445:20>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<444:39> [b3Scalar.h <445:29 445:29>]
|
||||
@@ -504,24 +548,32 @@ LOCAL_SYMBOL: b3Scalar.h<447:47> [b3Scalar.h <447:47 447:47>]
|
||||
REFERENCE_TYPE_USAGE bool b3GreaterEqual(b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <447:38 447:45>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<447:59> [b3Scalar.h <447:59 447:61>]
|
||||
REFERENCE_TYPE_USAGE bool b3GreaterEqual(b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <447:50 447:57>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<447:64> [b3Scalar.h <447:64 447:64>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<447:64> [b3Scalar.h <449:1 449:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<447:47> [b3Scalar.h <448:13 448:13>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<447:59> [b3Scalar.h <448:19 448:21>]
|
||||
SYMBOL_FUNCTION int b3IsNegative(b3Scalar) [b3Scalar.h <452:1 <452:27 452:38> 454:1>]
|
||||
REFERENCE_TYPE_USAGE int b3IsNegative(b3Scalar) -> int [b3Scalar.h <452:17 452:19>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<452:49> [b3Scalar.h <452:49 452:49>]
|
||||
REFERENCE_TYPE_USAGE int b3IsNegative(b3Scalar) -> b3Scalar [b3Scalar.h <452:40 452:47>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<452:52> [b3Scalar.h <452:52 452:52>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<452:52> [b3Scalar.h <454:1 454:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<452:49> [b3Scalar.h <453:12 453:12>]
|
||||
REFERENCE_TYPE_USAGE int b3IsNegative(b3Scalar) -> b3Scalar [b3Scalar.h <453:16 453:23>]
|
||||
SYMBOL_FUNCTION b3Scalar b3Radians(b3Scalar) [b3Scalar.h <456:1 <456:26 456:34> 456:78>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Radians(b3Scalar) -> b3Scalar [b3Scalar.h <456:17 456:24>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<456:45> [b3Scalar.h <456:45 456:45>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Radians(b3Scalar) -> b3Scalar [b3Scalar.h <456:36 456:43>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<456:48> [b3Scalar.h <456:48 456:48>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<456:48> [b3Scalar.h <456:78 456:78>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<456:45> [b3Scalar.h <456:57 456:57>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Radians(b3Scalar) -> b3Scalar [b3Scalar.h <456:61 456:75>]
|
||||
SYMBOL_FUNCTION b3Scalar b3Degrees(b3Scalar) [b3Scalar.h <457:1 <457:26 457:34> 457:78>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Degrees(b3Scalar) -> b3Scalar [b3Scalar.h <457:17 457:24>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<457:45> [b3Scalar.h <457:45 457:45>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Degrees(b3Scalar) -> b3Scalar [b3Scalar.h <457:36 457:43>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<457:48> [b3Scalar.h <457:48 457:48>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<457:48> [b3Scalar.h <457:78 457:78>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<457:45> [b3Scalar.h <457:57 457:57>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Degrees(b3Scalar) -> b3Scalar [b3Scalar.h <457:61 457:75>]
|
||||
SYMBOL_FUNCTION b3Scalar b3Fsel(b3Scalar, b3Scalar, b3Scalar) [b3Scalar.h <462:1 <462:26 462:31> 465:1>]
|
||||
@@ -532,11 +584,15 @@ LOCAL_SYMBOL: b3Scalar.h<462:54> [b3Scalar.h <462:54 462:54>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Fsel(b3Scalar, b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <462:45 462:52>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<462:66> [b3Scalar.h <462:66 462:66>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3Fsel(b3Scalar, b3Scalar, b3Scalar) -> b3Scalar [b3Scalar.h <462:57 462:64>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<463:1> [b3Scalar.h <463:1 463:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<463:1> [b3Scalar.h <465:1 465:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<462:42> [b3Scalar.h <464:9 464:9>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<462:54> [b3Scalar.h <464:18 464:18>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<462:66> [b3Scalar.h <464:22 464:22>]
|
||||
SYMBOL_FUNCTION bool b3MachineIsLittleEndian() [b3Scalar.h <470:1 <470:22 470:44> 478:1>]
|
||||
REFERENCE_TYPE_USAGE bool b3MachineIsLittleEndian() -> bool [b3Scalar.h <470:17 470:20>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<471:1> [b3Scalar.h <471:1 471:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<471:1> [b3Scalar.h <478:1 478:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<472:13> [b3Scalar.h <472:13 472:13>]
|
||||
SYMBOL_BUILTIN_TYPE long
|
||||
REFERENCE_TYPE_USAGE bool b3MachineIsLittleEndian() -> long [b3Scalar.h <472:4 472:7>]
|
||||
@@ -554,6 +610,8 @@ LOCAL_SYMBOL: b3Scalar.h<484:64> [b3Scalar.h <484:64 484:86>]
|
||||
REFERENCE_TYPE_USAGE unsigned int b3Select(unsigned int, unsigned int, unsigned int) -> unsigned int [b3Scalar.h <484:55 484:62>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<484:98> [b3Scalar.h <484:98 484:117>]
|
||||
REFERENCE_TYPE_USAGE unsigned int b3Select(unsigned int, unsigned int, unsigned int) -> unsigned int [b3Scalar.h <484:89 484:96>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<485:1> [b3Scalar.h <485:1 485:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<485:1> [b3Scalar.h <493:1 493:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<490:14> [b3Scalar.h <490:14 490:19>]
|
||||
REFERENCE_TYPE_USAGE unsigned int b3Select(unsigned int, unsigned int, unsigned int) -> unsigned int [b3Scalar.h <490:5 490:12>]
|
||||
REFERENCE_TYPE_USAGE unsigned int b3Select(unsigned int, unsigned int, unsigned int) -> unsigned int [b3Scalar.h <490:24 490:31>]
|
||||
@@ -576,6 +634,8 @@ LOCAL_SYMBOL: b3Scalar.h<494:54> [b3Scalar.h <494:54 494:76>]
|
||||
REFERENCE_TYPE_USAGE int b3Select(unsigned int, int, int) -> int [b3Scalar.h <494:50 494:52>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<494:83> [b3Scalar.h <494:83 494:102>]
|
||||
REFERENCE_TYPE_USAGE int b3Select(unsigned int, int, int) -> int [b3Scalar.h <494:79 494:81>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<495:1> [b3Scalar.h <495:1 495:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<495:1> [b3Scalar.h <499:1 499:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<496:14> [b3Scalar.h <496:14 496:19>]
|
||||
REFERENCE_TYPE_USAGE int b3Select(unsigned int, int, int) -> unsigned int [b3Scalar.h <496:5 496:12>]
|
||||
REFERENCE_TYPE_USAGE int b3Select(unsigned int, int, int) -> unsigned int [b3Scalar.h <496:24 496:31>]
|
||||
@@ -599,6 +659,8 @@ LOCAL_SYMBOL: b3Scalar.h<500:58> [b3Scalar.h <500:58 500:80>]
|
||||
REFERENCE_TYPE_USAGE float b3Select(unsigned int, float, float) -> float [b3Scalar.h <500:52 500:56>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<500:89> [b3Scalar.h <500:89 500:108>]
|
||||
REFERENCE_TYPE_USAGE float b3Select(unsigned int, float, float) -> float [b3Scalar.h <500:83 500:87>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<501:1> [b3Scalar.h <501:1 501:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<501:1> [b3Scalar.h <507:1 507:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<500:41> [b3Scalar.h <505:13 505:21>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<500:58> [b3Scalar.h <505:31 505:53>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<500:89> [b3Scalar.h <505:57 505:76>]
|
||||
@@ -609,6 +671,8 @@ LOCAL_SYMBOL: b3Scalar.h<509:53> [b3Scalar.h <509:53 509:53>]
|
||||
REFERENCE_TYPE_USAGE void b3Swap<typename T>(T &, T &) -> b3Swap<typename T>::T [b3Scalar.h <509:50 509:50>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<509:59> [b3Scalar.h <509:59 509:59>]
|
||||
REFERENCE_TYPE_USAGE void b3Swap<typename T>(T &, T &) -> b3Swap<typename T>::T [b3Scalar.h <509:56 509:56>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<510:1> [b3Scalar.h <510:1 510:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<510:1> [b3Scalar.h <514:1 514:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<511:4> [b3Scalar.h <511:4 511:6>]
|
||||
REFERENCE_TYPE_USAGE void b3Swap<typename T>(T &, T &) -> b3Swap<typename T>::T [b3Scalar.h <511:2 511:2>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<509:53> [b3Scalar.h <511:10 511:10>]
|
||||
@@ -620,6 +684,8 @@ SYMBOL_FUNCTION unsigned int b3SwapEndian(unsigned int) [b3Scalar.h <518:1 <518:
|
||||
REFERENCE_TYPE_USAGE unsigned int b3SwapEndian(unsigned int) -> unsigned int [b3Scalar.h <518:17 518:24>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<518:48> [b3Scalar.h <518:48 518:50>]
|
||||
REFERENCE_TYPE_USAGE unsigned int b3SwapEndian(unsigned int) -> unsigned int [b3Scalar.h <518:39 518:46>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<519:1> [b3Scalar.h <519:1 519:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<519:1> [b3Scalar.h <521:1 521:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<518:48> [b3Scalar.h <520:12 520:14>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<518:48> [b3Scalar.h <520:41 520:43>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<518:48> [b3Scalar.h <520:69 520:71>]
|
||||
@@ -629,6 +695,8 @@ SYMBOL_BUILTIN_TYPE unsigned short
|
||||
REFERENCE_TYPE_USAGE unsigned short b3SwapEndian(unsigned short) -> unsigned short [b3Scalar.h <523:17 523:24>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<523:60> [b3Scalar.h <523:60 523:62>]
|
||||
REFERENCE_TYPE_USAGE unsigned short b3SwapEndian(unsigned short) -> unsigned short [b3Scalar.h <523:45 523:52>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<524:1> [b3Scalar.h <524:1 524:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<524:1> [b3Scalar.h <526:1 526:1>]
|
||||
REFERENCE_TYPE_USAGE unsigned short b3SwapEndian(unsigned short) -> unsigned short [b3Scalar.h <525:21 525:28>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<523:60> [b3Scalar.h <525:39 525:41>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<523:60> [b3Scalar.h <525:63 525:65>]
|
||||
@@ -636,6 +704,8 @@ SYMBOL_FUNCTION unsigned int b3SwapEndian(int) [b3Scalar.h <528:1 <528:26 528:37
|
||||
REFERENCE_TYPE_USAGE unsigned int b3SwapEndian(int) -> unsigned int [b3Scalar.h <528:17 528:24>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<528:43> [b3Scalar.h <528:43 528:45>]
|
||||
REFERENCE_TYPE_USAGE unsigned int b3SwapEndian(int) -> int [b3Scalar.h <528:39 528:41>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<529:1> [b3Scalar.h <529:1 529:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<529:1> [b3Scalar.h <531:1 531:1>]
|
||||
SYMBOL_FUNCTION unsigned int b3SwapEndian(unsigned int)
|
||||
REFERENCE_CALL unsigned int b3SwapEndian(int) -> unsigned int b3SwapEndian(unsigned int) [b3Scalar.h <530:9 530:20>]
|
||||
REFERENCE_TYPE_USAGE unsigned int b3SwapEndian(int) -> unsigned int [b3Scalar.h <530:23 530:30>]
|
||||
@@ -645,6 +715,8 @@ REFERENCE_TYPE_USAGE unsigned short b3SwapEndian(short) -> unsigned short [b3Sca
|
||||
LOCAL_SYMBOL: b3Scalar.h<533:51> [b3Scalar.h <533:51 533:53>]
|
||||
SYMBOL_BUILTIN_TYPE short
|
||||
REFERENCE_TYPE_USAGE unsigned short b3SwapEndian(short) -> short [b3Scalar.h <533:45 533:49>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<534:1> [b3Scalar.h <534:1 534:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<534:1> [b3Scalar.h <536:1 536:1>]
|
||||
SYMBOL_FUNCTION unsigned short b3SwapEndian(unsigned short)
|
||||
REFERENCE_CALL unsigned short b3SwapEndian(short) -> unsigned short b3SwapEndian(unsigned short) [b3Scalar.h <535:9 535:20>]
|
||||
REFERENCE_TYPE_USAGE unsigned short b3SwapEndian(short) -> unsigned short [b3Scalar.h <535:23 535:30>]
|
||||
@@ -653,6 +725,8 @@ SYMBOL_FUNCTION unsigned int b3SwapEndianFloat(float) [b3Scalar.h <544:1 <544:31
|
||||
REFERENCE_TYPE_USAGE unsigned int b3SwapEndianFloat(float) -> unsigned int [b3Scalar.h <544:17 544:24>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<544:55> [b3Scalar.h <544:55 544:55>]
|
||||
REFERENCE_TYPE_USAGE unsigned int b3SwapEndianFloat(float) -> float [b3Scalar.h <544:49 544:53>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<545:1> [b3Scalar.h <545:1 545:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<545:1> [b3Scalar.h <555:1 555:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<546:18> [b3Scalar.h <546:18 546:18>]
|
||||
REFERENCE_TYPE_USAGE unsigned int b3SwapEndianFloat(float) -> unsigned int [b3Scalar.h <546:5 546:12>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<547:20> [b3Scalar.h <547:20 547:22>]
|
||||
@@ -677,6 +751,8 @@ SYMBOL_FUNCTION float b3UnswapEndianFloat(unsigned int) [b3Scalar.h <558:1 <558:
|
||||
REFERENCE_TYPE_USAGE float b3UnswapEndianFloat(unsigned int) -> float [b3Scalar.h <558:17 558:21>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<558:56> [b3Scalar.h <558:56 558:56>]
|
||||
REFERENCE_TYPE_USAGE float b3UnswapEndianFloat(unsigned int) -> unsigned int [b3Scalar.h <558:43 558:50>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<559:1> [b3Scalar.h <559:1 559:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<559:1> [b3Scalar.h <570:1 570:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<560:11> [b3Scalar.h <560:11 560:11>]
|
||||
REFERENCE_TYPE_USAGE float b3UnswapEndianFloat(unsigned int) -> float [b3Scalar.h <560:5 560:9>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<561:20> [b3Scalar.h <561:20 561:22>]
|
||||
@@ -703,6 +779,8 @@ SYMBOL_BUILTIN_TYPE double
|
||||
REFERENCE_TYPE_USAGE void b3SwapEndianDouble(double, unsigned char *) -> double [b3Scalar.h <574:42 574:47>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<574:67> [b3Scalar.h <574:67 574:69>]
|
||||
REFERENCE_TYPE_USAGE void b3SwapEndianDouble(double, unsigned char *) -> unsigned char [b3Scalar.h <574:52 574:59>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<575:1> [b3Scalar.h <575:1 575:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<575:1> [b3Scalar.h <587:1 587:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<576:20> [b3Scalar.h <576:20 576:22>]
|
||||
REFERENCE_TYPE_USAGE void b3SwapEndianDouble(double, unsigned char *) -> unsigned char [b3Scalar.h <576:5 576:12>]
|
||||
REFERENCE_TYPE_USAGE void b3SwapEndianDouble(double, unsigned char *) -> unsigned char [b3Scalar.h <576:27 576:34>]
|
||||
@@ -727,6 +805,8 @@ SYMBOL_FUNCTION double b3UnswapEndianDouble(const unsigned char *) [b3Scalar.h <
|
||||
REFERENCE_TYPE_USAGE double b3UnswapEndianDouble(const unsigned char *) -> double [b3Scalar.h <590:17 590:22>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<590:66> [b3Scalar.h <590:66 590:68>]
|
||||
REFERENCE_TYPE_USAGE double b3UnswapEndianDouble(const unsigned char *) -> unsigned char [b3Scalar.h <590:51 590:58>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<591:1> [b3Scalar.h <591:1 591:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<591:1> [b3Scalar.h <605:1 605:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<592:12> [b3Scalar.h <592:12 592:12>]
|
||||
REFERENCE_TYPE_USAGE double b3UnswapEndianDouble(const unsigned char *) -> double [b3Scalar.h <592:5 592:10>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<593:20> [b3Scalar.h <593:20 593:22>]
|
||||
@@ -754,6 +834,8 @@ SYMBOL_FUNCTION b3Scalar b3NormalizeAngle(b3Scalar) [b3Scalar.h <608:1 <608:26 6
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3NormalizeAngle(b3Scalar) -> b3Scalar [b3Scalar.h <608:17 608:24>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<608:52> [b3Scalar.h <608:52 608:65>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3NormalizeAngle(b3Scalar) -> b3Scalar [b3Scalar.h <608:43 608:50>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<609:1> [b3Scalar.h <609:1 609:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<609:1> [b3Scalar.h <623:1 623:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<608:52> [b3Scalar.h <610:2 610:15>]
|
||||
SYMBOL_FUNCTION b3Scalar b3Fmod(b3Scalar, b3Scalar)
|
||||
REFERENCE_CALL b3Scalar b3NormalizeAngle(b3Scalar) -> b3Scalar b3Fmod(b3Scalar, b3Scalar) [b3Scalar.h <610:19 610:24>]
|
||||
@@ -761,23 +843,35 @@ LOCAL_SYMBOL: b3Scalar.h<608:52> [b3Scalar.h <610:26 610:39>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3NormalizeAngle(b3Scalar) -> b3Scalar [b3Scalar.h <610:42 610:48>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<608:52> [b3Scalar.h <611:5 611:18>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3NormalizeAngle(b3Scalar) -> b3Scalar [b3Scalar.h <611:23 611:27>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<612:2> [b3Scalar.h <612:2 612:2>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<612:2> [b3Scalar.h <614:2 614:2>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<608:52> [b3Scalar.h <613:10 613:23>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3NormalizeAngle(b3Scalar) -> b3Scalar [b3Scalar.h <613:27 613:33>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<608:52> [b3Scalar.h <615:10 615:23>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3NormalizeAngle(b3Scalar) -> b3Scalar [b3Scalar.h <615:27 615:31>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<616:2> [b3Scalar.h <616:2 616:2>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<616:2> [b3Scalar.h <618:2 618:2>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<608:52> [b3Scalar.h <617:10 617:23>]
|
||||
REFERENCE_TYPE_USAGE b3Scalar b3NormalizeAngle(b3Scalar) -> b3Scalar [b3Scalar.h <617:27 617:33>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<620:2> [b3Scalar.h <620:2 620:2>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<620:2> [b3Scalar.h <622:2 622:2>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<608:52> [b3Scalar.h <621:10 621:23>]
|
||||
SYMBOL_STRUCT b3TypedObject [b3Scalar.h <626:1 <626:8 626:20> 637:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<627:1> [b3Scalar.h <627:1 627:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<627:1> [b3Scalar.h <637:1 637:1>]
|
||||
SYMBOL_METHOD public void b3TypedObject::b3TypedObject(int) [b3Scalar.h <628:2 <628:2 628:14> 631:2>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<628:20> [b3Scalar.h <628:20 628:29>]
|
||||
REFERENCE_TYPE_USAGE void b3TypedObject::b3TypedObject(int) -> int [b3Scalar.h <628:16 628:18>]
|
||||
REFERENCE_USAGE void b3TypedObject::b3TypedObject(int) -> int b3TypedObject::m_objectType [b3Scalar.h <629:4 629:15>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<628:20> [b3Scalar.h <629:17 629:26>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<630:2> [b3Scalar.h <630:2 630:2>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<630:2> [b3Scalar.h <631:2 631:2>]
|
||||
SYMBOL_FIELD public int b3TypedObject::m_objectType [b3Scalar.h <632:6 632:17>]
|
||||
REFERENCE_TYPE_USAGE int b3TypedObject::m_objectType -> int [b3Scalar.h <632:2 632:4>]
|
||||
SYMBOL_METHOD public int b3TypedObject::getObjectType() const [b3Scalar.h <633:2 <633:13 633:25> 636:2>]
|
||||
REFERENCE_TYPE_USAGE int b3TypedObject::getObjectType() const -> int [b3Scalar.h <633:9 633:11>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<634:2> [b3Scalar.h <634:2 634:2>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<634:2> [b3Scalar.h <636:2 636:2>]
|
||||
REFERENCE_USAGE int b3TypedObject::getObjectType() const -> int b3TypedObject::m_objectType [b3Scalar.h <635:10 635:21>]
|
||||
SYMBOL_TEMPLATE_PARAMETER b3AlignPointer<typename T>::T [b3Scalar.h <642:20 642:20>]
|
||||
SYMBOL_FUNCTION T * b3AlignPointer<typename T>(T *, size_t) [b3Scalar.h <642:1 <642:25 642:38> 661:1>]
|
||||
@@ -786,8 +880,14 @@ LOCAL_SYMBOL: b3Scalar.h<642:43> [b3Scalar.h <642:43 642:54>]
|
||||
REFERENCE_TYPE_USAGE T * b3AlignPointer<typename T>(T *, size_t) -> b3AlignPointer<typename T>::T [b3Scalar.h <642:40 642:40>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<642:64> [b3Scalar.h <642:64 642:72>]
|
||||
REFERENCE_TYPE_USAGE T * b3AlignPointer<typename T>(T *, size_t) -> size_t [b3Scalar.h <642:57 642:62>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<643:1> [b3Scalar.h <643:1 643:1>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<643:1> [b3Scalar.h <661:1 661:1>]
|
||||
SYMBOL_STRUCT b3AlignPointer<typename T>::b3ConvertPointerSizeT [b3Scalar.h <645:2 <645:9 645:29> 652:2>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<646:2> [b3Scalar.h <646:2 646:2>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<646:2> [b3Scalar.h <652:2 652:2>]
|
||||
SYMBOL_UNION public b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>) [b3Scalar.h <647:3 <647:3 647:7> 651:3>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<648:3> [b3Scalar.h <648:3 648:3>]
|
||||
LOCAL_SYMBOL: b3Scalar.h<648:3> [b3Scalar.h <651:3 651:3>]
|
||||
SYMBOL_FIELD public b3AlignPointer<typename T>::T * b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr [b3Scalar.h <649:8 649:10>]
|
||||
REFERENCE_TYPE_USAGE b3AlignPointer<typename T>::T * b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::ptr -> b3AlignPointer<typename T>::T [b3Scalar.h <649:5 649:5>]
|
||||
SYMBOL_FIELD public size_t b3AlignPointer<typename T>::b3ConvertPointerSizeT::anonymous union (b3Scalar.h<647:3>)::integer [b3Scalar.h <650:12 650:18>]
|
||||
@@ -891,16 +991,22 @@ SYMBOL_TEMPLATE_PARAMETER b3AlignedAllocator<typename T, unsigned int Alignment>
|
||||
SYMBOL_TEMPLATE_PARAMETER b3AlignedAllocator<typename T, unsigned int Alignment>::Alignment [b3AlignedAllocator.h <60:34 60:42>]
|
||||
REFERENCE_TYPE_USAGE b3AlignedAllocator<typename T, unsigned int Alignment>::Alignment -> unsigned int [b3AlignedAllocator.h <60:25 60:32>]
|
||||
SYMBOL_CLASS b3AlignedAllocator<typename T, unsigned int Alignment> [b3AlignedAllocator.h <60:1 <61:7 61:24> 102:1>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<61:26> [b3AlignedAllocator.h <61:26 61:26>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<61:26> [b3AlignedAllocator.h <102:1 102:1>]
|
||||
SYMBOL_TYPEDEF private b3AlignedAllocator<typename T, unsigned int Alignment>::self_type [b3AlignedAllocator.h <63:46 63:54>]
|
||||
REFERENCE_TYPE_USAGE b3AlignedAllocator<typename T, unsigned int Alignment>::self_type -> b3AlignedAllocator<T, Alignment> [b3AlignedAllocator.h <63:10 63:27>]
|
||||
REFERENCE_TEMPLATE_ARGUMENT b3AlignedAllocator<T, Alignment> -> b3AlignedAllocator<typename T, unsigned int Alignment>::T [b3AlignedAllocator.h <63:30 63:30>]
|
||||
REFERENCE_TEMPLATE_ARGUMENT b3AlignedAllocator<T, Alignment> -> b3AlignedAllocator<typename T, unsigned int Alignment>::Alignment [b3AlignedAllocator.h <63:34 63:42>]
|
||||
SYMBOL_METHOD public void b3AlignedAllocator<typename T, unsigned int Alignment>::b3AlignedAllocator<T, Alignment>() [b3AlignedAllocator.h <68:2 <68:2 68:19> 68:24>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<68:23> [b3AlignedAllocator.h <68:23 68:23>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<68:23> [b3AlignedAllocator.h <68:24 68:24>]
|
||||
SYMBOL_TEMPLATE_PARAMETER b3AlignedAllocator<typename T, unsigned int Alignment>::b3AlignedAllocator<T, Alignment><typename Other>::Other [b3AlignedAllocator.h <73:22 73:26>]
|
||||
SYMBOL_METHOD public void b3AlignedAllocator<typename T, unsigned int Alignment>::b3AlignedAllocator<T, Alignment><typename Other>(const b3AlignedAllocator<Other, Alignment> &) [b3AlignedAllocator.h <73:2 <74:2 74:19> 74:73>]
|
||||
REFERENCE_TYPE_USAGE void b3AlignedAllocator<typename T, unsigned int Alignment>::b3AlignedAllocator<T, Alignment><typename Other>(const b3AlignedAllocator<Other, Alignment> &) -> b3AlignedAllocator<b3AlignedAllocator<T, Alignment><typename Other>::Other, Alignment> [b3AlignedAllocator.h <74:28 74:45>]
|
||||
REFERENCE_TEMPLATE_ARGUMENT b3AlignedAllocator<b3AlignedAllocator<T, Alignment><typename Other>::Other, Alignment> -> b3AlignedAllocator<typename T, unsigned int Alignment>::b3AlignedAllocator<T, Alignment><typename Other>::Other [b3AlignedAllocator.h <74:48 74:52>]
|
||||
REFERENCE_TEMPLATE_ARGUMENT b3AlignedAllocator<b3AlignedAllocator<T, Alignment><typename Other>::Other, Alignment> -> b3AlignedAllocator<typename T, unsigned int Alignment>::Alignment [b3AlignedAllocator.h <74:56 74:64>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<74:72> [b3AlignedAllocator.h <74:72 74:72>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<74:72> [b3AlignedAllocator.h <74:73 74:73>]
|
||||
SYMBOL_TYPEDEF public b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer [b3AlignedAllocator.h <76:27 76:39>]
|
||||
REFERENCE_TYPE_USAGE b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer -> b3AlignedAllocator<typename T, unsigned int Alignment>::T [b3AlignedAllocator.h <76:16 76:16>]
|
||||
SYMBOL_TYPEDEF public b3AlignedAllocator<typename T, unsigned int Alignment>::const_reference [b3AlignedAllocator.h <77:27 77:41>]
|
||||
@@ -915,11 +1021,15 @@ SYMBOL_METHOD public b3AlignedAllocator<typename T, unsigned int Alignment>::poi
|
||||
REFERENCE_TYPE_USAGE b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::address(b3AlignedAllocator<typename T, unsigned int Alignment>::reference) const -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer [b3AlignedAllocator.h <82:2 82:8>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<82:45> [b3AlignedAllocator.h <82:45 82:47>]
|
||||
REFERENCE_TYPE_USAGE b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::address(b3AlignedAllocator<typename T, unsigned int Alignment>::reference) const -> b3AlignedAllocator<typename T, unsigned int Alignment>::reference [b3AlignedAllocator.h <82:28 82:36>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<82:83> [b3AlignedAllocator.h <82:83 82:83>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<82:83> [b3AlignedAllocator.h <82:98 82:98>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<82:45> [b3AlignedAllocator.h <82:93 82:95>]
|
||||
SYMBOL_METHOD public b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer b3AlignedAllocator<typename T, unsigned int Alignment>::address(b3AlignedAllocator<typename T, unsigned int Alignment>::const_reference) const [b3AlignedAllocator.h <83:2 <83:16 83:22> 83:98>]
|
||||
REFERENCE_TYPE_USAGE b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer b3AlignedAllocator<typename T, unsigned int Alignment>::address(b3AlignedAllocator<typename T, unsigned int Alignment>::const_reference) const -> b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer [b3AlignedAllocator.h <83:2 83:14>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<83:45> [b3AlignedAllocator.h <83:45 83:47>]
|
||||
REFERENCE_TYPE_USAGE b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer b3AlignedAllocator<typename T, unsigned int Alignment>::address(b3AlignedAllocator<typename T, unsigned int Alignment>::const_reference) const -> b3AlignedAllocator<typename T, unsigned int Alignment>::const_reference [b3AlignedAllocator.h <83:28 83:42>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<83:83> [b3AlignedAllocator.h <83:83 83:83>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<83:83> [b3AlignedAllocator.h <83:98 83:98>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<83:45> [b3AlignedAllocator.h <83:93 83:95>]
|
||||
SYMBOL_METHOD public b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::allocate(btSizeType, b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer *) [b3AlignedAllocator.h <84:2 <84:16 84:23> 87:2>]
|
||||
REFERENCE_TYPE_USAGE b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::allocate(btSizeType, b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer *) -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer [b3AlignedAllocator.h <84:2 84:8>]
|
||||
@@ -927,6 +1037,8 @@ LOCAL_SYMBOL: b3AlignedAllocator.h<84:46> [b3AlignedAllocator.h <84:46 84:46>]
|
||||
REFERENCE_TYPE_USAGE b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::allocate(btSizeType, b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer *) -> btSizeType [b3AlignedAllocator.h <84:28 84:37>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<84:73> [b3AlignedAllocator.h <84:73 84:76>]
|
||||
REFERENCE_TYPE_USAGE b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::allocate(btSizeType, b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer *) -> b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer [b3AlignedAllocator.h <84:52 84:64>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<84:84> [b3AlignedAllocator.h <84:84 84:84>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<84:84> [b3AlignedAllocator.h <87:2 87:2>]
|
||||
REFERENCE_TYPE_USAGE b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::allocate(btSizeType, b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer *) -> void [b3AlignedAllocator.h <85:4 85:7>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<84:73> [b3AlignedAllocator.h <85:9 85:12>]
|
||||
REFERENCE_TYPE_USAGE b3AlignedAllocator<typename T, unsigned int Alignment>::pointer b3AlignedAllocator<typename T, unsigned int Alignment>::allocate(btSizeType, b3AlignedAllocator<typename T, unsigned int Alignment>::const_pointer *) -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer [b3AlignedAllocator.h <86:28 86:34>]
|
||||
@@ -941,6 +1053,8 @@ LOCAL_SYMBOL: b3AlignedAllocator.h<88:45> [b3AlignedAllocator.h <88:45 88:47>]
|
||||
REFERENCE_TYPE_USAGE void b3AlignedAllocator<typename T, unsigned int Alignment>::construct(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer, const b3AlignedAllocator<typename T, unsigned int Alignment>::value_type &) -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer [b3AlignedAllocator.h <88:28 88:34>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<88:72> [b3AlignedAllocator.h <88:72 88:76>]
|
||||
REFERENCE_TYPE_USAGE void b3AlignedAllocator<typename T, unsigned int Alignment>::construct(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer, const b3AlignedAllocator<typename T, unsigned int Alignment>::value_type &) -> b3AlignedAllocator<typename T, unsigned int Alignment>::value_type [b3AlignedAllocator.h <88:57 88:66>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<88:83> [b3AlignedAllocator.h <88:83 88:83>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<88:83> [b3AlignedAllocator.h <88:116 88:116>]
|
||||
REFERENCE_TYPE_USAGE void b3AlignedAllocator<typename T, unsigned int Alignment>::construct(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer, const b3AlignedAllocator<typename T, unsigned int Alignment>::value_type &) -> b3AlignedAllocator<typename T, unsigned int Alignment>::value_type [b3AlignedAllocator.h <88:95 88:104>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<88:72> [b3AlignedAllocator.h <88:107 88:111>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<88:45> [b3AlignedAllocator.h <88:90 88:92>]
|
||||
@@ -948,6 +1062,8 @@ SYMBOL_METHOD public void b3AlignedAllocator<typename T, unsigned int Alignment>
|
||||
REFERENCE_TYPE_USAGE void b3AlignedAllocator<typename T, unsigned int Alignment>::deallocate(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) -> void [b3AlignedAllocator.h <89:2 89:5>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<89:45> [b3AlignedAllocator.h <89:45 89:47>]
|
||||
REFERENCE_TYPE_USAGE void b3AlignedAllocator<typename T, unsigned int Alignment>::deallocate(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer [b3AlignedAllocator.h <89:28 89:34>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<89:51> [b3AlignedAllocator.h <89:51 89:51>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<89:51> [b3AlignedAllocator.h <91:2 91:2>]
|
||||
SYMBOL_FUNCTION void b3AlignedFreeInternal(void *)
|
||||
REFERENCE_CALL void b3AlignedAllocator<typename T, unsigned int Alignment>::deallocate(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) -> void b3AlignedFreeInternal(void *) [b3AlignedAllocator.h <90:3 90:15>]
|
||||
REFERENCE_TYPE_USAGE void b3AlignedAllocator<typename T, unsigned int Alignment>::deallocate(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) -> void [b3AlignedAllocator.h <90:36 90:39>]
|
||||
@@ -956,10 +1072,14 @@ SYMBOL_METHOD public void b3AlignedAllocator<typename T, unsigned int Alignment>
|
||||
REFERENCE_TYPE_USAGE void b3AlignedAllocator<typename T, unsigned int Alignment>::destroy(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) -> void [b3AlignedAllocator.h <92:2 92:5>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<92:45> [b3AlignedAllocator.h <92:45 92:47>]
|
||||
REFERENCE_TYPE_USAGE void b3AlignedAllocator<typename T, unsigned int Alignment>::destroy(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) -> b3AlignedAllocator<typename T, unsigned int Alignment>::pointer [b3AlignedAllocator.h <92:28 92:34>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<92:83> [b3AlignedAllocator.h <92:83 92:83>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<92:83> [b3AlignedAllocator.h <92:105 92:105>]
|
||||
REFERENCE_TYPE_USAGE void b3AlignedAllocator<typename T, unsigned int Alignment>::destroy(b3AlignedAllocator<typename T, unsigned int Alignment>::pointer) -> b3AlignedAllocator<typename T, unsigned int Alignment>::value_type [b3AlignedAllocator.h <92:91 92:100>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<92:45> [b3AlignedAllocator.h <92:85 92:87>]
|
||||
SYMBOL_TEMPLATE_PARAMETER b3AlignedAllocator<typename T, unsigned int Alignment>::rebind<typename O>::O [b3AlignedAllocator.h <95:22 95:22>]
|
||||
SYMBOL_STRUCT b3AlignedAllocator<typename T, unsigned int Alignment>::rebind<typename O> [b3AlignedAllocator.h <95:2 <95:33 95:38> 97:2>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<95:40> [b3AlignedAllocator.h <95:40 95:40>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<95:40> [b3AlignedAllocator.h <97:2 97:2>]
|
||||
SYMBOL_TYPEDEF public b3AlignedAllocator<typename T, unsigned int Alignment>::rebind<typename O>::other [b3AlignedAllocator.h <96:47 96:51>]
|
||||
REFERENCE_TYPE_USAGE b3AlignedAllocator<typename T, unsigned int Alignment>::rebind<typename O>::other -> b3AlignedAllocator<rebind<typename O>::O, Alignment> [b3AlignedAllocator.h <96:11 96:28>]
|
||||
REFERENCE_TEMPLATE_ARGUMENT b3AlignedAllocator<rebind<typename O>::O, Alignment> -> b3AlignedAllocator<typename T, unsigned int Alignment>::rebind<typename O>::O [b3AlignedAllocator.h <96:31 96:31>]
|
||||
@@ -970,10 +1090,14 @@ REFERENCE_TYPE_USAGE b3AlignedAllocator<typename T, unsigned int Alignment>::sel
|
||||
REFERENCE_TYPE_USAGE b3AlignedAllocator<typename T, unsigned int Alignment>::self_type & b3AlignedAllocator<typename T, unsigned int Alignment>::operator=<typename O>(const b3AlignedAllocator<O, Alignment> &) -> b3AlignedAllocator<operator=<typename O>::O, Alignment> [b3AlignedAllocator.h <99:31 99:48>]
|
||||
REFERENCE_TEMPLATE_ARGUMENT b3AlignedAllocator<operator=<typename O>::O, Alignment> -> b3AlignedAllocator<typename T, unsigned int Alignment>::operator=<typename O>::O [b3AlignedAllocator.h <99:51 99:51>]
|
||||
REFERENCE_TEMPLATE_ARGUMENT b3AlignedAllocator<operator=<typename O>::O, Alignment> -> b3AlignedAllocator<typename T, unsigned int Alignment>::Alignment [b3AlignedAllocator.h <99:55 99:63>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<99:71> [b3AlignedAllocator.h <99:71 99:71>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<99:71> [b3AlignedAllocator.h <99:87 99:87>]
|
||||
SYMBOL_FUNCTION public bool operator==(const b3AlignedAllocator<typename T, unsigned int Alignment>::self_type &, const b3AlignedAllocator<typename T, unsigned int Alignment>::self_type &) [b3AlignedAllocator.h <101:2 <101:14 101:23> 101:81>]
|
||||
REFERENCE_TYPE_USAGE bool operator==(const b3AlignedAllocator<typename T, unsigned int Alignment>::self_type &, const b3AlignedAllocator<typename T, unsigned int Alignment>::self_type &) -> bool [b3AlignedAllocator.h <101:9 101:12>]
|
||||
REFERENCE_TYPE_USAGE bool operator==(const b3AlignedAllocator<typename T, unsigned int Alignment>::self_type &, const b3AlignedAllocator<typename T, unsigned int Alignment>::self_type &) -> b3AlignedAllocator<typename T, unsigned int Alignment>::self_type [b3AlignedAllocator.h <101:32 101:40>]
|
||||
REFERENCE_TYPE_USAGE bool operator==(const b3AlignedAllocator<typename T, unsigned int Alignment>::self_type &, const b3AlignedAllocator<typename T, unsigned int Alignment>::self_type &) -> b3AlignedAllocator<typename T, unsigned int Alignment>::self_type [b3AlignedAllocator.h <101:52 101:60>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<101:66> [b3AlignedAllocator.h <101:66 101:66>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.h<101:66> [b3AlignedAllocator.h <101:81 101:81>]
|
||||
SYMBOL_GLOBAL_VARIABLE int b3g_numAlignedAllocs [b3AlignedAllocator.cpp <18:5 18:24>]
|
||||
REFERENCE_TYPE_USAGE int b3g_numAlignedAllocs -> int [b3AlignedAllocator.cpp <18:1 18:3>]
|
||||
SYMBOL_GLOBAL_VARIABLE int b3g_numAlignedFree [b3AlignedAllocator.cpp <19:5 19:22>]
|
||||
@@ -984,6 +1108,8 @@ SYMBOL_FUNCTION static void * b3AllocDefault(size_t) (b3AlignedAllocator.cpp) [b
|
||||
REFERENCE_TYPE_USAGE static void * b3AllocDefault(size_t) (b3AlignedAllocator.cpp) -> void [b3AlignedAllocator.cpp <22:8 22:11>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<22:36> [b3AlignedAllocator.cpp <22:36 22:39>]
|
||||
REFERENCE_TYPE_USAGE static void * b3AllocDefault(size_t) (b3AlignedAllocator.cpp) -> size_t [b3AlignedAllocator.cpp <22:29 22:34>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<23:1> [b3AlignedAllocator.cpp <23:1 23:1>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<23:1> [b3AlignedAllocator.cpp <25:1 25:1>]
|
||||
SYMBOL_FUNCTION void * malloc(size_t)
|
||||
REFERENCE_CALL static void * b3AllocDefault(size_t) (b3AlignedAllocator.cpp) -> void * malloc(size_t) [b3AlignedAllocator.cpp <24:9 24:14>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<22:36> [b3AlignedAllocator.cpp <24:16 24:19>]
|
||||
@@ -991,6 +1117,8 @@ SYMBOL_FUNCTION static void b3FreeDefault(void *) (b3AlignedAllocator.cpp) [b3Al
|
||||
REFERENCE_TYPE_USAGE static void b3FreeDefault(void *) (b3AlignedAllocator.cpp) -> void [b3AlignedAllocator.cpp <27:8 27:11>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<27:33> [b3AlignedAllocator.cpp <27:33 27:35>]
|
||||
REFERENCE_TYPE_USAGE static void b3FreeDefault(void *) (b3AlignedAllocator.cpp) -> void [b3AlignedAllocator.cpp <27:27 27:30>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<28:1> [b3AlignedAllocator.cpp <28:1 28:1>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<28:1> [b3AlignedAllocator.cpp <30:1 30:1>]
|
||||
SYMBOL_FUNCTION void free(void *)
|
||||
REFERENCE_CALL static void b3FreeDefault(void *) (b3AlignedAllocator.cpp) -> void free(void *) [b3AlignedAllocator.cpp <29:2 29:5>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<27:33> [b3AlignedAllocator.cpp <29:7 29:9>]
|
||||
@@ -1006,6 +1134,8 @@ LOCAL_SYMBOL: b3AlignedAllocator.cpp<66:50> [b3AlignedAllocator.cpp <66:50 66:53
|
||||
REFERENCE_TYPE_USAGE static void * b3AlignedAllocDefault(size_t, int) (b3AlignedAllocator.cpp) -> size_t [b3AlignedAllocator.cpp <66:43 66:48>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<66:60> [b3AlignedAllocator.cpp <66:60 66:68>]
|
||||
REFERENCE_TYPE_USAGE static void * b3AlignedAllocDefault(size_t, int) (b3AlignedAllocator.cpp) -> int [b3AlignedAllocator.cpp <66:56 66:58>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<67:1> [b3AlignedAllocator.cpp <67:1 67:1>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<67:1> [b3AlignedAllocator.cpp <78:1 78:1>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<68:9> [b3AlignedAllocator.cpp <68:9 68:11>]
|
||||
REFERENCE_TYPE_USAGE static void * b3AlignedAllocDefault(size_t, int) (b3AlignedAllocator.cpp) -> void [b3AlignedAllocator.cpp <68:3 68:6>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<69:9> [b3AlignedAllocator.cpp <69:9 69:12>]
|
||||
@@ -1017,6 +1147,8 @@ LOCAL_SYMBOL: b3AlignedAllocator.cpp<66:50> [b3AlignedAllocator.cpp <70:32 70:35
|
||||
REFERENCE_TYPE_USAGE static void * b3AlignedAllocDefault(size_t, int) (b3AlignedAllocator.cpp) -> void [b3AlignedAllocator.cpp <70:46 70:49>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<66:60> [b3AlignedAllocator.cpp <70:57 70:65>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<69:9> [b3AlignedAllocator.cpp <71:7 71:10>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<71:13> [b3AlignedAllocator.cpp <71:13 71:13>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<71:13> [b3AlignedAllocator.cpp <74:3 74:3>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<68:9> [b3AlignedAllocator.cpp <72:2 72:4>]
|
||||
SYMBOL_FUNCTION char * b3AlignPointer<char>(char *, size_t)
|
||||
REFERENCE_CALL static void * b3AlignedAllocDefault(size_t, int) (b3AlignedAllocator.cpp) -> char * b3AlignPointer<char>(char *, size_t) [b3AlignedAllocator.cpp <72:8 72:21>]
|
||||
@@ -1027,6 +1159,8 @@ REFERENCE_TYPE_USAGE static void * b3AlignedAllocDefault(size_t, int) (b3Aligned
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<68:9> [b3AlignedAllocator.cpp <73:17 73:19>]
|
||||
REFERENCE_TYPE_USAGE static void * b3AlignedAllocDefault(size_t, int) (b3AlignedAllocator.cpp) -> void [b3AlignedAllocator.cpp <73:28 73:31>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<69:9> [b3AlignedAllocator.cpp <73:36 73:39>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<74:10> [b3AlignedAllocator.cpp <74:10 74:10>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<74:10> [b3AlignedAllocator.cpp <76:3 76:3>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<68:9> [b3AlignedAllocator.cpp <75:5 75:7>]
|
||||
REFERENCE_TYPE_USAGE static void * b3AlignedAllocDefault(size_t, int) (b3AlignedAllocator.cpp) -> void [b3AlignedAllocator.cpp <75:12 75:15>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<69:9> [b3AlignedAllocator.cpp <75:20 75:23>]
|
||||
@@ -1035,9 +1169,13 @@ SYMBOL_FUNCTION static void b3AlignedFreeDefault(void *) (b3AlignedAllocator.cpp
|
||||
REFERENCE_TYPE_USAGE static void b3AlignedFreeDefault(void *) (b3AlignedAllocator.cpp) -> void [b3AlignedAllocator.cpp <80:15 80:18>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<80:47> [b3AlignedAllocator.cpp <80:47 80:49>]
|
||||
REFERENCE_TYPE_USAGE static void b3AlignedFreeDefault(void *) (b3AlignedAllocator.cpp) -> void [b3AlignedAllocator.cpp <80:41 80:44>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<81:1> [b3AlignedAllocator.cpp <81:1 81:1>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<81:1> [b3AlignedAllocator.cpp <88:1 88:1>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<82:9> [b3AlignedAllocator.cpp <82:9 82:12>]
|
||||
REFERENCE_TYPE_USAGE static void b3AlignedFreeDefault(void *) (b3AlignedAllocator.cpp) -> void [b3AlignedAllocator.cpp <82:3 82:6>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<80:47> [b3AlignedAllocator.cpp <84:7 84:9>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<84:12> [b3AlignedAllocator.cpp <84:12 84:12>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<84:12> [b3AlignedAllocator.cpp <87:3 87:3>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<82:9> [b3AlignedAllocator.cpp <85:5 85:8>]
|
||||
REFERENCE_TYPE_USAGE static void b3AlignedFreeDefault(void *) (b3AlignedAllocator.cpp) -> void [b3AlignedAllocator.cpp <85:15 85:18>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<80:47> [b3AlignedAllocator.cpp <85:24 85:26>]
|
||||
@@ -1055,6 +1193,8 @@ LOCAL_SYMBOL: b3AlignedAllocator.cpp<95:57> [b3AlignedAllocator.cpp <95:57 95:65
|
||||
REFERENCE_TYPE_USAGE void b3AlignedAllocSetCustomAligned(b3AlignedAllocFunc *, b3AlignedFreeFunc *) -> b3AlignedAllocFunc [b3AlignedAllocator.cpp <95:37 95:54>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<95:87> [b3AlignedAllocator.cpp <95:87 95:94>]
|
||||
REFERENCE_TYPE_USAGE void b3AlignedAllocSetCustomAligned(b3AlignedAllocFunc *, b3AlignedFreeFunc *) -> b3AlignedFreeFunc [b3AlignedAllocator.cpp <95:68 95:84>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<96:1> [b3AlignedAllocator.cpp <96:1 96:1>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<96:1> [b3AlignedAllocator.cpp <99:1 99:1>]
|
||||
REFERENCE_USAGE void b3AlignedAllocSetCustomAligned(b3AlignedAllocFunc *, b3AlignedFreeFunc *) -> b3AlignedAllocFunc * b3s_alignedAllocFunc (b3AlignedAllocator.cpp) [b3AlignedAllocator.cpp <97:3 97:22>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<95:57> [b3AlignedAllocator.cpp <97:26 97:34>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<95:57> [b3AlignedAllocator.cpp <97:38 97:46>]
|
||||
@@ -1069,6 +1209,8 @@ LOCAL_SYMBOL: b3AlignedAllocator.cpp<101:43> [b3AlignedAllocator.cpp <101:43 101
|
||||
REFERENCE_TYPE_USAGE void b3AlignedAllocSetCustom(b3AllocFunc *, b3FreeFunc *) -> b3AllocFunc [b3AlignedAllocator.cpp <101:30 101:40>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<101:66> [b3AlignedAllocator.cpp <101:66 101:73>]
|
||||
REFERENCE_TYPE_USAGE void b3AlignedAllocSetCustom(b3AllocFunc *, b3FreeFunc *) -> b3FreeFunc [b3AlignedAllocator.cpp <101:54 101:63>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<102:1> [b3AlignedAllocator.cpp <102:1 102:1>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<102:1> [b3AlignedAllocator.cpp <105:1 105:1>]
|
||||
REFERENCE_USAGE void b3AlignedAllocSetCustom(b3AllocFunc *, b3FreeFunc *) -> b3AllocFunc * b3s_allocFunc (b3AlignedAllocator.cpp) [b3AlignedAllocator.cpp <103:3 103:15>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<101:43> [b3AlignedAllocator.cpp <103:19 103:27>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<101:43> [b3AlignedAllocator.cpp <103:31 103:39>]
|
||||
@@ -1083,6 +1225,8 @@ LOCAL_SYMBOL: b3AlignedAllocator.cpp<159:38> [b3AlignedAllocator.cpp <159:38 159
|
||||
REFERENCE_TYPE_USAGE void * b3AlignedAllocInternal(size_t, int) -> size_t [b3AlignedAllocator.cpp <159:31 159:36>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<159:48> [b3AlignedAllocator.cpp <159:48 159:56>]
|
||||
REFERENCE_TYPE_USAGE void * b3AlignedAllocInternal(size_t, int) -> int [b3AlignedAllocator.cpp <159:44 159:46>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<160:1> [b3AlignedAllocator.cpp <160:1 160:1>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<160:1> [b3AlignedAllocator.cpp <166:1 166:1>]
|
||||
REFERENCE_USAGE void * b3AlignedAllocInternal(size_t, int) -> int b3g_numAlignedAllocs [b3AlignedAllocator.cpp <161:2 161:21>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<162:8> [b3AlignedAllocator.cpp <162:8 162:10>]
|
||||
REFERENCE_TYPE_USAGE void * b3AlignedAllocInternal(size_t, int) -> void [b3AlignedAllocator.cpp <162:2 162:5>]
|
||||
@@ -1095,7 +1239,11 @@ SYMBOL_FUNCTION void b3AlignedFreeInternal(void *) [b3AlignedAllocator.cpp <168:
|
||||
REFERENCE_TYPE_USAGE void b3AlignedFreeInternal(void *) -> void [b3AlignedAllocator.cpp <168:1 168:4>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<168:35> [b3AlignedAllocator.cpp <168:35 168:37>]
|
||||
REFERENCE_TYPE_USAGE void b3AlignedFreeInternal(void *) -> void [b3AlignedAllocator.cpp <168:29 168:32>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<169:1> [b3AlignedAllocator.cpp <169:1 169:1>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<169:1> [b3AlignedAllocator.cpp <178:1 178:1>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<168:35> [b3AlignedAllocator.cpp <170:7 170:9>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<171:2> [b3AlignedAllocator.cpp <171:2 171:2>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<171:2> [b3AlignedAllocator.cpp <173:2 173:2>]
|
||||
REFERENCE_USAGE void b3AlignedFreeInternal(void *) -> int b3g_numAlignedFree [b3AlignedAllocator.cpp <175:2 175:19>]
|
||||
REFERENCE_USAGE void b3AlignedFreeInternal(void *) -> b3AlignedFreeFunc * b3s_alignedFreeFunc (b3AlignedAllocator.cpp) [b3AlignedAllocator.cpp <177:2 177:20>]
|
||||
LOCAL_SYMBOL: b3AlignedAllocator.cpp<168:35> [b3AlignedAllocator.cpp <177:22 177:24>]
|
||||
|
||||
+42
@@ -742,13 +742,19 @@ REFERENCE_TYPE_USAGE void b3EnterProfileZone(const char *) -> char [b3Logging.h
|
||||
SYMBOL_FUNCTION void b3LeaveProfileZone() [b3Logging.h <24:6 24:23>]
|
||||
REFERENCE_TYPE_USAGE void b3LeaveProfileZone() -> void [b3Logging.h <24:1 24:4>]
|
||||
SYMBOL_CLASS b3ProfileZone [b3Logging.h <27:1 <27:7 27:19> 39:1>]
|
||||
LOCAL_SYMBOL: b3Logging.h<28:1> [b3Logging.h <28:1 28:1>]
|
||||
LOCAL_SYMBOL: b3Logging.h<28:1> [b3Logging.h <39:1 39:1>]
|
||||
SYMBOL_METHOD public void b3ProfileZone::b3ProfileZone(const char *) [b3Logging.h <30:2 <30:2 30:14> 33:2>]
|
||||
LOCAL_SYMBOL: b3Logging.h<30:28> [b3Logging.h <30:28 30:31>]
|
||||
REFERENCE_TYPE_USAGE void b3ProfileZone::b3ProfileZone(const char *) -> char [b3Logging.h <30:22 30:25>]
|
||||
LOCAL_SYMBOL: b3Logging.h<31:2> [b3Logging.h <31:2 31:2>]
|
||||
LOCAL_SYMBOL: b3Logging.h<31:2> [b3Logging.h <33:2 33:2>]
|
||||
SYMBOL_FUNCTION void b3EnterProfileZone(const char *)
|
||||
REFERENCE_CALL void b3ProfileZone::b3ProfileZone(const char *) -> void b3EnterProfileZone(const char *) [b3Logging.h <32:3 32:20>]
|
||||
LOCAL_SYMBOL: b3Logging.h<30:28> [b3Logging.h <32:23 32:26>]
|
||||
SYMBOL_METHOD public void b3ProfileZone::~b3ProfileZone() [b3Logging.h <35:2 <35:2 35:15> 38:2>]
|
||||
LOCAL_SYMBOL: b3Logging.h<36:2> [b3Logging.h <36:2 36:2>]
|
||||
LOCAL_SYMBOL: b3Logging.h<36:2> [b3Logging.h <38:2 38:2>]
|
||||
SYMBOL_FUNCTION void b3LeaveProfileZone()
|
||||
REFERENCE_CALL void b3ProfileZone::~b3ProfileZone() -> void b3LeaveProfileZone() [b3Logging.h <37:3 37:20>]
|
||||
SYMBOL_TYPEDEF b3PrintfFunc [b3Logging.h <53:15 53:26>]
|
||||
@@ -805,6 +811,8 @@ SYMBOL_FUNCTION void b3PrintfFuncDefault(const char *) [b3Logging.cpp <26:1 <26:
|
||||
REFERENCE_TYPE_USAGE void b3PrintfFuncDefault(const char *) -> void [b3Logging.cpp <26:1 26:4>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<26:38> [b3Logging.cpp <26:38 26:40>]
|
||||
REFERENCE_TYPE_USAGE void b3PrintfFuncDefault(const char *) -> char [b3Logging.cpp <26:32 26:35>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<27:1> [b3Logging.cpp <27:1 27:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<27:1> [b3Logging.cpp <34:1 34:1>]
|
||||
SYMBOL_FUNCTION void OutputDebugStringA(LPCSTR)
|
||||
REFERENCE_CALL void b3PrintfFuncDefault(const char *) -> void OutputDebugStringA(LPCSTR) [b3Logging.cpp <29:2 29:19>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<26:38> [b3Logging.cpp <29:21 29:23>]
|
||||
@@ -819,6 +827,8 @@ SYMBOL_FUNCTION void b3WarningMessageFuncDefault(const char *) [b3Logging.cpp <3
|
||||
REFERENCE_TYPE_USAGE void b3WarningMessageFuncDefault(const char *) -> void [b3Logging.cpp <36:1 36:4>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<36:46> [b3Logging.cpp <36:46 36:48>]
|
||||
REFERENCE_TYPE_USAGE void b3WarningMessageFuncDefault(const char *) -> char [b3Logging.cpp <36:40 36:43>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<37:1> [b3Logging.cpp <37:1 37:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<37:1> [b3Logging.cpp <45:1 45:1>]
|
||||
REFERENCE_CALL void b3WarningMessageFuncDefault(const char *) -> void OutputDebugStringA(LPCSTR) [b3Logging.cpp <39:2 39:19>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<36:46> [b3Logging.cpp <39:21 39:23>]
|
||||
REFERENCE_CALL void b3WarningMessageFuncDefault(const char *) -> int printf(const char * const) [b3Logging.cpp <41:2 41:7>]
|
||||
@@ -829,6 +839,8 @@ SYMBOL_FUNCTION void b3ErrorMessageFuncDefault(const char *) [b3Logging.cpp <48:
|
||||
REFERENCE_TYPE_USAGE void b3ErrorMessageFuncDefault(const char *) -> void [b3Logging.cpp <48:1 48:4>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<48:44> [b3Logging.cpp <48:44 48:46>]
|
||||
REFERENCE_TYPE_USAGE void b3ErrorMessageFuncDefault(const char *) -> char [b3Logging.cpp <48:38 48:41>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<49:1> [b3Logging.cpp <49:1 49:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<49:1> [b3Logging.cpp <58:1 58:1>]
|
||||
REFERENCE_CALL void b3ErrorMessageFuncDefault(const char *) -> void OutputDebugStringA(LPCSTR) [b3Logging.cpp <51:2 51:19>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<48:44> [b3Logging.cpp <51:21 51:23>]
|
||||
REFERENCE_CALL void b3ErrorMessageFuncDefault(const char *) -> int printf(const char * const) [b3Logging.cpp <53:2 53:7>]
|
||||
@@ -848,26 +860,36 @@ SYMBOL_FUNCTION void b3SetCustomPrintfFunc(b3PrintfFunc *) [b3Logging.cpp <68:1
|
||||
REFERENCE_TYPE_USAGE void b3SetCustomPrintfFunc(b3PrintfFunc *) -> void [b3Logging.cpp <68:1 68:4>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<68:42> [b3Logging.cpp <68:42 68:51>]
|
||||
REFERENCE_TYPE_USAGE void b3SetCustomPrintfFunc(b3PrintfFunc *) -> b3PrintfFunc [b3Logging.cpp <68:28 68:39>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<69:1> [b3Logging.cpp <69:1 69:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<69:1> [b3Logging.cpp <71:1 71:1>]
|
||||
REFERENCE_USAGE void b3SetCustomPrintfFunc(b3PrintfFunc *) -> b3PrintfFunc * b3s_printfFunc (b3Logging.cpp) [b3Logging.cpp <70:2 70:15>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<68:42> [b3Logging.cpp <70:19 70:28>]
|
||||
SYMBOL_FUNCTION void b3SetCustomWarningMessageFunc(b3WarningMessageFunc *) [b3Logging.cpp <72:1 <72:6 72:34> 75:1>]
|
||||
REFERENCE_TYPE_USAGE void b3SetCustomWarningMessageFunc(b3WarningMessageFunc *) -> void [b3Logging.cpp <72:1 72:4>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<72:50> [b3Logging.cpp <72:50 72:67>]
|
||||
REFERENCE_TYPE_USAGE void b3SetCustomWarningMessageFunc(b3WarningMessageFunc *) -> b3PrintfFunc [b3Logging.cpp <72:36 72:47>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<73:1> [b3Logging.cpp <73:1 73:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<73:1> [b3Logging.cpp <75:1 75:1>]
|
||||
REFERENCE_USAGE void b3SetCustomWarningMessageFunc(b3WarningMessageFunc *) -> b3WarningMessageFunc * b3s_warningMessageFunc (b3Logging.cpp) [b3Logging.cpp <74:2 74:23>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<72:50> [b3Logging.cpp <74:27 74:44>]
|
||||
SYMBOL_FUNCTION void b3SetCustomErrorMessageFunc(b3ErrorMessageFunc *) [b3Logging.cpp <76:1 <76:6 76:32> 79:1>]
|
||||
REFERENCE_TYPE_USAGE void b3SetCustomErrorMessageFunc(b3ErrorMessageFunc *) -> void [b3Logging.cpp <76:1 76:4>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<76:48> [b3Logging.cpp <76:48 76:63>]
|
||||
REFERENCE_TYPE_USAGE void b3SetCustomErrorMessageFunc(b3ErrorMessageFunc *) -> b3PrintfFunc [b3Logging.cpp <76:34 76:45>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<77:1> [b3Logging.cpp <77:1 77:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<77:1> [b3Logging.cpp <79:1 79:1>]
|
||||
REFERENCE_USAGE void b3SetCustomErrorMessageFunc(b3ErrorMessageFunc *) -> b3ErrorMessageFunc * b3s_errorMessageFunc (b3Logging.cpp) [b3Logging.cpp <78:2 78:21>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<76:48> [b3Logging.cpp <78:25 78:40>]
|
||||
SYMBOL_FUNCTION void b3OutputPrintfVarArgsInternal(const char *) [b3Logging.cpp <85:1 <85:6 85:34> 97:1>]
|
||||
REFERENCE_TYPE_USAGE void b3OutputPrintfVarArgsInternal(const char *) -> void [b3Logging.cpp <85:1 85:4>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<85:48> [b3Logging.cpp <85:48 85:50>]
|
||||
REFERENCE_TYPE_USAGE void b3OutputPrintfVarArgsInternal(const char *) -> char [b3Logging.cpp <85:42 85:45>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<86:1> [b3Logging.cpp <86:1 86:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<86:1> [b3Logging.cpp <97:1 97:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<87:10> [b3Logging.cpp <87:10 87:17>]
|
||||
REFERENCE_TYPE_USAGE void b3OutputPrintfVarArgsInternal(const char *) -> char [b3Logging.cpp <87:5 87:8>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<87:47> [b3Logging.cpp <87:47 87:47>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<87:47> [b3Logging.cpp <87:49 87:49>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<88:13> [b3Logging.cpp <88:13 88:19>]
|
||||
REFERENCE_TYPE_USAGE void b3OutputPrintfVarArgsInternal(const char *) -> va_list [b3Logging.cpp <88:5 88:11>]
|
||||
REFERENCE_TYPE_USAGE void b3OutputPrintfVarArgsInternal(const char *) -> void [b3Logging.cpp <89:5 89:12>]
|
||||
@@ -891,8 +913,12 @@ SYMBOL_FUNCTION void b3OutputWarningMessageVarArgsInternal(const char *) [b3Logg
|
||||
REFERENCE_TYPE_USAGE void b3OutputWarningMessageVarArgsInternal(const char *) -> void [b3Logging.cpp <98:1 98:4>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<98:56> [b3Logging.cpp <98:56 98:58>]
|
||||
REFERENCE_TYPE_USAGE void b3OutputWarningMessageVarArgsInternal(const char *) -> char [b3Logging.cpp <98:50 98:53>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<99:1> [b3Logging.cpp <99:1 99:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<99:1> [b3Logging.cpp <110:1 110:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<100:10> [b3Logging.cpp <100:10 100:17>]
|
||||
REFERENCE_TYPE_USAGE void b3OutputWarningMessageVarArgsInternal(const char *) -> char [b3Logging.cpp <100:5 100:8>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<100:47> [b3Logging.cpp <100:47 100:47>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<100:47> [b3Logging.cpp <100:49 100:49>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<101:13> [b3Logging.cpp <101:13 101:19>]
|
||||
REFERENCE_TYPE_USAGE void b3OutputWarningMessageVarArgsInternal(const char *) -> va_list [b3Logging.cpp <101:5 101:11>]
|
||||
REFERENCE_TYPE_USAGE void b3OutputWarningMessageVarArgsInternal(const char *) -> void [b3Logging.cpp <102:5 102:12>]
|
||||
@@ -913,8 +939,12 @@ SYMBOL_FUNCTION void b3OutputErrorMessageVarArgsInternal(const char *) [b3Loggin
|
||||
REFERENCE_TYPE_USAGE void b3OutputErrorMessageVarArgsInternal(const char *) -> void [b3Logging.cpp <111:1 111:4>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<111:54> [b3Logging.cpp <111:54 111:56>]
|
||||
REFERENCE_TYPE_USAGE void b3OutputErrorMessageVarArgsInternal(const char *) -> char [b3Logging.cpp <111:48 111:51>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<112:1> [b3Logging.cpp <112:1 112:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<112:1> [b3Logging.cpp <125:1 125:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<114:10> [b3Logging.cpp <114:10 114:17>]
|
||||
REFERENCE_TYPE_USAGE void b3OutputErrorMessageVarArgsInternal(const char *) -> char [b3Logging.cpp <114:5 114:8>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<114:47> [b3Logging.cpp <114:47 114:47>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<114:47> [b3Logging.cpp <114:49 114:49>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<115:13> [b3Logging.cpp <115:13 115:19>]
|
||||
REFERENCE_TYPE_USAGE void b3OutputErrorMessageVarArgsInternal(const char *) -> va_list [b3Logging.cpp <115:5 115:11>]
|
||||
REFERENCE_TYPE_USAGE void b3OutputErrorMessageVarArgsInternal(const char *) -> void [b3Logging.cpp <116:5 116:12>]
|
||||
@@ -935,8 +965,12 @@ SYMBOL_FUNCTION void b3EnterProfileZoneDefault(const char *) [b3Logging.cpp <128
|
||||
REFERENCE_TYPE_USAGE void b3EnterProfileZoneDefault(const char *) -> void [b3Logging.cpp <128:1 128:4>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<128:44> [b3Logging.cpp <128:44 128:47>]
|
||||
REFERENCE_TYPE_USAGE void b3EnterProfileZoneDefault(const char *) -> char [b3Logging.cpp <128:38 128:41>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<129:1> [b3Logging.cpp <129:1 129:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<129:1> [b3Logging.cpp <130:1 130:1>]
|
||||
SYMBOL_FUNCTION void b3LeaveProfileZoneDefault() [b3Logging.cpp <131:1 <131:6 131:30> 133:1>]
|
||||
REFERENCE_TYPE_USAGE void b3LeaveProfileZoneDefault() -> void [b3Logging.cpp <131:1 131:4>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<132:1> [b3Logging.cpp <132:1 132:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<132:1> [b3Logging.cpp <133:1 133:1>]
|
||||
SYMBOL_GLOBAL_VARIABLE b3EnterProfileZoneFunc * b3s_enterFunc (b3Logging.cpp) [b3Logging.cpp <134:32 134:44>]
|
||||
REFERENCE_TYPE_USAGE b3EnterProfileZoneFunc * b3s_enterFunc (b3Logging.cpp) -> b3EnterProfileZoneFunc [b3Logging.cpp <134:8 134:29>]
|
||||
REFERENCE_USAGE b3EnterProfileZoneFunc * b3s_enterFunc (b3Logging.cpp) -> void b3EnterProfileZoneDefault(const char *) [b3Logging.cpp <134:48 134:72>]
|
||||
@@ -947,20 +981,28 @@ SYMBOL_FUNCTION void b3EnterProfileZone(const char *) [b3Logging.cpp <136:1 <136
|
||||
REFERENCE_TYPE_USAGE void b3EnterProfileZone(const char *) -> void [b3Logging.cpp <136:1 136:4>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<136:37> [b3Logging.cpp <136:37 136:40>]
|
||||
REFERENCE_TYPE_USAGE void b3EnterProfileZone(const char *) -> char [b3Logging.cpp <136:31 136:34>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<137:1> [b3Logging.cpp <137:1 137:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<137:1> [b3Logging.cpp <139:1 139:1>]
|
||||
REFERENCE_USAGE void b3EnterProfileZone(const char *) -> b3EnterProfileZoneFunc * b3s_enterFunc (b3Logging.cpp) [b3Logging.cpp <138:3 138:15>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<136:37> [b3Logging.cpp <138:18 138:21>]
|
||||
SYMBOL_FUNCTION void b3LeaveProfileZone() [b3Logging.cpp <140:1 <140:6 140:23> 143:1>]
|
||||
REFERENCE_TYPE_USAGE void b3LeaveProfileZone() -> void [b3Logging.cpp <140:1 140:4>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<141:1> [b3Logging.cpp <141:1 141:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<141:1> [b3Logging.cpp <143:1 143:1>]
|
||||
REFERENCE_USAGE void b3LeaveProfileZone() -> b3LeaveProfileZoneFunc * b3s_leaveFunc (b3Logging.cpp) [b3Logging.cpp <142:3 142:15>]
|
||||
SYMBOL_FUNCTION void b3SetCustomEnterProfileZoneFunc(b3EnterProfileZoneFunc *) [b3Logging.cpp <145:1 <145:6 145:36> 148:1>]
|
||||
REFERENCE_TYPE_USAGE void b3SetCustomEnterProfileZoneFunc(b3EnterProfileZoneFunc *) -> void [b3Logging.cpp <145:1 145:4>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<145:62> [b3Logging.cpp <145:62 145:70>]
|
||||
REFERENCE_TYPE_USAGE void b3SetCustomEnterProfileZoneFunc(b3EnterProfileZoneFunc *) -> b3EnterProfileZoneFunc [b3Logging.cpp <145:38 145:59>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<146:1> [b3Logging.cpp <146:1 146:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<146:1> [b3Logging.cpp <148:1 148:1>]
|
||||
REFERENCE_USAGE void b3SetCustomEnterProfileZoneFunc(b3EnterProfileZoneFunc *) -> b3EnterProfileZoneFunc * b3s_enterFunc (b3Logging.cpp) [b3Logging.cpp <147:2 147:14>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<145:62> [b3Logging.cpp <147:18 147:26>]
|
||||
SYMBOL_FUNCTION void b3SetCustomLeaveProfileZoneFunc(b3LeaveProfileZoneFunc *) [b3Logging.cpp <149:1 <149:6 149:36> 152:1>]
|
||||
REFERENCE_TYPE_USAGE void b3SetCustomLeaveProfileZoneFunc(b3LeaveProfileZoneFunc *) -> void [b3Logging.cpp <149:1 149:4>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<149:62> [b3Logging.cpp <149:62 149:70>]
|
||||
REFERENCE_TYPE_USAGE void b3SetCustomLeaveProfileZoneFunc(b3LeaveProfileZoneFunc *) -> b3LeaveProfileZoneFunc [b3Logging.cpp <149:38 149:59>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<150:1> [b3Logging.cpp <150:1 150:1>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<150:1> [b3Logging.cpp <152:1 152:1>]
|
||||
REFERENCE_USAGE void b3SetCustomLeaveProfileZoneFunc(b3LeaveProfileZoneFunc *) -> b3LeaveProfileZoneFunc * b3s_leaveFunc (b3Logging.cpp) [b3Logging.cpp <151:2 151:14>]
|
||||
LOCAL_SYMBOL: b3Logging.cpp<149:62> [b3Logging.cpp <151:18 151:26>]
|
||||
|
||||
+453
File diff suppressed because it is too large
Load Diff
+1289
File diff suppressed because it is too large
Load Diff
+561
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user