home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
cpp_libs
/
vector.lha
/
vector
/
rotmatrix.h
< 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
|
1991-11-23
|
220 b
|
12 lines
#ifndef __ROTMATRIX_H
#define __ROTMATRIX_H
#include <cmatrix.h>
Matrix rotate_and_translate(
const Vector &rot,
const Vector &trans);
Matrix rotate(const Vector &axis_, float angle);
#endif /*__ROTMATRIX_H*/