MCPcopy Create free account
hub / github.com/demoth/jake2 / VectorScale

Method VectorScale

qcommon/src/main/java/jake2/qcommon/util/Math3D.java:115–119  ·  view source on GitHub ↗
(float[] in, float scale, float[] out)

Source from the content-addressed store, hash-verified

113 v[2] = -v[2];
114 }
115 public static void VectorScale(float[] in, float scale, float[] out) {
116 out[0] = in[0] * scale;
117 out[1] = in[1] * scale;
118 out[2] = in[2] * scale;
119 }
120 public static float vectoyaw(float[] vec) {
121 float yaw;
122

Callers 15

RailTrailMethod · 0.95
HeatbeamMethod · 0.95
RailTrailMethod · 0.95
thinkMethod · 0.95
Blaster_FireMethod · 0.95
SV_FlyMoveMethod · 0.95
SV_Physics_PusherMethod · 0.95
SV_Physics_TossMethod · 0.95
putInFrontOfCreatorMethod · 0.95
thinkMethod · 0.95
VelocityForDamageMethod · 0.95
ThrowGibMethod · 0.95

Calls

no outgoing calls

Tested by 3

RailTrailMethod · 0.76
HeatbeamMethod · 0.76
RailTrailMethod · 0.76