ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

monoChain.cc File Reference
#include "gluos.h"
#include <stdlib.h>
#include <stdio.h>
#include <GL/gl.h>
#include "glimports.h"
#include "zlassert.h"
#include "monoChain.h"
#include "quicksort.h"
#include "searchTree.h"
#include "polyUtil.h"

Go to the source code of this file.

Defines

#define max(a, b)   ((a>b)? a:b)
#define min(a, b)   ((a>b)? b:a)

Functions

Int isCusp (directedLine *v)
Int deleteRepeatDiagonals (Int num_diagonals, directedLine **diagonal_vertices, directedLine **new_vertices)
Real intersectHoriz (Real x1, Real y1, Real x2, Real y2, Real y)
static int compChainHeadInY (monoChain *mc1, monoChain *mc2)
monoChaindirectedLineLoopToMonoChainLoop (directedLine *loop)
monoChaindirectedLineLoopListToMonoChainLoopList (directedLine *list)
static Int compEdges (directedLine *e1, directedLine *e2)
Int compChains (monoChain *mc1, monoChain *mc2)
Int MC_sweepY (Int nVertices, monoChain **sortedVertices, sweepRange **ret_ranges)
void MC_findDiagonals (Int total_num_edges, monoChain **sortedVertices, sweepRange **ranges, Int &num_diagonals, directedLine **diagonal_vertices)
directedLineMC_partitionY (directedLine *polygons, sampledLine **retSampledLines)

Generated on Sun May 27 2012 05:09:32 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.