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)

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
inPoint2
Type: AvlNet.Point2D
inPoint3
Type: AvlNet.Point2D
inRotationDirection
Type: AvlNet.RotationDirection
outAbsoluteAngle
Type: System.Single
outDirectedAngle
Type: System.Single

See also