Esempio n. 1
0
 public static Vector3f Reflect(Vector3i incident, Vector3i normal)
 {
     return(Vector3i.Reflect(incident, normal));
 }