You are here: Start » AVL.NET » AVS.SegmentNormalVector Method

AVS.SegmentNormalVector Method

Computes an unitary vector perpendicular to the segment.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegmentAvlNet.Segment2D
inReverseboolTrueDefault value: True.
outNormalVectorAvlNet.Vector2D

See also