VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt2DArrowStyleGeometrySimple.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
11 
12 #pragma once
13 
14 #include <vrvCore/vrvCore.h>
15 #include <matrix/vlVector.h>
16 
17 namespace makVrv
18 {
19  class DtCoordinateSystem;
20 
21  namespace vrvTacticalGraphicUtilities
22  {
35  DT_DLL_VRVCORE bool create2DArrowStyleGeometrySimple(const DtCoordinateSystem& cs,
36  const DtVector& start, const DtVector& end, double arrowSize,
37  std::vector<DtVector>& result3DPositions, std::vector<DtVector>& resultOffsetPositions,
38  const DtVector& offsetFromPoint = DtVector::zero());
39  }
40 
42  #define Dt2DArrowStyleGeometrySimpleCreator \
43  boost::bind(&vrvTacticalGraphicUtilities::create2DArrowStyleGeometrySimple, _1, _2, _3, _4, _5, _6, _7)
44 }
DT_DLL_VRVCORE bool create2DArrowStyleGeometrySimple(const DtCoordinateSystem &cs, const DtVector &start, const DtVector &end, double arrowSize, std::vector< DtVector > &result3DPositions, std::vector< DtVector > &resultOffsetPositions, const DtVector &offsetFromPoint=DtVector::zero())
Supplied parameters.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains DLL export macros.

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)