VRageMath.Vector3D.Reflect - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexVector3D

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

Vector3D

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.

Parameters

⚠️ **GitHub.com Fallback** ⚠️