VR-Forces 5.0.1 Developer's Guide
 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 
35 DT_DLL_vrfutil std::vector<DtVector> simplifyRoute(const std::vector<DtVector>& route,
36  const Coordinate_System* localCS,
37  double nearDistance = 1.0);
DT_DLL_vrfutil std::vector< DtVector > simplifyRoute(const std::vector< DtVector > &route, const Coordinate_System *localCS, double nearDistance=1.0)
Generate a new route vector that has close vertices removed. That is, if vertex i+1 is within nearDis...
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 Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)