-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.Vector3D.Reflect
csharp[Vector3D](VRageMath.Vector3D) Reflect([Vector3D](VRageMath.Vector3D) vector, [Vector3D](VRageMath.Vector3D) normal)##### Summary
Returns the reflection of a vector off a surface that has the specified normal. Reference page contains code sample.
csharpvoid Reflect(ref [Vector3D](VRageMath.Vector3D) vector, ref [Vector3D](VRageMath.Vector3D) normal, ref [Vector3D](VRageMath.Vector3D) result)##### Summary
Returns the reflection of a vector off a surface that has the specified normal. Reference page contains code sample.
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!