VRageMath.Vector3D.Reflect - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← Vector3D
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.
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.