MCPcopy
hub / github.com/libgdx/libgdx / set

Method set

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

Sets this vector from the given vector @param v The vector @return This vector for chaining

(T v)

Source from the content-addressed store, hash-verified

67 * @param v The vector
68 * @return This vector for chaining */
69 T set (T v);
70
71 /** Subtracts the given vector from this vector.
72 * @param v The vector

Callers 15

createMethod · 0.65
createMethod · 0.65
drawDebugMethod · 0.65
renderMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
createMethod · 0.65
isCulledMethod · 0.65
createMethod · 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

createMethod · 0.52
createMethod · 0.52
drawDebugMethod · 0.52
renderMethod · 0.52
createMethod · 0.52
createMethod · 0.52
createMethod · 0.52
createMethod · 0.52
createMethod · 0.52
createMethod · 0.52
isCulledMethod · 0.52
createMethod · 0.52