Back to FabImage Library website

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

Segment3DVector


Header: FIL.h
Namespace: fil
Module: Vision3DLite

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

Syntax

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

Parameters

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