|
Marsyas
0.6.0-alpha
|
Go to the source code of this file.
Defines | |
| #define | IMATRIX 3 /* for an int matrix */ |
| #define | MATRIX 2 /* for a REAL matrix */ |
| #define | MMATRIX 4 /* for a matrix of 4x4 matrices */ |
| #define | PMATRIX 6 /* for a matrix of points in R3 */ |
| #define | UMATRIX 5 /* for a lower triangular matrix */ |
| #define | VEKTOR 0 /* for a REAL vector */ |
| #define | VVEKTOR 1 /* for a vector with elements */ |
Functions | |
| void * | vmalloc (void *vmblock, int typ, size_t zeilen, size_t spalten) |
| bool | vmcomplete (void *vmblock) |
| void | vmfree (void *vmblock) |
| void * | vminit (void) |
| void* vmalloc | ( | void * | vmblock, |
| int | typ, | ||
| size_t | zeilen, | ||
| size_t | spalten | ||
| ) |
Definition at line 400 of file vmblock.cpp.
| bool vmcomplete | ( | void * | vmblock | ) |
Definition at line 504 of file vmblock.cpp.
| void vmfree | ( | void * | vmblock | ) |
Definition at line 527 of file vmblock.cpp.
| void* vminit | ( | void | ) |
Definition at line 165 of file vmblock.cpp.
1.7.6.1