↓ 13 callersMethodaddSparkle(float x, float y, float scale, float force, float angle, float gravity)
Exp3D/src/com/breakingbyte/game/entity/SparkleGroup.java:79
↓ 12 callersMethodgetCirclePosition(float centerX, float centerY, float radius, float angleBegin, float angleEnd, int index, int totalNumber, boo
Exp3D/src/com/breakingbyte/game/util/MathUtil.java:112
↓ 12 callersMethodglVertexAttribPointer(int indx, int size, int type,
boolean normalized, int stride, Buffer ptr)
Exp3D/src/com/breakingbyte/wrap/GL2.java:1087
↓ 12 callersMethodswitchToStateWithColor(State newState, float red, float green, float blue, float duration, float delay)
Exp3D/src/com/breakingbyte/game/state/State.java:138
↓ 7 callersMethodgetAngleBetweenGiven a point O(oriX,oriY) and a vector V(oriDX,oriDY), with V origin in O and V unit vector, tells how much we need to rotate V around O so that V po
Exp3D/src/com/breakingbyte/game/util/MathUtil.java:40