Back to Aurora Vision Library website

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

Segment3DVector


Header: AVL.h
Namespace: avl
Module: Vision3DLite

Returns the vector [x2 - x1, y2 - y1, z2 - z1].

Syntax

C++
C#
 
void avl::Segment3DVector
(
	const avl::Segment3D& inSegment3D,
	avl::Vector3D& outVector3D
)

Parameters

Name Type Default Description
Input value inSegment3D const Segment3D&
Output value outVector3D Vector3D&