]> icculus.org git repositories - divverent/darkplaces.git/blob - curves.h
added GAME_SOM (and its hud), and shuffled some hud code around to make things a...
[divverent/darkplaces.git] / curves.h
1
2 #ifndef CURVES_H
3 #define CURVES_H
4
5 void QuadraticSplineSubdivideFloat(int inpoints, int components, const float *in, int instride, float *out, int outstride);
6 void QuadraticSplinePatchSubdivideFloatBuffer(int cpwidth, int cpheight, int xlevel, int ylevel, int components, const float *in, float *out);
7
8 #endif
9