16 #include <matrix/vlVector.h>
20 class DtCoordinateSystem;
22 namespace vrvTacticalGraphicUtilities
38 std::vector<DtVector>& result3DPositions, std::vector<DtVector>& resultOffsetPositions,
39 const DtVector& offsetFromPoint = DtVector::zero());
43 #define Dt2DArrowStyleGeometryLinearCreator \
44 boost::bind(&vrvTacticalGraphicUtilities::create2DArrowStyleGeometryLinear, _1, _2, _3, _4, _5, _6, _7)
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.