Click or drag to resize

MathUtilsCross Method (Vector3, Vector3)

Namespace:  Internal.tainicom.Aether.Physics2D.Common
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Vector3 Cross(
	ref Vector3 a,
	ref Vector3 b
)

Parameters

a
Type: Internal.tainicom.Aether.Physics2D.CommonVector3
b
Type: Internal.tainicom.Aether.Physics2D.CommonVector3

Return Value

Type: Vector3
See Also