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

Invoke.Segment3DBisector

Computes a plane passing through the center of a segment in 3D at a right angle.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Segment3DBisector
(
	Avl.Segment3D inSegment3D,
	out Avl.Plane3D outBisector
)

Parameters

Name Type Range Default Description
inSegment3DAvl.Segment3D
outBisectorAvl.Plane3D

See also