VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
modifierGroundPlatformSteering.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 #include <kyruntime.h>
10 
11 namespace BHAVE
12 {
16  class DT_DLL_bhaveSim DtModifierGroundPlatformSteering : public Kaim::ISteering
17  {
18  KY_DECLARE_STEERING(DtModifierGroundPlatformSteering)
19 
20  public:
21 
23 
24  virtual KyBool ComputeAction (const Kaim::Bot &entity, KyFloat32 maxSpeed,
25  const Kaim::PointWrapper &targetPoint, KyFloat32 targetSpeed, const Kaim::Vec3f *targetOrientation, Kaim::Action &action);
26 
27  virtual KyBool GetTime(const Kaim::Bot& entity, const Kaim::PointWrapper& startingPosition,
28  KyFloat32 startingSpeed, const Kaim::Vec3f& startingOrientation, KyFloat32 maxSpeed,
29  const Kaim::PointWrapper& targetPoint, KyFloat32& targetSpeed,
30  const Kaim::Vec3f* targetOrientation, KyFloat32& time);
31 
33  virtual void setContinueAtDestination(KyBool doContinue);
34  virtual KyBool continueAtDestination() const;
35 
36 
37  protected:
38  virtual void OnSetPathFinder() {}
39 
43 
44  };
45 
46 
47 }
48 
49 

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)