You are here: Start » AVL.NET » Invoke.AngleBetweenThreePoints3D
Measures the angle defined by three consecutive points in 3D.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void AngleBetweenThreePoints3D ( Avl.Point3D inPoint1, Avl.Point3D inPoint2, Avl.Point3D inPoint3, out float outAngle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoint1 | Avl.Point3D | A point on one arm of an angle. | ||
![]()  | inPoint2 | Avl.Point3D | The middle point. | ||
![]()  | inPoint3 | Avl.Point3D | A point on another arm of the angle. | ||
![]()  | outAngle | float | Angle value used for measurements <0; 180>. | 


