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