Click or drag to resize

Vector2DistanceSquared Method

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 DistanceSquared(
	ref Vector2 v1,
	ref Vector2 v2,
	out float result
)

Parameters

v1
Type: Internal.tainicom.Aether.Physics2D.CommonVector2
v2
Type: Internal.tainicom.Aether.Physics2D.CommonVector2
result
Type: SystemSingle
See Also