#include "main/glheader.h"
Functions | |
void | _math_init_eval (void) |
void | _math_horner_bezier_curve (const GLfloat *cp, GLfloat *out, GLfloat t, GLuint dim, GLuint order) |
void | _math_horner_bezier_surf (GLfloat *cn, GLfloat *out, GLfloat u, GLfloat v, GLuint dim, GLuint uorder, GLuint vorder) |
void | _math_de_casteljau_surf (GLfloat *cn, GLfloat *out, GLfloat *du, GLfloat *dv, GLfloat u, GLfloat v, GLuint dim, GLuint uorder, GLuint vorder) |
void _math_de_casteljau_surf | ( | GLfloat * | cn, | |
GLfloat * | out, | |||
GLfloat * | du, | |||
GLfloat * | dv, | |||
GLfloat | u, | |||
GLfloat | v, | |||
GLuint | dim, | |||
GLuint | uorder, | |||
GLuint | vorder | |||
) |
void _math_horner_bezier_curve | ( | const GLfloat * | cp, | |
GLfloat * | out, | |||
GLfloat | t, | |||
GLuint | dim, | |||
GLuint | order | |||
) |
void _math_horner_bezier_surf | ( | GLfloat * | cn, | |
GLfloat * | out, | |||
GLfloat | u, | |||
GLfloat | v, | |||
GLuint | dim, | |||
GLuint | uorder, | |||
GLuint | vorder | |||
) |
void _math_init_eval | ( | void | ) |