SampSharp
SampSharp
SampSharp.GameMode
Vector4 Structure
Vector4 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
SmoothStep Method
ToString Method
Transform Method
Vector4
SmoothStep Method
Creates a new
Vector4
that contains cubic interpolation of the specified vectors.
Namespace:
SampSharp.GameMode
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
static
Vector4
SmoothStep
(
Vector4
value1
,
Vector4
value2
,
float
amount
)
Parameters
value1
Type:
SampSharp.GameMode
Vector4
Source
Vector4
.
value2
Type:
SampSharp.GameMode
Vector4
Source
Vector4
.
amount
Type:
System
Single
Weighting value.
Return Value
Type:
Vector4
Cubic interpolation of the specified vectors.
See Also
Reference
Vector4 Structure
SampSharp.GameMode Namespace