StrixUnitySDK API Reference
StrixUnitySDK API Reference
SoftGear.Strix Namespaces
SoftGear.Strix.Client Namespaces
SoftGear.Strix.Client.Ingame.Interpolation
Interpolation Class
Interpolation Methods
Bezier Method
Bezier Method (Single, Single, Single, Single, Single)
Bezier Method (Vector3, Vector3, Vector3, Vector3, Single)
Interpolation
Bezier Method (Vector3, Vector3, Vector3, Vector3, 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
Vector3
Bezier
(
Vector3
p0
,
Vector3
p1
,
Vector3
p2
,
Vector3
p3
,
float
t
)
Parameters
p0
Type:
SoftGear.Strix.Client.Ingame.Interpolation
Vector3
p1
Type:
SoftGear.Strix.Client.Ingame.Interpolation
Vector3
p2
Type:
SoftGear.Strix.Client.Ingame.Interpolation
Vector3
p3
Type:
SoftGear.Strix.Client.Ingame.Interpolation
Vector3
t
Type:
System
Single
Return Value
Type:
Vector3
See Also
Reference
Interpolation Class
Bezier Overload
SoftGear.Strix.Client.Ingame.Interpolation Namespace