#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_DrawTrimBSPatchDomd (int degu, int lastuknot, const double *uknots, int degv, int lastvknot, const double *vknots, int nelem, const polycurved *bound, int nu, double au, double bu, int nv, double av, double bv, int maxinters, void(*NotifyLine)(char, int, point2d *, point2d *), void(*DrawLine)(point2d *, point2d *, int), void(*DrawCurve)(int, int, const double *)) |
| void mbs_DrawTrimBSPatchDomd | ( | int | degu, | |
| int | lastuknot, | |||
| const double * | uknots, | |||
| int | degv, | |||
| int | lastvknot, | |||
| const double * | vknots, | |||
| int | nelem, | |||
| const polycurved * | bound, | |||
| int | nu, | |||
| double | au, | |||
| double | bu, | |||
| int | nv, | |||
| double | av, | |||
| double | bv, | |||
| int | maxinters, | |||
| void(*)(char, int, point2d *, point2d *) | NotifyLine, | |||
| void(*)(point2d *, point2d *, int) | DrawLine, | |||
| void(*)(int, int, const double *) | DrawCurve | |||
| ) |
1.7.1