Vector3::Reflect Method
Returns the reflection of a vector off a surface that has the specified normal.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- vector
- Type: System.Numerics::Vector3
The source vector.
- normal
- Type: System.Numerics::Vector3
The normal of the surface being reflected off.
Show: