VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
generateOffsetRoute.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 #pragma once
12 
13 #include "vrfutil/vrfutilDefines.h"
14 #include <matrix/vlVector.h>
15 
16 #include <vector>
17 
18 class Coordinate_System;
19 
25 DT_DLL_vrfutil bool generateOffsetRoute(const std::vector<DtVector>& routeVertices,
26  const DtVector& bodyOffset,
27  const DtVector& downDirection,
28  bool createConnectingArc,
29  double distanceBetweenPointsAlongArc,
30  std::vector<DtVector>& offsetRoute);
31 
32 DT_DLL_vrfutil std::vector<DtVector> simplifyRoute(const std::vector<DtVector>& route, Coordinate_System* localCS);
DT_DLL_vrfutil std::vector< DtVector > simplifyRoute(const std::vector< DtVector > &route, Coordinate_System *localCS)
Definition: coordSystem.h:54
DT_DLL_vrfutil bool generateOffsetRoute(const std::vector< DtVector > &routeVertices, const DtVector &bodyOffset, const DtVector &downDirection, bool createConnectingArc, double distanceBetweenPointsAlongArc, std::vector< DtVector > &offsetRoute)
DtGenerateOffsetRoute:
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)