Click or drag to resize

Vector3Division Operator (Vector3, Vector3)

Divides the first vector by the second.

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 operator /(
	Vector3 left,
	Vector3 right
)

Parameters

left
Type: SoftGear.Strix.Client.Ingame.InterpolationVector3
The first source vector.
right
Type: SoftGear.Strix.Client.Ingame.InterpolationVector3
The second source vector.

Return Value

Type: Vector3
The vector resulting from the division.
See Also