Click or drag to resize

Vector3Cross Method (Vector3, Vector3)

Calculates the cross product of two vectors.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public void Cross(
	ref Vector3 v,
	out Vector3 result
)

Parameters

v
Type: NeoAxisVector3
The second vector.
result
Type: NeoAxisVector3
When the method completes, contains the cross product of the two vectors.
See Also