editor/fixseg.c File Reference

#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)

Define Documentation

#define SWAP a,
 )     {temp = (a); (a) = (b); (b) = temp;}
 


Function Documentation

void compute_planar_vert segment sp,
int  side,
int  v,
vms_vector vp
 

void gaussj fix **  a,
int  n,
fix **  b,
int  m
 

int make_curside_planar void   ) 
 

int side_is_planar_p segment sp,
int  side
 


Generated on Mon Aug 28 20:55:30 2006 for D1X-Rebirth by  doxygen 1.4.6