Exemplo n.º 1
0
 public static bool CollisionLine(Vector2 A, Vector2 B)
 {
     return(self.collisionLine(A, B));
 }