YAPOG  0.0.1
Yet Another Pokemon Online Game
WorldDrawingPolicy.cpp
Go to the documentation of this file.
2 
3 namespace yap
4 {
6  {
7  }
8 
10  {
11  }
12 
14  const Vector3& worldPosition) const
15  {
16  return HandleToScreenPosition (worldPosition);
17  }
18 
20  const Vector3& worldOffset) const
21  {
22  return ToScreenPosition (worldOffset) - ToScreenPosition (VECTOR3_ZERO);
23  }
24 
26  const ISpatial3& spatial) const
27  {
28  return HandleGetComparisonPoint (spatial);
29  }
30 } // namespace yap