Back to Aurora Vision Library website

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

LineThroughPoints3D


Header: AVL.h
Namespace: avl
Module: Vision3DLite

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
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