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

Invoke.SegmentBisector

Computes a line passing through the center of a segment at a right angle.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SegmentBisector
(
	Avl.Segment2D inSegment,
	out Avl.Line2D outBisector
)

Parameters

Name Type Range Default Description
inSegmentAvl.Segment2D
outBisectorAvl.Line2D

See also