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

Method VectorClear

qcommon/src/main/java/jake2/qcommon/util/Math3D.java:71–73  ·  view source on GitHub ↗
(float[] a)

Source from the content-addressed store, hash-verified

69 }
70
71 public static void VectorClear(float[] a) {
72 a[0] = a[1] = a[2] = 0;
73 }
74 public static void VectorClear(short[] a) {
75 a[0] = a[1] = a[2] = 0;
76 }

Callers 15

RailTrailMethod · 0.95
HeatbeamMethod · 0.95
RailTrailMethod · 0.95
G_SetMovedirMethod · 0.95
ThrowHeadMethod · 0.95
touchMethod · 0.95
dieMethod · 0.95
PutClientInServerMethod · 0.95
P_DamageFeedbackMethod · 0.95
SV_CalcViewOffsetMethod · 0.95
SV_CalcGunOffsetMethod · 0.95
ClientEndServerFrameMethod · 0.95

Calls

no outgoing calls

Tested by 3

RailTrailMethod · 0.76
HeatbeamMethod · 0.76
RailTrailMethod · 0.76