Home
last modified time | relevance | path

Searched refs:ivec3_t (Results 1 – 7 of 7) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/rr/src/lunatic/
H A Dxmath.lua126 local ivec3_t = ffi.typeof("vec3_t")
216 toivec3 = function(v) return ivec3_t(v.x, v.y, v.z) end,
233 return v:_isi() and ivec3_t(...) or dvec3_t(...)
237 return ffi.istype(ivec3_t, v)
251 ffi.metatype(ivec3_t, vec3_mt)
281 return ivec3_t(...)
283 return ivec3_t(x.x, x.y, x.z)
300 return ivec3_t(kcos(intarg[0]), ksin(intarg[0]), z or 0)
/dports/games/egl/egl-0.3.1_9/win32/
H A Dwin_input.c240 static ivec3_t in_mOSSPI; // OS setting
241 static ivec3_t in_mNoAccelSPI = {0, 0, 0}; // No accel setting
242 static ivec3_t in_mAccelSPI = {0, 0, 1}; // Normal Quake2 setting
/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/
H A Dtr_extramath.h29 typedef int ivec3_t[3]; typedef
/dports/games/iortcw/iortcw-1.51c/SP/code/rend2/
H A Dtr_extramath.h29 typedef int ivec3_t[3]; typedef
/dports/games/openjk/OpenJK-07675e2/shared/qcommon/
H A Dq_math.h34 typedef int ivec2_t[2], ivec3_t[3], ivec4_t[4], ivec5_t[5]; typedef
/dports/games/openjk/OpenJK-07675e2/codemp/rd-vanilla/
H A Dtr_terrain.cpp361 ivec3_t icoords; in CalculateRealCoords()
/dports/games/egl/egl-0.3.1_9/shared/
H A Dshared.h364 typedef int32 ivec3_t[3]; typedef