#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 "raybezprivated.h"
Defines | |
#define | CONST_ |
Functions | |
boolean | SubdividePatch (int n, int m, point2d *p, point2d *q) |
int | rbez_FindRayRBezcOffsetIntersd (RBezCurveTreedp tree, ray3d *ray, int maxlevel, int maxinters, int *ninters, RayObjectIntersd *inters) |
#define CONST_ |
int rbez_FindRayRBezcOffsetIntersd | ( | RBezCurveTreedp | tree, | |
ray3d * | ray, | |||
int | maxlevel, | |||
int | maxinters, | |||
int * | ninters, | |||
RayObjectIntersd * | inters | |||
) |