Click or drag to resize

Vector3Divide 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#
public static Vector3 Divide(
	Vector3 left,
	float divisor
)

Parameters

left
Type: SoftGear.Strix.Client.Ingame.InterpolationVector3
The source vector.
divisor
Type: SystemSingle
The scalar value.

Return Value

Type: Vector3
The result of the division.
See Also