Click or drag to resize

MathHelperAngleBetween Method

Returns the angle between two vectors.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static float AngleBetween(
	Vector2 a,
	Vector2 b
)
Request Example View Source

Parameters

a
Type: Vector2
b
Type: Vector2

Return Value

Type: Single
See Also