You are here: Start » AVL.NET » AVL.AngleBetweenVectors(AvlNet.Vector2D, AvlNet.Vector2D, float, float)

AVL.AngleBetweenVectors(AvlNet.Vector2D, AvlNet.Vector2D, float, float)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void AngleBetweenVectors(
	AvlNet.Vector2D inVector1,
	AvlNet.Vector2D inVector2,
	out float outAbsoluteAngle,
	out float outDirectedAngle
)

Parameters

inVector1
Type: AvlNet.Vector2D
inVector2
Type: AvlNet.Vector2D
outAbsoluteAngle
Type: System.Single
outDirectedAngle
Type: System.Single

See also