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

Invoke.AngleBetweenPlanes

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AngleBetweenPlanes
(
	Avl.Plane3D inPlane1,
	Avl.Plane3D inPlane2,
	Optional<float> outSmallerAngle,
	Optional<float> outLargerAngle
)

Parameters

Name Type Range Default Description
inPlane1Avl.Plane3D
inPlane2Avl.Plane3D
outSmallerAngleAtl.Optional<float>
outLargerAngleAtl.Optional<float>

See also