Back to Aurora Vision Library website

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

VectorBetweenPoints3D


Header: AVL.h
Namespace: avl
Module: Vision3DLite

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

Syntax

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

Parameters

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