#include <stdio.h>
#include <math.h>
#include "memvirtu.h"
#include "lowparam.h"
#include "lowmacro.h"
#include "lowsolid.h"
#include "vectorop.h"
#include "disdispl.h"
Go to the source code of this file.
Functions | |
int | MSD_lowIsInsideFace (vector pos, FPTYPE xfptr, HPTYPE *ei) |
int | MSD_lowIsInsideLoop (vector pos, LPTYPE lptr, HPTYPE *ei) |
int MSD_lowIsInsideFace | ( | vector | pos, | |
FPTYPE | xfptr, | |||
HPTYPE * | ei | |||
) |
Definition at line 50 of file dishinfc.cpp.
References _VISIBLE, AllLoopsFace, DONTSHOW, FacFLOut, INVISIBLE, LPTYPE, and MSD_lowIsInsideLoop().
Referenced by MSD_lowEdgeFaceIntersection(), MSD_lowIntersectionCheckStep1(), MSD_lowIntersectionFaceEdge(), and MSD_lowPositionalVisibility().
int MSD_lowIsInsideLoop | ( | vector | pos, | |
LPTYPE | lptr, | |||
HPTYPE * | ei | |||
) |