15 #include <matrix/vlVector.h>
19 class DtCoordinateSystem;
21 namespace vrvTacticalGraphicUtilities
37 std::vector<DtVector>& result3DPositions, std::vector<DtVector>& resultOffsetPositions,
38 const DtVector& offsetFromPoint = DtVector::zero());
42 #define Dt3DArrowStyleGeometrySimpleCreator \
43 boost::bind(&vrvTacticalGraphicUtilities::create3DArrowStyleGeometrySimple, _1, _2, _3, _4, _5, _6, _7)
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.