Defines | Functions
contrib/brl/bbas/bvgl/bvgl_intersection.h File Reference

Set of intersection functions. More...

#include <bvgl/bvgl_triangle_3d.h>
#include <vgl/vgl_box_3d.h>
#include <vcl_vector.h>

Go to the source code of this file.

Defines

#define BVGL_INTERSECTION(T)   extern "please include bbas/bvgl/bvgl_intersection.txx first"

Functions

template<typename T >
bool bvgl_intersection (vgl_box_3d< T > const &A, bvgl_triangle_3d< T > const &B)
 returns true if 3d box A intersects with 3d triangle B.

Detailed Description

Set of intersection functions.

Author:
Jan 30, 2012 Andrew Miller

Definition in file bvgl_intersection.h.


Define Documentation

#define BVGL_INTERSECTION (   T)    extern "please include bbas/bvgl/bvgl_intersection.txx first"

Definition at line 17 of file bvgl_intersection.h.


Function Documentation

template<typename T >
bool bvgl_intersection ( vgl_box_3d< T > const &  A,
bvgl_triangle_3d< T > const &  B 
)

returns true if 3d box A intersects with 3d triangle B.

Definition at line 81 of file bvgl_intersection.txx.