#include <math.h>#include <string.h>#include <stdio.h>#include "pkvaria.h"#include "pkgeom.h"#include "multibs.h"
Functions | |
| void | mbs_FundFormsBP3f (int degreeu, int degreev, const point3f *ctlpoints, float u, float v, float *firstform, float *secondform) |
| void | mbs_GMCurvaturesBP3f (int degreeu, int degreev, const point3f *ctlpoints, float u, float v, float *gaussian, float *mean) |
| void | mbs_PrincipalDirectionsBP3f (int degreeu, int degreev, const point3f *ctlpoints, float u, float v, float *k1, vector2f *v1, float *k2, vector2f *v2) |
| void mbs_FundFormsBP3f | ( | int | degreeu, | |
| int | degreev, | |||
| const point3f * | ctlpoints, | |||
| float | u, | |||
| float | v, | |||
| float * | firstform, | |||
| float * | secondform | |||
| ) |
| void mbs_GMCurvaturesBP3f | ( | int | degreeu, | |
| int | degreev, | |||
| const point3f * | ctlpoints, | |||
| float | u, | |||
| float | v, | |||
| float * | gaussian, | |||
| float * | mean | |||
| ) |
1.7.1