StrixUnitySDK API Reference
StrixUnitySDK API Reference
SoftGear.Strix Namespaces
SoftGear.Strix.Client Namespaces
SoftGear.Strix.Client.Ingame.Interpolation
Vector3 Structure
Vector3 Methods
Divide Method
Divide Method (Vector3, Vector3)
Divide Method (Vector3, Single)
Vector3
Divide Method (Vector3, Single)
Divides the vector by the given scalar.
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
Divide
(
Vector3
left
,
float
divisor
)
Parameters
left
Type:
SoftGear.Strix.Client.Ingame.Interpolation
Vector3
The source vector.
divisor
Type:
System
Single
The scalar value.
Return Value
Type:
Vector3
The result of the division.
See Also
Reference
Vector3 Structure
Divide Overload
SoftGear.Strix.Client.Ingame.Interpolation Namespace