コード例 #1
0
ファイル: Vector.java プロジェクト: CrowsOfWar/AvatarMod
 public static Vector reflect(Vector vec, Vector normal) {
   return vec.reflect(normal);
 }