You are here: Start » FIL.NET » Invoke.PointsOrientation

Invoke.PointsOrientation

Computes the orientation of a set of 2D points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PointsOrientation
(
	List<Fil.Point2D> inPoints,
	out float outOrientation
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point2D>
outOrientationfloat

See also