You are here: Start » AVL.NET » Invoke.AngleBetweenVectors3D

Invoke.AngleBetweenVectors3D

Measures the angle between two vectors in 3D.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AngleBetweenVectors3D
(
	Avl.Vector3D inVector1,
	Avl.Vector3D inVector2,
	out float outAngle
)

Parameters

Name Type Range Default Description
inVector1Avl.Vector3DStart vector.
inVector2Avl.Vector3DTarget vector.
outAnglefloatAngle value used for measurements <0; 180>.

See also