#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pkgeom.h"
#include "multibs.h"
#include "msgpool.h"
Functions | |
void | mbs_DrawTrimBSPatchDomf (int degu, int lastuknot, const float *uknots, int degv, int lastvknot, const float *vknots, int nelem, const polycurvef *bound, int nu, float au, float bu, int nv, float av, float bv, int maxinters, void(*NotifyLine)(char, int, point2f *, point2f *), void(*DrawLine)(point2f *, point2f *, int), void(*DrawCurve)(int, int, const float *)) |
void mbs_DrawTrimBSPatchDomf | ( | int | degu, | |
int | lastuknot, | |||
const float * | uknots, | |||
int | degv, | |||
int | lastvknot, | |||
const float * | vknots, | |||
int | nelem, | |||
const polycurvef * | bound, | |||
int | nu, | |||
float | au, | |||
float | bu, | |||
int | nv, | |||
float | av, | |||
float | bv, | |||
int | maxinters, | |||
void(*)(char, int, point2f *, point2f *) | NotifyLine, | |||
void(*)(point2f *, point2f *, int) | DrawLine, | |||
void(*)(int, int, const float *) | DrawCurve | |||
) |