You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inPlane1 | Avl.Plane3D | |||
![]()  | inPlane2 | Avl.Plane3D | |||
![]()  | outSmallerAngle | Atl.Optional<float> | |||
![]()  | outLargerAngle | Atl.Optional<float> | 


