home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
cprog
/
ddjcomp.lha
/
urban
/
setpoint.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-04-30
|
292 b
|
20 lines
set_point() {
unsigned int d;
hk=(hk+t[at])%HKSIZE;
hv=(hv+t[at])%HVSIZE;
d=(TSIZE+at-to)%TSIZE;
while (d) {
if(h[hk].v==hv) break;
hks=hk;
hvs=hv;
backhash();
--d;
}
zr=h[hk].z;
or=h[hk].o;
#define ZP zt[d][zr][or]
point=low+((high-low)*ZP.z)/ZP.s;
}