Back to FabImage Library website

You are here: Start » Function Reference » All Functions » Geometry 3D Basics » FisFilter_MakeSegment3D

FisFilter_MakeSegment3D


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: FIL.h
Namespace: fis
Module: Vision3DLite

Creates a segment 3D structure from individual fields.

Syntax

void fis::FisFilter_MakeSegment3D
(
	const fil::Point3D& inPoint1,
	const fil::Point3D& inPoint2,
	fil::Segment3D& outSegment
)

Parameters

Name Type Default Description
Input value
inPoint1 const Point3D& First point of the segment
Input value
inPoint2 const Point3D& Second point of the segment
Output value
outSegment Segment3D&