Click or drag to resize

Vector3Reflect Method

Creates a new Vector3 that contains reflect vector of the given vector and normal.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public static Vector3 Reflect(
	Vector3 vector,
	Vector3 normal
)

Parameters

vector
Type: SampSharp.Entities.SAMPVector3
Source Vector3.
normal
Type: SampSharp.Entities.SAMPVector3
Reflection normal.

Return Value

Type: Vector3
Reflected vector.
See Also