Reflect
Summary
public static Vector3D Reflect(Vector3D vector, Vector3D normal)
Returns the reflection of a vector off a surface that has the specified normal. Reference page contains code sample.
Returns
Parameters
Summary
public static void Reflect(ref Vector3D vector, ref Vector3D normal, out Vector3D result)
Returns the reflection of a vector off a surface that has the specified normal. Reference page contains code sample.