Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 3D Features » Segment3DBisector

Segment3DBisector


Header:AVL.h
Namespace:avl

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

Syntax

C++
C#
 
void avl::Segment3DBisector
(
	const avl::Segment3D& inSegment3D,
	avl::Plane3D& outBisector
)

Parameters

Name Type Default Description
inSegment3D const Segment3D&
outBisector Plane3D&