Back to Adaptive Vision Library website

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

LineThroughPoints3D


Header:AVL.h
Namespace:avl

Computes a line in 3D passing through two points.

Syntax

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

Parameters

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