#include "mfcpch.h"
#include "vecfuncs.h"
Go to the source code of this file.
Function Documentation
int direction |
( |
EDGEPT * |
point | ) |
|
direction to return
prev point
next point
Definition at line 43 of file vecfuncs.cpp.
{
int dir;
dir = 0;
dir = 1;
dir = -1;
return dir;
}