WSF
src
core
wsf
source
WsfIntercept.hpp
Go to the documentation of this file.
1
// ****************************************************************************
2
// CUI
3
//
4
// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5
//
6
// Copyright 2003-2015 The Boeing Company. All rights reserved.
7
//
8
// The use, dissemination or disclosure of data in this file is subject to
9
// limitation or restriction. See accompanying README and LICENSE for details.
10
// ****************************************************************************
11
12
#ifndef WSFINTERCEPT_HPP
13
#define WSFINTERCEPT_HPP
14
15
#include "wsf_export.h"
16
19
namespace
WsfIntercept
20
{
21
WSF_EXPORT
double
Intercept
(
const
double
aBodyLoc[3],
22
double
aBodySpd,
23
const
double
aTgtLoc[3],
24
const
double
aTgtVel[3],
25
double
aIntLoc[3],
26
double
aPredictAheadTime = 0.0);
27
};
28
29
#endif
WSF_EXPORT
#define WSF_EXPORT
Definition
WsfXIO_Export.hpp:35
WsfIntercept
Definition
WsfIntercept.hpp:20
WsfIntercept::Intercept
WSF_EXPORT double Intercept(const double aBodyLoc[3], double aBodySpd, const double aTgtLoc[3], const double aTgtVel[3], double aIntLoc[3], double aPredictAheadTime=0.0)
Definition
WsfIntercept.cpp:32
Copyrights Multiple, All Rights Reserved