Click or drag to resize

Vector3Dot Method

Returns the dot product of two vectors.

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 float Dot(
	Vector3 vector1,
	Vector3 vector2
)

Parameters

vector1
Type: SoftGear.Strix.Client.Ingame.InterpolationVector3
The first vector.
vector2
Type: SoftGear.Strix.Client.Ingame.InterpolationVector3
The second vector.

Return Value

Type: Single
The dot product.
See Also