Click or drag to resize

Vector3Reflect Method

Returns the reflection of a vector off a surface that has the specified normal.

Namespace:  SoftGear.Strix.Client.Ingame.Interpolation
Assembly:  strix-client-csharp-ingame (in strix-client-csharp-ingame.dll) Version: 2.3.0
Syntax
C#
public static Vector3 Reflect(
	Vector3 vector,
	Vector3 normal
)

Parameters

vector
Type: SoftGear.Strix.Client.Ingame.InterpolationVector3
The source vector.
normal
Type: SoftGear.Strix.Client.Ingame.InterpolationVector3
The normal of the surface being reflected off.

Return Value

Type: Vector3
The reflected vector.
See Also