#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pkgeom.h"
#include "multibs.h"
#include "msgpool.h"
Defines | |
#define | eps 1.0e-6 |
#define | startp slp[0] |
#define | lastp slp[1] |
#define | nextp slp[2] |
Functions | |
void | mbs_FindBoundLineIntersectionsd (const void *bound, const point2d *p0, double t0, const point2d *p1, double t1, signpoint1d *inters, int *ninters) |
#define eps 1.0e-6 |
#define lastp slp[1] |
#define nextp slp[2] |
#define startp slp[0] |
void mbs_FindBoundLineIntersectionsd | ( | const void * | bound, | |
const point2d * | p0, | |||
double | t0, | |||
const point2d * | p1, | |||
double | t1, | |||
signpoint1d * | inters, | |||
int * | ninters | |||
) |