|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "gluos.h"
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include <GL/glu.h>
#include "bezierPatch.h"
#include "bezierEval.h"
Go to the source code of this file.
Functions |
| bezierPatch * | bezierPatchMake (float umin, float vmin, float umax, float vmax, int uorder, int vorder, int dimension) |
| bezierPatch * | bezierPatchMake2 (float umin, float vmin, float umax, float vmax, int uorder, int vorder, int dimension, int ustride, int vstride, float *ctlpoints) |
| void | bezierPatchDelete (bezierPatch *b) |
| void | bezierPatchDeleteList (bezierPatch *b) |
| bezierPatch * | bezierPatchInsert (bezierPatch *list, bezierPatch *b) |
| void | bezierPatchPrint (bezierPatch *b) |
| void | bezierPatchPrintList (bezierPatch *list) |
| void | bezierPatchEval (bezierPatch *b, float u, float v, float ret[]) |
| void | bezierPatchEvalNormal (bezierPatch *b, float u, float v, float ret[]) |
| void | bezierPatchDraw (bezierPatch *bpatch, int u_reso, int v_reso) |
| void | bezierPatchListDraw (bezierPatch *list, int u_reso, int v_reso) |
Generated on Fri May 25 2012 05:07:44 for ReactOS by
1.7.6.1
|