MCPcopy
hub / github.com/libgdx/libgdx / add

Method add

gdx/src/com/badlogic/gdx/math/Vector.java:83–83  ·  view source on GitHub ↗

Adds the given vector to this vector @param v The vector @return This vector for chaining

(T v)

Source from the content-addressed store, hash-verified

81 * @param v The vector
82 * @return This vector for chaining */
83 T add (T v);
84
85 /** @param v The other vector
86 * @return The dot product between this and the other vector */

Callers 15

getEntriesAtMethod · 0.95
getAPKExpansionFilesMethod · 0.95
changedTextMethod · 0.65
onKeyMethod · 0.65
toTouchEventsMethod · 0.65
postRunnableMethod · 0.65
addLifecycleListenerMethod · 0.65
OALIOSAudioDeviceMethod · 0.65
writeSamplesMethod · 0.65
newMusicMethod · 0.65
onKeyMethod · 0.65
addKeyListenerMethod · 0.65

Implementers 3

Vector2gdx/src/com/badlogic/gdx/math/Vector2.
Vector3gdx/src/com/badlogic/gdx/math/Vector3.
Vector4gdx/src/com/badlogic/gdx/math/Vector4.

Calls

no outgoing calls

Tested by 15

getTestListMethod · 0.52
createMethod · 0.52
createMethod · 0.52
keyDownMethod · 0.52
createMethod · 0.52
fillGroupMethod · 0.52
getButtonMethod · 0.52
newStyleButtonMethod · 0.52
createMethod · 0.52
createMethod · 0.52
createMethod · 0.52
createMethod · 0.52