Back to FabImage Library website

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

VectorBetweenPoints3D


Header: FIL.h
Namespace: fil
Module: Vision3DLite

Computes a vector representing distance from one point in 3D to another.

Syntax

C++
C#
 
void fil::VectorBetweenPoints3D
(
	const fil::Point3D& inFrom,
	const fil::Point3D& inTo,
	fil::Vector3D& outVector3D
)

Parameters

Name Type Default Description
Input value
inFrom const Point3D&
Input value
inTo const Point3D&
Output value
outVector3D Vector3D&