Go to the source code of this file.
Defines | |
#define | DESELECTED 0 |
#define | SELECTED 1 |
#define | UNITL 65536.0 |
#define | min(a, b) ( ((a) < (b)) ? (a) : (b) ) |
#define | max(a, b) ( ((a) > (b)) ? (a) : (b) ) |
Functions | |
BOOL WINAPI | DllMain (HANDLE hDLL, DWORD dwReason, LPVOID lpReserved) |
BOOL | _Xmodeler (HWND parent_window, HWND info_window, X__STRUCTURE *lpevi) |
BOOL WINAPI DllMain | ( | HANDLE | hDLL, | |
DWORD | dwReason, | |||
LPVOID | lpReserved | |||
) |
Definition at line 54 of file TTFX.C.
References DLL_PROCESS_ATTACH, DLL_PROCESS_DETACH, hThisInstance, and TRUE.
BOOL _Xmodeler | ( | HWND | parent_window, | |
HWND | info_window, | |||
X__STRUCTURE * | lpevi | |||
) |
Definition at line 73 of file TTFX.C.
References CreateEdge, CreateVertex, double, MainVp, max, Nedge, NpointerX, NpointerY, NpointerZ, Nvert, TRUE, UNITL, UpdateEdgeHeap, UpdateVertexHeap, x, X__Free, X__Malloc, and y.