VR-Forces 4.0.4 Class Documentation
include/geometry/intersection.h
Go to the documentation of this file.
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 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)