Go to the source code of this file.
Compounds | |
struct | Matrix |
struct | SVector |
struct | Vector |
Defines | |
#define | ONE 4096 |
Functions | |
void | init_Vector (Vector *p) |
Vector* | new_Vector (int num) |
void | del_Vector (Vector *p, int num) |
void | print_Vector (Vector *p, int num, char *s) |
void | init_SVector (SVector *p) |
SVector* | new_SVector (int num) |
void | del_SVector (SVector *p, int num) |
void | print_SVector (SVector *p, int num, char *s) |
void | fget_svector (SVector *sv, FILE *fp) |
void | fget_coord (Matrix *m, Vector *tr, SVector *rot, FILE *fp) |
|
Definition at line 10 of file psxtypes.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|