Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RailTrail
Method · 0.95
Heatbeam
Method · 0.95
RailTrail
Method · 0.95
G_SetMovedir
Method · 0.95
ThrowHead
Method · 0.95
touch
Method · 0.95
die
Method · 0.95
PutClientInServer
Method · 0.95
P_DamageFeedback
Method · 0.95
SV_CalcViewOffset
Method · 0.95
SV_CalcGunOffset
Method · 0.95
ClientEndServerFrame
Method · 0.95
Calls
no outgoing calls
Tested by
3
RailTrail
Method · 0.76
Heatbeam
Method · 0.76
RailTrail
Method · 0.76