You are here: Start » AVL.NET » AVL.AngleBetweenThreePoints(AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.RotationDirection, float, float)
AVL.AngleBetweenThreePoints(AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D, AvlNet.RotationDirection, float, float)
Measures the angle defined by three consecutive points.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AngleBetweenThreePoints( AvlNet.Point2D inPoint1, AvlNet.Point2D inPoint2, AvlNet.Point2D inPoint3, AvlNet.RotationDirection inRotationDirection, out float outAbsoluteAngle, out float outDirectedAngle )
Parameters
- inPoint1
- Type: AvlNet.Point2D
A point on one arm of an angle - inPoint2
- Type: AvlNet.Point2D
The middle point - inPoint3
- Type: AvlNet.Point2D
A point on another arm of the angle - inRotationDirection
- Type: AvlNet.RotationDirection
Chooses one of two ways of measuring the angle - outAbsoluteAngle
- Type: System.Single
- outDirectedAngle
- Type: System.Single
Remarks
See full override for more details.
