OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:warpfact
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/trek/
computer.c
120
double
warpfact
;
local in function:computer
237
warpfact
= getfltpar("warp factor");
238
if (
warpfact
<= 0.0)
239
warpfact
= Ship.warp;
240
cost = (dist + 0.05) *
warpfact
*
warpfact
*
warpfact
;
241
time = Param.warptime * dist / (
warpfact
*
warpfact
);
244
warpfact
, dist, time, cost, cost + cost)
[
all
...]
Completed in 10 milliseconds
Indexes created Thu Oct 30 23:09:54 GMT 2025