Back to Aurora Vision Library website

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

Segment3DBisector


Header: AVL.h
Namespace: avl
Module: Vision3DLite

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
Input value inSegment3D const Segment3D&
Output value outBisector Plane3D&