VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt2DArrowStyleGeometryLinear.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
11 
12 #pragma once
13 
14 #include <vrvCore/vrvCore.h>
15 
16 #include <matrix/vlVector.h>
17 
18 #include <functional>
19 
20 namespace makVrv
21 {
22  class DtCoordinateSystem;
23 
24  namespace vrvTacticalGraphicUtilities
25  {
38  DT_DLL_VRVCORE bool create2DArrowStyleGeometryLinear(const DtCoordinateSystem& cs,
39  const DtVector& start, const DtVector& end, double arrowSize,
40  std::vector<DtVector>& result3DPositions, std::vector<DtVector>& resultOffsetPositions,
41  const DtVector& offsetFromPoint = DtVector::zero());
42  }
43 
45  #define Dt2DArrowStyleGeometryLinearCreator \
46  std::bind(&vrvTacticalGraphicUtilities::create2DArrowStyleGeometryLinear, std::placeholders::_1, std::placeholders::_2, std::placeholders::_3, std::placeholders::_4, std::placeholders::_5, std::placeholders::_6, std::placeholders::_7)
47 }
DT_DLL_VRVCORE bool create2DArrowStyleGeometryLinear(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 Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)