|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
Go to the source code of this file.
Data Structures |
| struct | bezierPatch |
Functions |
| bezierPatch * | bezierPatchMake (float umin, float vmin, float umax, float vmax, int urder, int vorder, int dimension) |
| bezierPatch * | bezierPatchMake2 (float umin, float vmin, float umax, float vmax, int urder, int vorder, int dimension, int ustride, int vstride, float *ctlpoints) |
| bezierPatch * | bezierPatchInsert (bezierPatch *list, bezierPatch *b) |
| void | bezierPatchDelete (bezierPatch *b) |
| void | bezierPatchDeleteList (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 retNormal[]) |
| void | bezierPatchDraw (bezierPatch *bpatch, int u_reso, int v_reso) |
| void | bezierPatchListDraw (bezierPatch *list, int u_reso, int v_reso) |
Generated on Sun May 27 2012 05:09:28 for ReactOS by
1.7.6.1
|