You are here: Start » AVL.NET » AVS.AngleBetweenVectors3D Method

AVS.AngleBetweenVectors3D Method

Measures the angle between two vectors in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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