#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_FindBoundLineIntersectionsf (const void *bound, const point2f *p0, float t0, const point2f *p1, float t1, signpoint1f *inters, int *ninters) |
#define eps 1.0e-6 |
#define lastp slp[1] |
#define nextp slp[2] |
#define startp slp[0] |
void mbs_FindBoundLineIntersectionsf | ( | const void * | bound, | |
const point2f * | p0, | |||
float | t0, | |||
const point2f * | p1, | |||
float | t1, | |||
signpoint1f * | inters, | |||
int * | ninters | |||
) |