You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Angle Metrics » AVL.AngleBetweenVectors3D

AVL.AngleBetweenVectors3D

Measures the angle between two vectors in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also