Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Vector2D.Reflect

Malware edited this page Dec 25, 2018 · 17 revisions

IndexVector2D

csharp[Vector2D](VRageMath.Vector2D) Reflect([Vector2D](VRageMath.Vector2D) vector, [Vector2D](VRageMath.Vector2D) normal)##### Summary

Determines the reflect vector of the given vector and normal.

csharpvoid Reflect(ref [Vector2D](VRageMath.Vector2D) vector, ref [Vector2D](VRageMath.Vector2D) normal, ref [Vector2D](VRageMath.Vector2D) result)##### Summary

Determines the reflect vector of the given vector and normal.

Clone this wiki locally