SampSharp
SampSharp
SampSharp.GameMode
Vector2 Structure
Vector2 Methods
Barycentric Method
CatmullRom Method
Clamp Method
Distance Method
DistanceSquared Method
DistanceTo Method
Dot Method
Equals Method
GetHashCode Method
Hermite Method
Lerp Method
Max Method
Min Method
Normalize Method
Normalized Method
Reflect Method
SmoothStep Method
ToString Method
Transform Method
TransformNormal Method
Vector2
Reflect Method
Creates a new
Vector2
that contains reflect vector of the given vector and normal.
Namespace:
SampSharp.GameMode
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
Copy
public
static
Vector2
Reflect
(
Vector2
vector
,
Vector2
normal
)
Parameters
vector
Type:
SampSharp.GameMode
Vector2
Source
Vector2
.
normal
Type:
SampSharp.GameMode
Vector2
Reflection normal.
Return Value
Type:
Vector2
Reflected vector.
See Also
Reference
Vector2 Structure
SampSharp.GameMode Namespace