Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 3D Features » Segment3DBisector
Segment3DBisector
Computes a plane passing through the center of a segment in 3D at a right angle.
| Header: | AVL.h |
|---|
Syntax
C++
C#
void avl::Segment3DBisector ( const avl::Segment3D& inSegment3D, avl::Plane3D& outBisector )


