Vector4Dot Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Calculates the dot product of two vectors.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static float Dot(
	Vector4 left,
	Vector4 right
)

Parameters

left
Type: RageVector4
First source vector.
right
Type: RageVector4
Second source vector.

Return Value

Type: Single
The dot product of the two vectors.
See Also

Reference