You are here: Start » FIL.NET » FIS.PointsOrientation Method

FIS.PointsOrientation Method

Computes the orientation of a set of 2D points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PointsOrientation
(
	IList<FilNet.Point2D> inPoints,
	out float outOrientation
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
outOrientationfloat

See also