You are here: Start » AVL.NET » AVS.AngleBetweenPlanes Method
AVS.AngleBetweenPlanes Method
Measures the smaller and the larger angle between two planes in 3D.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AngleBetweenPlanes ( AvlNet.Plane3D inPlane1, AvlNet.Plane3D inPlane2, out float outSmallerAngle, out float outLargerAngle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPlane1 | AvlNet.Plane3D | |||
![]() | inPlane2 | AvlNet.Plane3D | |||
![]() | outSmallerAngle | float | |||
![]() | outLargerAngle | float |


