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

FIS.SegmentNormalVector Method

Computes an unitary vector perpendicular to the segment.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SegmentNormalVector
(
	FilNet.Segment2D inSegment,
	bool inReverse,
	out FilNet.Vector2D outNormalVector
)

Parameters

Name Type Range Default Description
inSegmentFilNet.Segment2D
inReverseboolTrueDefault value: True.
outNormalVectorFilNet.Vector2D

See also