#include <pthread.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <math.h>
#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "multibs.h"
#include "raybez.h"
#include "raybezprivatef.h"
Defines | |
#define | CONST_ |
Functions | |
boolean | SubdividePatch (int n, int m, point2f *p, point2f *q) |
int | rbez_FindRayRBezcOffsetIntersf (RBezCurveTreefp tree, ray3f *ray, int maxlevel, int maxinters, int *ninters, RayObjectIntersf *inters) |
#define CONST_ |
int rbez_FindRayRBezcOffsetIntersf | ( | RBezCurveTreefp | tree, | |
ray3f * | ray, | |||
int | maxlevel, | |||
int | maxinters, | |||
int * | ninters, | |||
RayObjectIntersf * | inters | |||
) |