ReactOS 0.4.16-dev-747-gbc52d5f
|
#include "partitionY.h"
Go to the source code of this file.
Classes | |
class | monoChain |
Functions | |
monoChain * | directedLineLoopToMonoChainLoop (directedLine *loop) |
monoChain * | directedLineLoopListToMonoChainLoopList (directedLine *list) |
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) |
directedLine * | MC_partitionY (directedLine *polygons, sampledLine **retSampledLines) |
monoChain * directedLineLoopListToMonoChainLoopList | ( | directedLine * | list | ) |
Definition at line 273 of file monoChain.cc.
Referenced by MC_partitionY().
monoChain * directedLineLoopToMonoChainLoop | ( | directedLine * | loop | ) |
Definition at line 232 of file monoChain.cc.
Referenced by directedLineLoopListToMonoChainLoopList().
void MC_findDiagonals | ( | Int | total_num_edges, |
monoChain ** | sortedVertices, | ||
sweepRange ** | ranges, | ||
Int & | num_diagonals, | ||
directedLine ** | diagonal_vertices | ||
) |
Definition at line 567 of file monoChain.cc.
Referenced by MC_partitionY().
directedLine * MC_partitionY | ( | directedLine * | polygons, |
sampledLine ** | retSampledLines | ||
) |
Definition at line 647 of file monoChain.cc.
Referenced by Subdivider::drawSurfaces().
Int MC_sweepY | ( | Int | nVertices, |
monoChain ** | sortedVertices, | ||
sweepRange ** | ret_ranges | ||
) |
Definition at line 451 of file monoChain.cc.
Referenced by MC_partitionY().