SampSharp
SampSharp
SampSharp.GameMode
Vector3 Structure
Vector3 Methods
Barycentric Method
CatmullRom Method
Clamp Method
Cross 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
Vector3
Reflect Method
Creates a new
Vector3
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
Vector3
Reflect
(
Vector3
vector
,
Vector3
normal
)
Parameters
vector
Type:
SampSharp.GameMode
Vector3
Source
Vector3
.
normal
Type:
SampSharp.GameMode
Vector3
Reflection normal.
Return Value
Type:
Vector3
Reflected vector.
See Also
Reference
Vector3 Structure
SampSharp.GameMode Namespace