VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvCore
Dt2DArrowStyleGeometryLinear.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
16
#include <matrix/vlVector.h>
17
18
namespace
makVrv
19
{
20
class
DtCoordinateSystem;
21
22
namespace
vrvTacticalGraphicUtilities
23
{
36
DT_DLL_VRVCORE
bool
create2DArrowStyleGeometryLinear
(
const
DtCoordinateSystem& cs,
37
const
DtVector
& start,
const
DtVector
& end,
double
arrowSize,
38
std::vector<DtVector>& result3DPositions, std::vector<DtVector>& resultOffsetPositions,
39
const
DtVector
& offsetFromPoint = DtVector::zero());
40
}
41
43
#define Dt2DArrowStyleGeometryLinearCreator \
44
boost::bind(&vrvTacticalGraphicUtilities::create2DArrowStyleGeometryLinear, _1, _2, _3, _4, _5, _6, _7)
45
}
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)