StrixUnitySDK API Reference
StrixUnitySDK API Reference
SoftGear.Strix Namespaces
SoftGear.Strix.Client Namespaces
SoftGear.Strix.Client.Ingame.Interpolation
Interpolation Class
Interpolation Methods
BezierDerivative Method
BezierDerivative Method (Single, Single, Single, Single, Single)
BezierDerivative Method (Vector3, Vector3, Vector3, Vector3, Single)
Interpolation
BezierDerivative Method (Single, Single, Single, Single, Single)
Namespace:
SoftGear.Strix.Client.Ingame.Interpolation
Assembly:
strix-client-csharp-ingame (in strix-client-csharp-ingame.dll) Version: 2.3.0
Syntax
C#
Copy
public
static
float
BezierDerivative
(
float
p0
,
float
p1
,
float
p2
,
float
p3
,
float
t
)
Parameters
p0
Type:
System
Single
p1
Type:
System
Single
p2
Type:
System
Single
p3
Type:
System
Single
t
Type:
System
Single
Return Value
Type:
Single
See Also
Reference
Interpolation Class
BezierDerivative Overload
SoftGear.Strix.Client.Ingame.Interpolation Namespace