VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt3DArrowStyleGeometrySimple.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 namespace makVrv
20 {
21  class DtCoordinateSystem;
22 
23  namespace vrvTacticalGraphicUtilities
24  {
37  DT_DLL_VRVCORE bool create3DArrowStyleGeometrySimple(const DtCoordinateSystem& cs,
38  const DtVector& start, const DtVector& end, double arrowSize,
39  std::vector<DtVector>& result3DPositions, std::vector<DtVector>& resultOffsetPositions,
40  const DtVector& offsetFromPoint = DtVector::zero());
41  }
42 
44  #define Dt3DArrowStyleGeometrySimpleCreator \
45  std::bind(&vrvTacticalGraphicUtilities::create3DArrowStyleGeometrySimple, std::placeholders::_1, std::placeholders::_2, std::placeholders::_3, std::placeholders::_4, std::placeholders::_5, std::placeholders::_6, std::placeholders::_7)
46 }
DT_DLL_VRVCORE bool create3DArrowStyleGeometrySimple(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)