Exemplo n.º 1
0
 public int GetAngleBetween(int x, int y)
 {
     return(LogicMath.GetAngleBetween(LogicMath.GetAngle(this.m_x, this.m_y), LogicMath.GetAngle(x, y)));
 }
Exemplo n.º 2
0
 public int GetAngle()
 {
     return(LogicMath.GetAngle(this.m_x, this.m_y));
 }