Vector3Cross Method (Vector3, Vector3, Vector3)

RAGE Plugin Hook Documentation

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

Calculates the cross product of two vectors.

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

public static void Cross(
	ref Vector3 left,
	ref Vector3 right,
	out Vector3 result
)

Parameters

left
Type: RageVector3
First source vector.
right
Type: RageVector3
Second source vector.
result
Type: RageVector3
The cross product of the two vectors.
See Also

Reference