Back to FabImage Library website

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

Segment3DLine


Header: FIL.h
Namespace: fil
Module: Vision3DLite

Computes the line in 3D passing through a segment.

Syntax

C++
C#
 
void fil::Segment3DLine
(
	const fil::Segment3D& inSegment3D,
	fil::Line3D& outLine3D
)

Parameters

Name Type Default Description
Input value
inSegment3D const Segment3D& Input segment in 3D
Output value
outLine3D Line3D& The resulting line