Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabing1022/Blog
/ functions
Functions
2,930 in github.com/dabing1022/Blog
⨍
Functions
2,930
◇
Types & classes
376
↳
Endpoints
16
↓ 20 callers
Function
b
(b,h)
Processing/addons/p5.min.js:1
↓ 20 callers
Method
id
Get the node ID @return the id
Processing/pathfinder/GraphNode.java:93
↓ 20 callers
Function
luaG_runerror
TheCProgrammingLanguage/LuaGlue/lua/ldebug.c:631
↓ 20 callers
Function
lua_pushboolean
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:503
↓ 20 callers
Function
push
TheCProgrammingLanguage/LuaGlue/test05/lua_tinker.h:287
↓ 19 callers
Method
ID
Get the entity's unique ID number
Processing/game2dai/entities/BaseEntity.java:119
↓ 19 callers
Function
lua_setmetatable
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:697
↓ 19 callers
Method
splitMult
Multiply two numbers in split form. @param a first term of multiplication @param b second term of multiplication @param ans placeholder where to put t
Processing/game2dai/maths/FastMath.java:1066
↓ 18 callers
Method
Pos
GameAI/Graph/GraphNodeTypes.h:94
↓ 18 callers
Function
c
(n)
Javascript/D3JS/d3.v3.min.js:1
↓ 18 callers
Method
clear
Clears all data related to a search so this object can be reused for another search
Processing/pathfinder/GraphSearch_BFS.java:91
↓ 18 callers
Function
d
(c,f)
Processing/addons/processing.min.js:16
↓ 18 callers
Method
hasForceRecorder
See if this vehicle has a force recorder. @return true if force logger exists
Processing/game2dai/entities/Vehicle.java:209
↓ 18 callers
Method
reset
Initialise the stop-watch to the current time.
Processing/game2dai/utils/StopWatch.java:43
↓ 18 callers
Function
sa
(a)
Processing/addons/processing.min.js:171
↓ 17 callers
Method
build
(String pattern, Object ... arguments)
Processing/game2dai/utils/Message.java:32
↓ 17 callers
Method
dot
Calculate the dot product between two un-normalised vectors. @param v the other vector @return the dot product
Processing/game2dai/maths/Vector2D.java:135
↓ 17 callers
Method
empty
GameAI/misc/PriorityQueue.h:147
↓ 17 callers
Function
h
(a,b)
Processing/addons/processing.min.js:1
↓ 17 callers
Function
luaL_checkany
TheCProgrammingLanguage/LuaGlue/lua/lauxlib.c:152
↓ 17 callers
Method
to
@return the 'to' node
Processing/game2dai/graph/GraphEdge.java:127
↓ 17 callers
Method
to
@return the 'to' node
Processing/pathfinder/GraphEdge.java:124
↓ 17 callers
Method
velocity
Gets the current velocity @return the current velocity of this entity
Processing/game2dai/entities/MovingEntity.java:160
↓ 16 callers
Function
attachListener
(ev, fxn, ctx)
Processing/addons/p5.js:621
↓ 16 callers
Method
exp
Exponential function. Computes exp(x), function result is nearly rounded. It will be correctly rounded to the theoretical value for 99.9% of input
Processing/game2dai/maths/FastMath.java:706
↓ 16 callers
Method
getWeight
Get the weighting for a <b>single</b> behaviour. <br> @param behaviour should represent a <b>single</b> behaviour @return weighting of the specified b
Processing/game2dai/steering/AutoPilot.java:2939
↓ 16 callers
Function
luaL_checklstring
TheCProgrammingLanguage/LuaGlue/lua/lauxlib.c:158
↓ 16 callers
Function
lua_newuserdata
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:1025
↓ 16 callers
Method
strokeWeight
Set the border thickness
Processing/game2dai/entityshapes/ps/BuildingPic.java:106
↓ 15 callers
Method
From
GameAI/Graph/GraphEdgeTypes.h:57
↓ 15 callers
Method
clear
Clears all data related to a search so this object can be reused for another search
Processing/game2dai/graph/GraphSearch_BFS.java:90
↓ 15 callers
Function
g
(a)
Processing/addons/processing.min.js:178
↓ 15 callers
Method
heading
Sets the direction the entity is facing. This is not the same as the but will rotate towards the velocity vector at a speed dependent on the turn-rate
Processing/game2dai/entities/MovingEntity.java:190
↓ 15 callers
Function
jt
(n,t,e)
Javascript/D3JS/d3.v3.min.js:1
↓ 15 callers
Function
l
(c)
Processing/addons/processing.min.js:29
↓ 15 callers
Function
lua_call
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:776
↓ 15 callers
Function
lua_insert
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:191
↓ 15 callers
Function
lua_rawget
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:557
↓ 14 callers
Method
ceil
Get the smallest whole number larger than x. @param x number from which ceil is requested @return a double number c such that c is an integer c - 1.0
Processing/game2dai/maths/FastMath.java:3728
↓ 14 callers
Method
contains
See if this point is within the domain @param p the point to test @return true if the point is on or inside the boundary of this domain
Processing/game2dai/Domain.java:173
↓ 14 callers
Function
freeexp
TheCProgrammingLanguage/LuaGlue/lua/lcode.c:223
↓ 14 callers
Function
init_exp
TheCProgrammingLanguage/LuaGlue/lua/lparser.c:126
↓ 14 callers
Method
insert
to insert an item into the queue it gets added to the end of the heap and then the heap is reordered
GameAI/misc/PriorityQueue.h:151
↓ 14 callers
Function
luaL_pushresult
TheCProgrammingLanguage/LuaGlue/lua/lauxlib.c:447
↓ 14 callers
Function
lua_gettable
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:534
↓ 14 callers
Function
lua_isnumber
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:260
↓ 14 callers
Function
lua_rawseti
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:684
↓ 14 callers
Function
lua_touserdata
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:385
↓ 13 callers
Method
atan
Arctangent function @param x a number @return atan(x)
Processing/game2dai/maths/FastMath.java:2792
↓ 13 callers
Function
c
()
Processing/addons/processing.min.js:11
↓ 13 callers
Method
dist
The distance between two vectors @param v0 the first vector @param v1 the second vector @return the distance between them
Processing/game2dai/maths/Vector2D.java:377
↓ 13 callers
Function
luaL_buffinit
TheCProgrammingLanguage/LuaGlue/lua/lauxlib.c:472
↓ 13 callers
Function
s
()
Javascript/D3JS/d3.v3.min.js:1
↓ 12 callers
Function
Ca
(a,b,c)
Processing/addons/processing.min.js:339
↓ 12 callers
Function
checknext
TheCProgrammingLanguage/LuaGlue/lua/lparser.c:94
↓ 12 callers
Method
getDouble
(String s)
Processing/game2dai/utils/EntitySAXParser.java:58
↓ 12 callers
Method
getExtent
Get the rectangle that encompasses this artefact in world coordinates. <br>
Processing/game2dai/entities/Artefact.java:80
↓ 12 callers
Function
gt
(n,t,e)
Javascript/D3JS/d3.v3.min.js:1
↓ 12 callers
Function
luaK_exp2nextreg
TheCProgrammingLanguage/LuaGlue/lua/lcode.c:414
↓ 12 callers
Function
lua_getstack
TheCProgrammingLanguage/LuaGlue/lua/ldebug.c:84
↓ 12 callers
Function
lua_pcall
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:805
↓ 12 callers
Function
lua_pushlstring
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:445
↓ 12 callers
Function
lua_toboolean
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:337
↓ 12 callers
Function
lua_tointeger
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:323
↓ 12 callers
Function
t
()
Processing/addons/p5.sound.min.js:3
↓ 12 callers
Function
ta
(a,b)
Processing/addons/processing.min.js:171
↓ 12 callers
Function
testnext
TheCProgrammingLanguage/LuaGlue/lua/lparser.c:80
↓ 12 callers
Function
xo
(n,t)
Javascript/D3JS/d3.v3.min.js:2
↓ 11 callers
Method
Dot
------------------------- Vec2DDot ------------------------------------- calculates the dot product -------------------------------------------------
GameAI/2D/Vector2D.h:147
↓ 11 callers
Function
Swap
GameAI/misc/PriorityQueue.h:14
↓ 11 callers
Method
acos
Compute the arc cosine of a number. @param x number on which evaluation is done @return arc cosine of x
Processing/game2dai/maths/FastMath.java:3149
↓ 11 callers
Function
luaK_concat
TheCProgrammingLanguage/LuaGlue/lua/lcode.c:185
↓ 11 callers
Function
luaK_exp2RK
TheCProgrammingLanguage/LuaGlue/lua/lcode.c:444
↓ 11 callers
Function
luaK_patchtohere
TheCProgrammingLanguage/LuaGlue/lua/lcode.c:179
↓ 11 callers
Function
luaK_reserveregs
TheCProgrammingLanguage/LuaGlue/lua/lcode.c:209
↓ 11 callers
Function
luaL_addlstring
TheCProgrammingLanguage/LuaGlue/lua/lauxlib.c:436
↓ 11 callers
Function
luaL_argerror
TheCProgrammingLanguage/LuaGlue/lua/lauxlib.c:43
↓ 11 callers
Function
luaX_lexerror
TheCProgrammingLanguage/LuaGlue/lua/llex.c:102
↓ 11 callers
Function
luaX_syntaxerror
TheCProgrammingLanguage/LuaGlue/lua/llex.c:112
↓ 11 callers
Function
lua_close
TheCProgrammingLanguage/LuaGlue/lua/lstate.c:199
↓ 11 callers
Method
maxSpeed
Get the maximum speed allowed for this entity. @return max speed allowed
Processing/game2dai/entities/MovingEntity.java:281
↓ 11 callers
Function
pushresult
TheCProgrammingLanguage/LuaGlue/lua/liolib.c:30
↓ 11 callers
Function
za
(a)
Processing/addons/processing.min.js:173
↓ 10 callers
Function
Bu
(n,t)
Javascript/D3JS/d3.v3.min.js:2
↓ 10 callers
Function
LoadInt
TheCProgrammingLanguage/LuaGlue/lua/lundump.c:61
↓ 10 callers
Method
asin
Compute the arc sine of a number. @param x number on which evaluation is done @return arc sine of x
Processing/game2dai/maths/FastMath.java:3073
↓ 10 callers
Method
getCost
Estimate the cost between the node and the target.
Processing/pathfinder/AstarHeuristic.java:37
↓ 10 callers
Method
getNode
Get a node with a given id. @param id @return the node if it exists else null
Processing/game2dai/graph/Graph.java:222
↓ 10 callers
Method
getNode
Get a node with a given id. @param id @return the node if it exists else null
Processing/pathfinder/Graph.java:176
↓ 10 callers
Function
luaK_dischargevars
TheCProgrammingLanguage/LuaGlue/lua/lcode.c:304
↓ 10 callers
Function
luaK_exp2anyreg
TheCProgrammingLanguage/LuaGlue/lua/lcode.c:422
↓ 10 callers
Function
luaO_pushfstring
TheCProgrammingLanguage/LuaGlue/lua/lobject.c:172
↓ 10 callers
Function
lua_concat
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:990
↓ 10 callers
Function
lua_createtable
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:578
↓ 10 callers
Function
lua_getmetatable
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:587
↓ 10 callers
Function
lua_typename
TheCProgrammingLanguage/LuaGlue/lua/lapi.c:248
↓ 10 callers
Method
read
TheCProgrammingLanguage/LuaGlue/test05/lua_tinker.cpp:311
↓ 10 callers
Method
say
(self, msg)
python/learnpython3.py:831
↓ 10 callers
Method
seek
SEEK Used internally to calculate the force for this behaviour on the entity that owns this steering behaviour object.
Processing/game2dai/steering/AutoPilot.java:2663
↓ 10 callers
Method
x
@return the x position
Processing/game2dai/graph/GraphNode.java:122
← previous
next →
101–200 of 2,930, ranked by callers