![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /*************************************************************************** 00002 ** Copyright (c) 1996-1999 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: intersection.h,v $ $Revision: 1.6 $ $State: Exp $ 00007 ******************************************************************************/ 00008 #ifndef intersection_H_ 00009 #define intersection_H_ 00010 00011 #include "geometry/geometryDefines.h" 00012 #include <matrix/LibMatrix.h> 00013 00014 DT_DLL_geometry bool DtIntersectionUniqueSolution(const DtVector& loc1, 00015 const DtVector& loc2, 00016 const DtDcm& m1, 00017 const DtDcm& m2); 00018 00019 #endif