Click or drag to resize

MathUtilsCross Method (Single, Vector2, Vector2)

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 void Cross(
	float s,
	ref Vector2 a,
	out Vector2 b
)

Parameters

s
Type: SystemSingle
a
Type: Internal.tainicom.Aether.Physics2D.CommonVector2
b
Type: Internal.tainicom.Aether.Physics2D.CommonVector2
See Also