Back to FabImage Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Constructions » LineThroughPoints3D

LineThroughPoints3D


Header: FIL.h
Namespace: fil
Module: Vision3DLite

Computes a line in 3D passing through two points.

Syntax

C++
C#
 
void fil::LineThroughPoints3D
(
	const fil::Point3D& inPoint1,
	const fil::Point3D& inPoint2,
	fil::Line3D& outLine3D
)

Parameters

Name Type Default Description
Input value inPoint1 const Point3D& A point on the created line
Input value inPoint2 const Point3D& Another point on the created line
Output value outLine3D Line3D& The resulting line in 3D