WSF
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
19namespace WsfIntercept
20{
21WSF_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
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Definition WsfIntercept.hpp:20
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