Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 3D Features » VectorLength3D

VectorLength3D


Computes the length of a 3D vector.

Syntax

C++
C#
 
void avl::VectorLength3D
(
	const avl::Vector3D& inVector,
	atl::real& outLength
)

Parameters

Name Type Default Description
inVector const Vector3D&
outLength real&