home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
WD_SRC.ZIP
/
SOURCE
/
CLINE.CPP
< 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
C/C++ Source or Header
|
1995-01-10
|
226 b
|
7 lines
#include "..\Source\LastWolf.hpp"
void CLine::SetTextureXLength( WORD newLength )
{
texHorzX = texOriginX + UNFIX( SAFE_COS(lineAngle) * newLength );
texHorzY = texOriginY + UNFIX( SAFE_SIN(lineAngle) * newLength );
}