Back to Adaptive Vision Library website

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

VectorBetweenPoints3D


Header:AVL.h
Namespace:avl

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
inFrom const Point3D&
inTo const Point3D&
outVector3D Vector3D&