You are here: Start » AVL.NET » Invoke.SegmentNormalVector

Invoke.SegmentNormalVector

Computes an unitary vector perpendicular to the segment.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SegmentNormalVector
(
	Avl.Segment2D inSegment,
	bool inReverse,
	out Avl.Vector2D outNormalVector
)

Parameters

Name Type Range Default Description
inSegmentAvl.Segment2D
inReverseboolTrueDefault value: True.
outNormalVectorAvl.Vector2D

See also