YAPOG  0.0.1
Yet Another Pokemon Online Game
RegularWorldDrawingPolicy.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_REGULARWORLDDRAWINGPOLICY_HPP
2 # define YAPOG_REGULARWORLDDRAWINGPOLICY_HPP
3 
4 # include "YAPOG/Macros.hpp"
6 
7 namespace yap
8 {
10  {
12 
13  public:
14 
16  virtual ~RegularWorldDrawingPolicy ();
17 
18  protected:
19 
20  virtual Vector2 HandleToScreenPosition (
21  const Vector3& worldPosition) const;
22 
23  virtual float HandleGetComparisonPoint (
24  const ISpatial3& spatial) const;
25  };
26 } // namespace yap
27 
28 #endif // YAPOG_REGULARWORLDDRAWINGPOLICY_HPP