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

Invoke.AngleBetweenLines3D

Measures the smaller and the larger angle between two lines in 3D.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AngleBetweenLines3D
(
	Avl.Line3D inLine1,
	Avl.Line3D inLine2,
	Optional<float> outSmallerAngle,
	Optional<float> outLargerAngle
)

Parameters

Name Type Range Default Description
inLine1Avl.Line3D
inLine2Avl.Line3D
outSmallerAngleAtl.Optional<float>
outLargerAngleAtl.Optional<float>

See also