#include <stdio.h>#include <stdlib.h>#include <math.h>#include <string.h>#include "mono.h"#include "key.h"#include "gr.h"#include "inferno.h"#include "segment.h"#include "editor.h"#include "error.h"#include "gameseg.h"Defines | |
| #define | SWAP(a, b) {temp = (a); (a) = (b); (b) = temp;} |
Functions | |
| void | gaussj (fix **a, int n, fix **b, int m) |
| int | side_is_planar_p (segment *sp, int side) |
| void | compute_planar_vert (segment *sp, int side, int v, vms_vector *vp) |
| int | make_curside_planar (void) |
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
1.4.6