BRL-CAD
tri_pt.h File Reference
#include "common.h"
#include "vmath.h"
#include "bg/defines.h"
Include dependency graph for tri_pt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double bg_tri_closest_pt (point_t *closest_pt, const point_t TP, const point_t V0, const point_t V1, const point_t V2)
 Calculate the minimum distance from a point to a triangle. More...