You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Angle Metrics » AVL.AngleBetweenThreePoints3D

AVL.AngleBetweenThreePoints3D

Measures the angle defined by three consecutive points in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void AngleBetweenThreePoints3D
(
	AvlNet.Point3D inPoint1,
	AvlNet.Point3D inPoint2,
	AvlNet.Point3D inPoint3,
	out float outAngle
)

Parameters

Name Type Range Default Description
inPoint1AvlNet.Point3DA point on one arm of an angle.
inPoint2AvlNet.Point3DThe middle point.
inPoint3AvlNet.Point3DA point on another arm of the angle.
outAnglefloatAngle value used for measurements <0; 180>

See also